#0A080F

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

Shades of Black Russian #0A080F

Tints of Black Russian #0A080F

Color information

#0A080F (or 0x0A080F) is unknown color: approx Black Russian. HEX triplet: 0A, 08 and 0F. RGB value is (10,8,15). Sum of RGB (Red+Green+Blue) = 10+8+15=33 (4% of max value = 765). Red value is 10 (4.30% from 255 or 30.30% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 15 (6.25% from 255 or 45.45% from 33); Max value from RGB is 15 - color contains mainly: blue. Hex color #0A080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A080F is #F5F7F0. Grayscale: #090909. Windows color (decimal): -16119793 or 985098. OLE color: 985098.

HSL color Cylindrical-coordinate representation of color #0A080F: hue angle of 257.14º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0A080F is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB10815-
CMYK0.330.4700.94
HSL257.14º30.43%4.51%-
HSV(B)257.14º46.67%5.88%-
XYZ0.30.270.49-
YUV9.4131.16128.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 30.30%
GREEN value IS 8 (3.52% from 255) = 24.24%
BLUE value IS 15 (6.25% from 255) = 45.45%
R=30.30%
G=24.24%
B=45.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal108150.330.4700.94257.1430.434.51
HexA8F212F05E1011e5
Octal12101741570136401365
Binary1010100011111000011011110101111010000000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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