#080118

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

Shades of Black Russian #080118

Tints of Black Russian #080118

Color information

#080118 (or 0x080118) is unknown color: approx Black Russian. HEX triplet: 08, 01 and 18. RGB value is (8,1,24). Sum of RGB (Red+Green+Blue) = 8+1+24=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 24 (9.77% from 255 or 72.73% from 33); Max value from RGB is 24 - color contains mainly: blue. Hex color #080118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080118 is #F7FEE7. Grayscale: #050505. Windows color (decimal): -16252648 or 1573128. OLE color: 1573128.

HSL color Cylindrical-coordinate representation of color #080118: hue angle of 258.26º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080118 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB8124-
CMYK0.670.9600.91
HSL258.26º92%4.9%-
HSV(B)258.26º95.83%9.41%-
XYZ0.280.140.88-
YUV5.72138.32129.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 24.24%
GREEN value IS 1 (0.78% from 255) = 3.03%
BLUE value IS 24 (9.77% from 255) = 72.73%
R=24.24%
G=3.03%
B=72.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal81240.670.9600.91258.26924.9
Hex8118436005B1025c5
Octal1013010314001334021345
Binary100011100010000111100000010110111000000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080118; }

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

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

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

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

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

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

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

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