COLOR #002C31

HEX: #002C31 RGB: (0,44,49)

Color info

#002C31 contains only green and blue colors. Web safe color of #002C31 is #003333 (or #033).

RGB color model

#002C31 color RGB value is (0,44,49).

RGB: (0,44,49) (0%, 17%, 19%)

RGB channels and saturation

R 0 of 255 = 0%
G 44 of 255 = 17%
B 49 of 255 = 19%

0
44
49

R + G + B ~ 12%. #002C31 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 44 + 49 = 93 (100%)
R 0 of 93 ~ 0%
G 44 of 93 ~ 47.31%
B 49 of 93 ~ 52.69'%

%47.31
%52.69

CMYK color model

#002C31 color CMYK value is (100,10,0,81).

  • cyan value is 100.00%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (100,10,0,81)
C100M10Y0K81 (100%, 10%, 0%, 81%)
(1.00 / 0.10 / 0.00 / 0.81)

CMYK percentages

%100
%10.2
%0
%80.78

Codes

Color #002C31 in popluar color models

00 2C 31
RGB 0 44 49
HSL 186° 100.00% 9.61%
HSB/HSV 186° 100.00% 19.22%
CMYK 100.00% 10.20% 0.00%
80.78%

Color #002C31 in popluar number systems.

HEX 00 2C 31
Decimal 0 44 49
Binary 0 101100 110001
Octal 0 54 61

Shades and tints

Shades of #002C31

#002C31
(0,44,49)
#00282D
(0,40,45)
#002429
(0,36,41)
#002025
(0,32,37)
#001C21
(0,28,33)
#00181D
(0,24,29)
#001419
(0,20,25)
#001015
(0,16,21)
#000C11
(0,12,17)
#00080D
(0,8,13)
#000409
(0,4,9)
#000000
(0,0,0)

Tints of #002C31

#002C31
(0,44,49)
#173F43
(23,63,67)
#2E5255
(46,82,85)
#456567
(69,101,103)
#5C7879
(92,120,121)
#738B8B
(115,139,139)
#8A9E9D
(138,158,157)
#A1B1AF
(161,177,175)
#B8C4C1
(184,196,193)
#CFD7D3
(207,215,211)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002C31 color. Also use rgb(0,44,49) instead hex code.

Text Font Color

.myTextColor { color: #002C31; }

<p style="color:#002C31">This sample text font color is #002C31.</p>

This text font color is #002C31.

Background Color

.myBgColor { background-color: #002C31; }

<div style="background-color:#002C31">Inner text</div>

This div background color is #002C31.

Border color

.myBorderColor { border: 1px solid #002C31; }

<div style="border:3px solid #002C31">Div</div>

This div border color is #002C31.

Opacity

.myOpacity80 { color: #002C31; opacity: 0.8; }

<p style="color:#002C31;opacity:0.8;">80%</p>

Text with #002C31 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #002C31;}

<p style="text-shadow: 3px 3px 1px #002C31">Text here.</p>

This text has shadow with #002C31 color.


.textShadow {text-shadow: 3px 3px 1px #002C31', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #002C31, 5px 5px 20px red">Text here.</p>

This text has shadow with #002C31 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#002C31, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#002C31, Direction=45, Strength=4)">Text</p>

This text has shadow with #002C31 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #002C31;
-webkit-box-shadow: 1px 1px 3px 2px #002C31;
box-shadow: 1px 1px 3px 2px #002C31;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #002C31; -webkit-box-shadow: 1px 1px 3px 2px #002C31; box-shadow:1px 1px 3px 2px #002C31;">
Div content here
</div>

This div box has shadow with color #002C31.

Preview

Color preview on black background

This text has color #002C31 on black background.


Color preview on white background

This text has color #002C31 on white background.


Black color preview on #002C31 background

This text has black color on #002C31 background.


White color preview on #002C31 background

This text has white color on #002C31 background.


Related colors

Complementary color

Complementary color for #hex is #FFD3CE.


I love getcolorcode.com

Triadic colors

1 #31002C and #2C3100 with #002C31 are triadic colors.

2 #312C00 and #2C0031 with #002C31 are triadic colors.