#070618

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

Shades of Black Russian #070618

Tints of Black Russian #070618

Color information

#070618 (or 0x070618) is unknown color: approx Black Russian. HEX triplet: 07, 06 and 18. RGB value is (7,6,24). Sum of RGB (Red+Green+Blue) = 7+6+24=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 24 (9.77% from 255 or 64.86% from 37); Max value from RGB is 24 - color contains mainly: blue. Hex color #070618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070618 is #F8F9E7. Grayscale: #080808. Windows color (decimal): -16316904 or 1574407. OLE color: 1574407.

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

Color convert

RGB7624-
CMYK0.710.7500.91
HSL243.33º60%5.88%-
HSV(B)243.33º75%9.41%-
XYZ0.320.240.89-
YUV8.35136.83127.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 18.92%
GREEN value IS 6 (2.73% from 255) = 16.22%
BLUE value IS 24 (9.77% from 255) = 64.86%
R=18.92%
G=16.22%
B=64.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal76240.710.7500.91243.33605.88
Hex7618474B05Bf33c6
Octal76301071130133363746
Binary11111011000100011110010110101101111110011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070618; }

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

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

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

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

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

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

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

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