#0A081F

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

Shades of Black Russian #0A081F

Tints of Black Russian #0A081F

Color information

#0A081F (or 0x0A081F) is unknown color: approx Black Russian. HEX triplet: 0A, 08 and 1F. RGB value is (10,8,31). Sum of RGB (Red+Green+Blue) = 10+8+31=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A081F is #F5F7E0. Grayscale: #0B0B0B. Windows color (decimal): -16119777 or 2033674. OLE color: 2033674.

HSL color Cylindrical-coordinate representation of color #0A081F: hue angle of 245.22º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A081F is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB10831-
CMYK0.680.7400.88
HSL245.22º58.97%7.65%-
HSV(B)245.22º74.19%12.16%-
XYZ0.460.341.34-
YUV11.22139.16127.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20.41%
GREEN value IS 8 (3.52% from 255) = 16.33%
BLUE value IS 31 (12.5% from 255) = 63.27%
R=20.41%
G=16.33%
B=63.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal108310.680.7400.88245.2258.977.65
HexA81F444A058f53b8
Octal12103710411201303657310
Binary10101000111111000100100101001011000111101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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