#050612

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

Shades of Black Russian #050612

Tints of Black Russian #050612

Color information

#050612 (or 0x050612) is unknown color: approx Black Russian. HEX triplet: 05, 06 and 12. RGB value is (5,6,18). Sum of RGB (Red+Green+Blue) = 5+6+18=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 18 (7.42% from 255 or 62.07% from 29); Max value from RGB is 18 - color contains mainly: blue. Hex color #050612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050612 is #FAF9ED. Grayscale: #070707. Windows color (decimal): -16447982 or 1181189. OLE color: 1181189.

HSL color Cylindrical-coordinate representation of color #050612: hue angle of 235.38º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #050612 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB5618-
CMYK0.720.6700.93
HSL235.38º56.52%4.51%-
HSV(B)235.38º72.22%7.06%-
XYZ0.240.210.6-
YUV7.07134.17126.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 17.24%
GREEN value IS 6 (2.73% from 255) = 20.69%
BLUE value IS 18 (7.42% from 255) = 62.07%
R=17.24%
G=20.69%
B=62.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal56180.720.6700.93235.3856.524.51
Hex5612484305Deb395
Octal56221101030135353715
Binary10111010010100100010000110101110111101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050612; }

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

 H1.HeaderClassName
 {
   color: #050612;
 }
 .AnyTagClassName
 {
   color: #050612;
 }
</style>
background-color css

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

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

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

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

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

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