#0A0811

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

Shades of Black Russian #0A0811

Tints of Black Russian #0A0811

Color information

#0A0811 (or 0x0A0811) is unknown color: approx Black Russian. HEX triplet: 0A, 08 and 11. RGB value is (10,8,17). Sum of RGB (Red+Green+Blue) = 10+8+17=35 (4% of max value = 765). Red value is 10 (4.30% from 255 or 28.57% from 35); Green value is 8 (3.52% from 255 or 22.86% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 17 - color contains mainly: blue. Hex color #0A0811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0811 is #F5F7EE. Grayscale: #090909. Windows color (decimal): -16119791 or 1116170. OLE color: 1116170.

HSL color Cylindrical-coordinate representation of color #0A0811: hue angle of 253.33º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0A0811 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB10817-
CMYK0.410.5300.93
HSL253.33º36%4.9%-
HSV(B)253.33º52.94%6.67%-
XYZ0.310.280.57-
YUV9.62132.16128.27-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 28.57%
GREEN value IS 8 (3.52% from 255) = 22.86%
BLUE value IS 17 (7.03% from 255) = 48.57%
R=28.57%
G=22.86%
B=48.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal108170.410.5300.93253.33364.9
HexA811293505Dfd245
Octal12102151650135375445
Binary10101000100011010011101010101110111111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,8,17); }

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

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

 a { background-color: rgb(10,8,17); }

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

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

 span { border-color: rgb(10,8,17); }

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