#05081A

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

Shades of Black Russian #05081A

Tints of Black Russian #05081A

Color information

#05081A (or 0x05081A) is unknown color: approx Black Russian. HEX triplet: 05, 08 and 1A. RGB value is (5,8,26). Sum of RGB (Red+Green+Blue) = 5+8+26=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 26 (10.55% from 255 or 66.67% from 39); Max value from RGB is 26 - color contains mainly: blue. Hex color #05081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05081A is #FAF7E5. Grayscale: #090909. Windows color (decimal): -16447462 or 1705989. OLE color: 1705989.

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

Color convert

RGB5826-
CMYK0.810.6900.90
HSL231.43º67.74%6.08%-
HSV(B)231.43º80.77%10.2%-
XYZ0.340.281.01-
YUV9.15137.51125.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.82%
GREEN value IS 8 (3.52% from 255) = 20.51%
BLUE value IS 26 (10.55% from 255) = 66.67%
R=12.82%
G=20.51%
B=66.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal58260.810.6900.90231.4367.746.08
Hex581A514505Ae7446
Octal5103212110501323471046
Binary1011000110101010001100010101011010111001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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