#050812

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

Shades of Black Russian #050812

Tints of Black Russian #050812

Color information

#050812 (or 0x050812) is unknown color: approx Black Russian. HEX triplet: 05, 08 and 12. RGB value is (5,8,18). Sum of RGB (Red+Green+Blue) = 5+8+18=31 (4% of max value = 765). Red value is 5 (2.34% from 255 or 16.13% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 18 (7.42% from 255 or 58.06% from 31); Max value from RGB is 18 - color contains mainly: blue. Hex color #050812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050812 is #FAF7ED. Grayscale: #080808. Windows color (decimal): -16447470 or 1181701. OLE color: 1181701.

HSL color Cylindrical-coordinate representation of color #050812: hue angle of 226.15º 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 #050812 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB5818-
CMYK0.720.5600.93
HSL226.15º56.52%4.51%-
HSV(B)226.15º72.22%7.06%-
XYZ0.260.250.61-
YUV8.24133.51125.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 16.13%
GREEN value IS 8 (3.52% from 255) = 25.81%
BLUE value IS 18 (7.42% from 255) = 58.06%
R=16.13%
G=25.81%
B=58.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal58180.720.5600.93226.1556.524.51
Hex5812483805De2395
Octal51022110700135342715
Binary10110001001010010001110000101110111100010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050812; }

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

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

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

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

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

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

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

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