COLOR #010B13

HEX: #010B13
RGB: (1,11,19)

Color info

#010B13 contains red, green and blue colors in about the same proportion. Web safe color of #010B13 is #000000 (or #000).

RGB color model

#010B13 color RGB value is (1,11,19).

  • red value is 1;
  • green value is 11;
  • blue value is 19.
RGB:
(1,11,19)
(0%,4%,7%)

RGB channels and saturation

R 1 of 255 = 0%
G 11 of 255 = 4%
B 19 of 255 = 7%

1
11
19

R + G + B ~ 4%. #010B13 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 11 + 19 = 31 (100%)
R 1 of 31 ~ 3.23%
G 11 of 31 ~ 35.48%
B 19 of 31 ~ 61.29%

%35.48
%61.29

CMYK color model

#010B13 color CMYK value is (95,42,0,93).

  • cyan value is 94.74%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(95,42,0,93)
C95M42Y0K93 
(95%,42%,0%,93%)
(0.95/0.42/0.00/0.93)	

CMYK percentages

%94.74
%42.11
%0
%92.55

Codes

Color #010B13 in popluar color models

010B13
RGB11119
HSL207°90.00%3.92%
HSB/HSV207°94.74%7.45%
CMYK94.74%42.11%0.00%
92.55%

Color #010B13 in popluar number systems.

HEX010B13
Decimal11119
Binary1101110011
Octal11323

Shades and tints

Shades of #010B13

#010B13
(1,11,19)
#010A12
(1,10,18)
#010911
(1,9,17)
#010810
(1,8,16)
#01070F
(1,7,15)
#01060E
(1,6,14)
#01050D
(1,5,13)
#01040C
(1,4,12)
#01030B
(1,3,11)
#01020A
(1,2,10)
#010109
(1,1,9)
#000000
(0,0,0)

Tints of #010B13

#010B13
(1,11,19)
#182128
(24,33,40)
#2F373D
(47,55,61)
#464D52
(70,77,82)
#5D6367
(93,99,103)
#74797C
(116,121,124)
#8B8F91
(139,143,145)
#A2A5A6
(162,165,166)
#B9BBBB
(185,187,187)
#D0D1D0
(208,209,208)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010B13 color. Also use rgb(1,11,19) instead hex code.

Text Font Color

.myTextColor { color: #010B13; }

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

This text font color is #010B13.


Background Color

.myBgColor { background-color: #010B13; }

<div style="background-color:#010B13">Inner text</div>

This div background color is #010B13.


Border color

.myBorderColor { border: 1px solid #010B13; }

<div style="border:3px solid #010B13">Div</div>

This div border color is #010B13.


Opacity

.myOpacity80 { color: #010B13; opacity: 0.8; }

<p style="color:#010B13;opacity:0.8;">80%</p>

Text with #010B13 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 #010B13;}

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

This text has shadow with #010B13 color.

.textShadow {text-shadow: 3px 3px 1px #010B13, 3px 3px 1px red;}

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

This text has shadow with #010B13 primary color and red secondary color.


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

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

This text has shadow with #010B13 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010B13 on black background.


Color preview on white background

This text has color #010B13 on white background.



Black color preview on #010B13 background

This text has black color on #010B13 background.


White color preview on #010B13 background

This text has white color on #010B13 background.