Html Css Color HEX #050506 Black Russian

📋 copy color: '#050506'

red 5 ◦ green 5 ◦ blue 6

#050506
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #050506

Tints of Black Russian #050506

RGB

 RED value IS 5 (2.34% from 255) = 31.25%

 GREEN value IS 5 (2.34% from 255) = 31.25%

 BLUE value IS 6 (2.73% from 255) = 37.5%

R = 31.25%
G = 31.25%
B = 37.5%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.98

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#050506 (or 0x050506) is known color: Black Russian. HEX triplet: 05, 05 and 06. RGB value is (5,5,6). Sum of RGB (Red+Green+Blue) = 5+5+6=16 (2% of max value = 765). Red value is 5 (2.34% from 255 or 31.25% from 16); Green value is 5 (2.34% from 255 or 31.25% from 16); Blue value is 6 (2.73% from 255 or 37.5% from 16); Max value from RGB is 6 - color contains mainly: blue. Hex color #050506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050506 is #FAFAF9. Grayscale: #050505. Windows color (decimal): -16448250 or 394501. OLE color: 394501.

HSL color Cylindrical-coordinate representation of color #050506: hue angle of 240º degrees, saturation: 0.09, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #050506 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB 5 5 6 -
CMYK 0.17 0.17 0 0.98
HSL 240º 0.09% 0.02% -
HSV(B) 240º 0.17% 0.02% -
XYZ 0.15 0.15 0.19 -
YUV 5.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 5 5 6 0.17 0.17 0 0.98 240 0.09 0.02
Hex 5 5 6 11 11 0 62 F0 9 2
Octal 5 5 6 21 21 0 142 360 11 2
Binary 101 101 110 10001 10001 0 1100010 11110000 1001 10

Color Harmonies of #050506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050506

Black with #050506

Text Example


Text Example

White with #050506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050506; }

 p { color: rgb(5,5,6); }

 H1.HeaderClassName
 {
   color: #050506;
 }
 .AnyTagClassName
 {
   color: #050506;
 }
</style>

background-color css

<style>
 a { background-color: #050506; }

 a { background-color: rgb(5,5,6); }

 div.DivClassName
 {
   background-color: #050506;
 }
 .BgClassName
 {
   background-color: #050506;
 }
</style>

border-color css

<style>
 span { border-color: #050506; }

 span { border-color: rgb(5,5,6); }

 td.TdClassName
 {
   border-color: #050506;
 }
 .TagClassName
 {
   border-color: #050506;
 }
</style>