#05060A

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

Shades of Black Russian #05060A

Tints of Black Russian #05060A

Color information

#05060A (or 0x05060A) is unknown color: approx Black Russian. HEX triplet: 05, 06 and 0A. RGB value is (5,6,10). Sum of RGB (Red+Green+Blue) = 5+6+10=21 (2% of max value = 765). Red value is 5 (2.34% from 255 or 23.81% from 21); Green value is 6 (2.73% from 255 or 28.57% from 21); Blue value is 10 (4.30% from 255 or 47.62% from 21); Max value from RGB is 10 - color contains mainly: blue. Hex color #05060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05060A is #FAF9F5. Grayscale: #060606. Windows color (decimal): -16447990 or 656901. OLE color: 656901.

HSL color Cylindrical-coordinate representation of color #05060A: hue angle of 228º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #05060A is Cyan = 0.50, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB5610-
CMYK0.500.400.96
HSL228º33.33%2.94%-
HSV(B)228º50%3.92%-
XYZ0.180.180.31-
YUV6.16130.17127.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 23.81%
GREEN value IS 6 (2.73% from 255) = 28.57%
BLUE value IS 10 (4.30% from 255) = 47.62%
R=23.81%
G=28.57%
B=47.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal56100.500.400.9622833.332.94
Hex56A3228060e4213
Octal561262500140344413
Binary1011101010110010101000011000001110010010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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