#050212

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

Shades of Black Russian #050212

Tints of Black Russian #050212

Color information

#050212 (or 0x050212) is unknown color: approx Black Russian. HEX triplet: 05, 02 and 12. RGB value is (5,2,18). Sum of RGB (Red+Green+Blue) = 5+2+18=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 2 (1.17% from 255 or 8% from 25); Blue value is 18 (7.42% from 255 or 72% from 25); Max value from RGB is 18 - color contains mainly: blue. Hex color #050212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050212 is #FAFDED. Grayscale: #040404. Windows color (decimal): -16449006 or 1180165. OLE color: 1180165.

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

Color convert

RGB5218-
CMYK0.720.8900.93
HSL251.25º80%3.92%-
HSV(B)251.25º88.89%7.06%-
XYZ0.190.120.59-
YUV4.72135.49128.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20%
GREEN value IS 2 (1.17% from 255) = 8%
BLUE value IS 18 (7.42% from 255) = 72%
R=20%
G=8%
B=72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal52180.720.8900.93251.25803.92
Hex5212485905Dfb504
Octal522211013101353731204
Binary10110100101001000101100101011101111110111010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050212; }

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

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

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

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

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

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

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

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