#0A081C

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

Shades of Black Russian #0A081C

Tints of Black Russian #0A081C

Color information

#0A081C (or 0x0A081C) is unknown color: approx Black Russian. HEX triplet: 0A, 08 and 1C. RGB value is (10,8,28). Sum of RGB (Red+Green+Blue) = 10+8+28=46 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.74% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A081C is #F5F7E3. Grayscale: #0A0A0A. Windows color (decimal): -16119780 or 1837066. OLE color: 1837066.

HSL color Cylindrical-coordinate representation of color #0A081C: hue angle of 246º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0A081C is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB10828-
CMYK0.640.7100.89
HSL246º55.56%7.06%-
HSV(B)246º71.43%10.98%-
XYZ0.420.321.14-
YUV10.88137.66127.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 21.74%
GREEN value IS 8 (3.52% from 255) = 17.39%
BLUE value IS 28 (11.33% from 255) = 60.87%
R=21.74%
G=17.39%
B=60.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal108280.640.7100.8924655.567.06
HexA81C4047059f6387
Octal1210341001070131366707
Binary1010100011100100000010001110101100111110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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