#05081D

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

Shades of Black Russian #05081D

Tints of Black Russian #05081D

Color information

#05081D (or 0x05081D) is unknown color: approx Black Russian. HEX triplet: 05, 08 and 1D. RGB value is (5,8,29). Sum of RGB (Red+Green+Blue) = 5+8+29=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 29 (11.72% from 255 or 69.05% from 42); Max value from RGB is 29 - color contains mainly: blue. Hex color #05081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05081D is #FAF7E2. Grayscale: #090909. Windows color (decimal): -16447459 or 1902597. OLE color: 1902597.

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

Color convert

RGB5829-
CMYK0.830.7200.89
HSL232.5º70.59%6.67%-
HSV(B)232.5º82.76%11.37%-
XYZ0.370.291.2-
YUV9.5139.01124.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.90%
GREEN value IS 8 (3.52% from 255) = 19.05%
BLUE value IS 29 (11.72% from 255) = 69.05%
R=11.90%
G=19.05%
B=69.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal58290.830.7200.89232.570.596.67
Hex581D5348059e8477
Octal5103512311001313501077
Binary1011000111011010011100100001011001111010001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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