Html Css Color HEX #050608 Black Russian

📋 copy color: '#050608'

red 5 ◦ green 6 ◦ blue 8

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

Shades of Black Russian #050608

Tints of Black Russian #050608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 31.58%

 BLUE value IS 8 (3.52% from 255) = 42.11%

R = 26.32%
G = 31.58%
B = 42.11%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#050608 (or 0x050608) is known color: Black Russian. HEX triplet: 05, 06 and 08. RGB value is (5,6,8). Sum of RGB (Red+Green+Blue) = 5+6+8=19 (2% of max value = 765). Red value is 5 (2.34% from 255 or 26.32% from 19); Green value is 6 (2.73% from 255 or 31.58% from 19); Blue value is 8 (3.52% from 255 or 42.11% from 19); Max value from RGB is 8 - color contains mainly: blue. Hex color #050608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050608 is #FAF9F7. Grayscale: #050505. Windows color (decimal): -16447992 or 525829. OLE color: 525829.

HSL color Cylindrical-coordinate representation of color #050608: hue angle of 220º degrees, saturation: 0.23, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #050608 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 5 6 8 -
CMYK 0.38 0.25 0 0.97
HSL 220º 0.23% 0.03% -
HSV(B) 220º 0.38% 0.03% -
XYZ 0.17 0.18 0.26 -
YUV 5.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 5 6 8 0.38 0.25 0 0.97 220 0.23 0.03
Hex 5 6 8 26 19 0 61 DC 17 3
Octal 5 6 10 46 31 0 141 334 27 3
Binary 101 110 1000 100110 11001 0 1100001 11011100 10111 11

Color Harmonies of #050608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050608

Black with #050608

Text Example


Text Example

White with #050608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050608; }

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

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

background-color css

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

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

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

border-color css

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

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

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