#05061C

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

Shades of Black Russian #05061C

Tints of Black Russian #05061C

Color information

#05061C (or 0x05061C) is unknown color: approx Black Russian. HEX triplet: 05, 06 and 1C. RGB value is (5,6,28). Sum of RGB (Red+Green+Blue) = 5+6+28=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 28 (11.33% from 255 or 71.79% from 39); Max value from RGB is 28 - color contains mainly: blue. Hex color #05061C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05061C is #FAF9E3. Grayscale: #080808. Windows color (decimal): -16447972 or 1836549. OLE color: 1836549.

HSL color Cylindrical-coordinate representation of color #05061C: hue angle of 237.39º 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 #05061C is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB5628-
CMYK0.820.7900.89
HSL237.39º69.7%6.47%-
HSV(B)237.39º82.14%10.98%-
XYZ0.340.251.13-
YUV8.21139.17125.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.82%
GREEN value IS 6 (2.73% from 255) = 15.38%
BLUE value IS 28 (11.33% from 255) = 71.79%
R=12.82%
G=15.38%
B=71.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal56280.820.7900.89237.3969.76.47
Hex561C524F059ed466
Octal563412211701313551066
Binary101110111001010010100111101011001111011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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