#05081B

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

Shades of Black Russian #05081B

Tints of Black Russian #05081B

Color information

#05081B (or 0x05081B) is unknown color: approx Black Russian. HEX triplet: 05, 08 and 1B. RGB value is (5,8,27). Sum of RGB (Red+Green+Blue) = 5+8+27=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 27 (10.94% from 255 or 67.5% from 40); Max value from RGB is 27 - color contains mainly: blue. Hex color #05081B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05081B is #FAF7E4. Grayscale: #090909. Windows color (decimal): -16447461 or 1771525. OLE color: 1771525.

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

Color convert

RGB5827-
CMYK0.810.7000.89
HSL231.82º68.75%6.27%-
HSV(B)231.82º81.48%10.59%-
XYZ0.350.291.07-
YUV9.27138.01124.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.5%
GREEN value IS 8 (3.52% from 255) = 20%
BLUE value IS 27 (10.94% from 255) = 67.5%
R=12.5%
G=20%
B=67.5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal58270.810.7000.89231.8268.756.27
Hex581B5146059e8456
Octal5103312110601313501056
Binary1011000110111010001100011001011001111010001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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