#050012

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

Shades of Black Russian #050012

Tints of Black Russian #050012

Color information

#050012 (or 0x050012) is unknown color: approx Black Russian. HEX triplet: 05, 00 and 12. RGB value is (5,0,18). Sum of RGB (Red+Green+Blue) = 5+0+18=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 0 (0.39% from 255 or 0% from 23); Blue value is 18 (7.42% from 255 or 78.26% from 23); Max value from RGB is 18 - color contains mainly: blue. Hex color #050012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050012 is #FAFFED. Grayscale: #030303. Windows color (decimal): -16449518 or 1179653. OLE color: 1179653.

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

Color convert

RGB5018-
CMYK0.72100.93
HSL256.67º100%3.53%-
HSV(B)256.67º100%7.06%-
XYZ0.170.080.58-
YUV3.55136.16129.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 21.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 78.26%
R=21.74%
G=0%
B=78.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal50180.72100.93256.671003.53
Hex5012486405D101644
Octal502211014401354011444
Binary10101001010010001100100010111011000000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050012; }

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

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

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

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

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

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

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

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