#050506

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

Shades of Black Russian #050506

Tints of Black Russian #050506

Color information

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

RGB556-
CMYK0.170.1700.98
HSL240º9.09%2.16%-
HSV(B)240º16.67%2.35%-
XYZ0.150.150.19-
YUV5.11128.5127.92-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal5560.170.1700.982409.092.16
Hex5561111062f092
Octal55621210142360112
Binary10110111010001100010110001011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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