#080718

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

Shades of Black Russian #080718

Tints of Black Russian #080718

Color information

#080718 (or 0x080718) is unknown color: approx Black Russian. HEX triplet: 08, 07 and 18. RGB value is (8,7,24). Sum of RGB (Red+Green+Blue) = 8+7+24=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 24 (9.77% from 255 or 61.54% from 39); Max value from RGB is 24 - color contains mainly: blue. Hex color #080718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080718 is #F7F8E7. Grayscale: #090909. Windows color (decimal): -16251112 or 1574664. OLE color: 1574664.

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

Color convert

RGB8724-
CMYK0.670.7100.91
HSL243.53º54.84%6.08%-
HSV(B)243.53º70.83%9.41%-
XYZ0.340.270.9-
YUV9.24136.33127.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20.51%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 24 (9.77% from 255) = 61.54%
R=20.51%
G=17.95%
B=61.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal87240.670.7100.91243.5354.846.08
Hex8718434705Bf4376
Octal107301031070133364676
Binary100011111000100001110001110101101111110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080718; }

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

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

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

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

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

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

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

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