#080A18

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

Shades of Black Russian #080A18

Tints of Black Russian #080A18

Color information

#080A18 (or 0x080A18) is unknown color: approx Black Russian. HEX triplet: 08, 0A and 18. RGB value is (8,10,24). Sum of RGB (Red+Green+Blue) = 8+10+24=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #080A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A18 is #F7F5E7. Grayscale: #0A0A0A. Windows color (decimal): -16250344 or 1575432. OLE color: 1575432.

HSL color Cylindrical-coordinate representation of color #080A18: hue angle of 232.5º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #080A18 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB81024-
CMYK0.670.5800.91
HSL232.5º50%6.27%-
HSV(B)232.5º66.67%9.41%-
XYZ0.370.330.91-
YUV11135.34125.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.05%
GREEN value IS 10 (4.30% from 255) = 23.81%
BLUE value IS 24 (9.77% from 255) = 57.14%
R=19.05%
G=23.81%
B=57.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal810240.670.5800.91232.5506.27
Hex8A18433A05Be8326
Octal101230103720133350626
Binary100010101100010000111110100101101111101000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080A18; }

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

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

<style>
 a { background-color: #080A18; }

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

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

<style>
 span { border-color: #080A18; }

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

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