#070818

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

Shades of Black Russian #070818

Tints of Black Russian #070818

Color information

#070818 (or 0x070818) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 18. RGB value is (7,8,24). Sum of RGB (Red+Green+Blue) = 7+8+24=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 8 (3.52% from 255 or 20.51% 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 #070818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070818 is #F8F7E7. Grayscale: #090909. Windows color (decimal): -16316392 or 1574919. OLE color: 1574919.

HSL color Cylindrical-coordinate representation of color #070818: hue angle of 236.47º 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 #070818 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB7824-
CMYK0.710.6700.91
HSL236.47º54.84%6.08%-
HSV(B)236.47º70.83%9.41%-
XYZ0.340.280.9-
YUV9.52136.17126.2-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal78240.710.6700.91236.4754.846.08
Hex7818474305Bec376
Octal710301071030133354676
Binary111100011000100011110000110101101111101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070818; }

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

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

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

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

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

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

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

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