#050608

Color #050608 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #050608

Tints of Black Russian #050608

Color information

#050608 (or 0x050608) is unknown color: approx 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

RGB568-
CMYK0.380.2500.97
HSL220º23.08%2.55%-
HSV(B)220º37.5%3.14%-
XYZ0.170.180.26-
YUV5.93129.17127.34-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal5680.380.2500.9722023.082.55
Hex5682619061dc173
Octal561046310141334273
Binary10111010001001101100101100001110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>