#05081C

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

Shades of Black Russian #05081C

Tints of Black Russian #05081C

Color information

#05081C (or 0x05081C) is unknown color: approx Black Russian. HEX triplet: 05, 08 and 1C. RGB value is (5,8,28). Sum of RGB (Red+Green+Blue) = 5+8+28=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 28 (11.33% from 255 or 68.29% from 41); Max value from RGB is 28 - color contains mainly: blue. Hex color #05081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05081C is #FAF7E3. Grayscale: #090909. Windows color (decimal): -16447460 or 1837061. OLE color: 1837061.

HSL color Cylindrical-coordinate representation of color #05081C: hue angle of 232.17º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #05081C is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB5828-
CMYK0.820.7100.89
HSL232.17º69.7%6.47%-
HSV(B)232.17º82.14%10.98%-
XYZ0.360.291.14-
YUV9.38138.51124.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 8 (3.52% from 255) = 19.51%
BLUE value IS 28 (11.33% from 255) = 68.29%
R=12.20%
G=19.51%
B=68.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal58280.820.7100.89232.1769.76.47
Hex581C5247059e8466
Octal5103412210701313501066
Binary1011000111001010010100011101011001111010001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05081C; }

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

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

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

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

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

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

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

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