COLOR #05010B

HEX: #05010B RGB: (5,1,11)

Color info

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

RGB color model

#05010B color RGB value is (5,1,11).

RGB: (5,1,11) (2%, 0%, 4%)

RGB channels and saturation

R 5 of 255 = 2%
G 1 of 255 = 0%
B 11 of 255 = 4%

5
1
11

R + G + B ~ 2%. #05010B is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 1 + 11 = 17 (100%)
R 5 of 17 ~ 29.41%
G 1 of 17 ~ 5.88%
B 11 of 17 ~ 64.71'%

%29.41
%64.71

CMYK color model

#05010B color CMYK value is (55,91,0,96).

  • cyan value is 54.55%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 95.69%

CMYK: (55,91,0,96)
C55M91Y0K96 (55%, 91%, 0%, 96%)
(0.55 / 0.91 / 0.00 / 0.96)

CMYK percentages

%54.55
%90.91
%0
%95.69

Codes

Color #05010B in popluar color models

05 01 0B
RGB 5 1 11
HSL 264° 83.33% 2.35%
HSB/HSV 264° 90.91% 4.31%
CMYK 54.55% 90.91% 0.00%
95.69%

Color #05010B in popluar number systems.

HEX 05 01 0B
Decimal 5 1 11
Binary 101 1 1011
Octal 5 1 13

Shades and tints

Shades of #05010B

#05010B
(5,1,11)
#05010A
(5,1,10)
#050109
(5,1,9)
#050108
(5,1,8)
#050107
(5,1,7)
#050106
(5,1,6)
#050105
(5,1,5)
#050104
(5,1,4)
#050103
(5,1,3)
#050102
(5,1,2)
#050101
(5,1,1)
#000000
(0,0,0)

Tints of #05010B

#05010B
(5,1,11)
#1B1821
(27,24,33)
#312F37
(49,47,55)
#47464D
(71,70,77)
#5D5D63
(93,93,99)
#737479
(115,116,121)
#898B8F
(137,139,143)
#9FA2A5
(159,162,165)
#B5B9BB
(181,185,187)
#CBD0D1
(203,208,209)
#E1E7E7
(225,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05010B color. Also use rgb(5,1,11) instead hex code.

Text Font Color

.myTextColor { color: #05010B; }

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

This text font color is #05010B.

Background Color

.myBgColor { background-color: #05010B; }

<div style="background-color:#05010B">Inner text</div>

This div background color is #05010B.

Border color

.myBorderColor { border: 1px solid #05010B; }

<div style="border:3px solid #05010B">Div</div>

This div border color is #05010B.

Opacity

.myOpacity80 { color: #05010B; opacity: 0.8; }

<p style="color:#05010B;opacity:0.8;">80%</p>

Text with #05010B 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 #05010B;}

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

This text has shadow with #05010B color.


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

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

This text has shadow with #05010B primary color and red secondary color.


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

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

This text has shadow with #05010B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #05010B.

Preview

Color preview on black background

This text has color #05010B on black background.


Color preview on white background

This text has color #05010B on white background.


Black color preview on #05010B background

This text has black color on #05010B background.


White color preview on #05010B background

This text has white color on #05010B background.


Related colors

Complementary color

Complementary color for #hex is #FAFEF4.


I love getcolorcode.com

Triadic colors

1 #0B0501 and #010B05 with #05010B are triadic colors.

2 #0B0105 and #01050B with #05010B are triadic colors.