#05061A

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

Shades of Black Russian #05061A

Tints of Black Russian #05061A

Color information

#05061A (or 0x05061A) is unknown color: approx Black Russian. HEX triplet: 05, 06 and 1A. RGB value is (5,6,26). Sum of RGB (Red+Green+Blue) = 5+6+26=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 26 (10.55% from 255 or 70.27% from 37); Max value from RGB is 26 - color contains mainly: blue. Hex color #05061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05061A is #FAF9E5. Grayscale: #070707. Windows color (decimal): -16447974 or 1705477. OLE color: 1705477.

HSL color Cylindrical-coordinate representation of color #05061A: hue angle of 237.14º 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 #05061A is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB5626-
CMYK0.810.7700.90
HSL237.14º67.74%6.08%-
HSV(B)237.14º80.77%10.2%-
XYZ0.310.241.01-
YUV7.98138.17125.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.51%
GREEN value IS 6 (2.73% from 255) = 16.22%
BLUE value IS 26 (10.55% from 255) = 70.27%
R=13.51%
G=16.22%
B=70.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal56260.810.7700.90237.1467.746.08
Hex561A514D05Aed446
Octal563212111501323551046
Binary101110110101010001100110101011010111011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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