#0A0616

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

Shades of Black Russian #0A0616

Tints of Black Russian #0A0616

Color information

#0A0616 (or 0x0A0616) is unknown color: approx Black Russian. HEX triplet: 0A, 06 and 16. RGB value is (10,6,22). Sum of RGB (Red+Green+Blue) = 10+6+22=38 (5% of max value = 765). Red value is 10 (4.30% from 255 or 26.32% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #0A0616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0616 is #F5F9E9. Grayscale: #080808. Windows color (decimal): -16120298 or 1443338. OLE color: 1443338.

HSL color Cylindrical-coordinate representation of color #0A0616: hue angle of 255º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A0616 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB10622-
CMYK0.550.7300.91
HSL255º57.14%5.49%-
HSV(B)255º72.73%8.63%-
XYZ0.340.250.79-
YUV9.02135.33128.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 26.32%
GREEN value IS 6 (2.73% from 255) = 15.79%
BLUE value IS 22 (8.98% from 255) = 57.89%
R=26.32%
G=15.79%
B=57.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal106220.550.7300.9125557.145.49
HexA616374905Bff395
Octal12626671110133377715
Binary10101101011011011110010010101101111111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0616; }

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

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

<style>
 a { background-color: #0A0616; }

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

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

<style>
 span { border-color: #0A0616; }

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

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