COLOR #011C1D

HEX: #011C1D
RGB: (1,28,29)

Color info

#011C1D contains red, green and blue colors in about the same proportion. Web safe color of #011C1D is #003333 (or #033).

RGB color model

#011C1D color RGB value is (1,28,29).

  • red value is 1;
  • green value is 28;
  • blue value is 29.
RGB:
(1,28,29)
(0%,11%,11%)

RGB channels and saturation

R 1 of 255 = 0%
G 28 of 255 = 11%
B 29 of 255 = 11%

1
28
29

R + G + B ~ 7%. #011C1D is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 28 + 29 = 58 (100%)
R 1 of 58 ~ 1.72%
G 28 of 58 ~ 48.28%
B 29 of 58 ~ 50%

%48.28
%50

CMYK color model

#011C1D color CMYK value is (97,3,0,89).

  • cyan value is 96.55%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(97,3,0,89)
C97M3Y0K89 
(97%,3%,0%,89%)
(0.97/0.03/0.00/0.89)	

CMYK percentages

%96.55
%3.45
%0
%88.63

Codes

Color #011C1D in popluar color models

011C1D
RGB12829
HSL182°93.33%5.88%
HSB/HSV182°96.55%11.37%
CMYK96.55%3.45%0.00%
88.63%

Color #011C1D in popluar number systems.

HEX011C1D
Decimal12829
Binary11110011101
Octal13435

Shades and tints

Shades of #011C1D

#011C1D
(1,28,29)
#011A1B
(1,26,27)
#011819
(1,24,25)
#011617
(1,22,23)
#011415
(1,20,21)
#011213
(1,18,19)
#011011
(1,16,17)
#010E0F
(1,14,15)
#010C0D
(1,12,13)
#010A0B
(1,10,11)
#010809
(1,8,9)
#000000
(0,0,0)

Tints of #011C1D

#011C1D
(1,28,29)
#183031
(24,48,49)
#2F4445
(47,68,69)
#465859
(70,88,89)
#5D6C6D
(93,108,109)
#748081
(116,128,129)
#8B9495
(139,148,149)
#A2A8A9
(162,168,169)
#B9BCBD
(185,188,189)
#D0D0D1
(208,208,209)
#E7E4E5
(231,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011C1D color. Also use rgb(1,28,29) instead hex code.

Text Font Color

.myTextColor { color: #011C1D; }

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

This text font color is #011C1D.


Background Color

.myBgColor { background-color: #011C1D; }

<div style="background-color:#011C1D">Inner text</div>

This div background color is #011C1D.


Border color

.myBorderColor { border: 1px solid #011C1D; }

<div style="border:3px solid #011C1D">Div</div>

This div border color is #011C1D.


Opacity

.myOpacity80 { color: #011C1D; opacity: 0.8; }

<p style="color:#011C1D;opacity:0.8;">80%</p>

Text with #011C1D 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 #011C1D;}

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

This text has shadow with #011C1D color.

.textShadow {text-shadow: 3px 3px 1px #011C1D, 3px 3px 1px red;}

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

This text has shadow with #011C1D primary color and red secondary color.


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

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

This text has shadow with #011C1D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #011C1D;
-webkit-box-shadow: 1px 1px 3px 2px #011C1D;
box-shadow:1px 1px 3px 2px #011C1D;">
Div content here</div>
This div box has shadow with color #011C1D.

Preview

Color preview on black background

This text has color #011C1D on black background.


Color preview on white background

This text has color #011C1D on white background.



Black color preview on #011C1D background

This text has black color on #011C1D background.


White color preview on #011C1D background

This text has white color on #011C1D background.