#070518

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

Shades of Black Russian #070518

Tints of Black Russian #070518

Color information

#070518 (or 0x070518) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 18. RGB value is (7,5,24). Sum of RGB (Red+Green+Blue) = 7+5+24=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 24 (9.77% from 255 or 66.67% from 36); Max value from RGB is 24 - color contains mainly: blue. Hex color #070518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070518 is #F8FAE7. Grayscale: #070707. Windows color (decimal): -16317160 or 1574151. OLE color: 1574151.

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

Color convert

RGB7524-
CMYK0.710.7900.91
HSL246.32º65.52%5.69%-
HSV(B)246.32º79.17%9.41%-
XYZ0.310.220.89-
YUV7.76137.16127.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 19.44%
GREEN value IS 5 (2.34% from 255) = 13.89%
BLUE value IS 24 (9.77% from 255) = 66.67%
R=19.44%
G=13.89%
B=66.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal75240.710.7900.91246.3265.525.69
Hex7518474F05Bf6426
Octal753010711701333661026
Binary111101110001000111100111101011011111101101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070518; }

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

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

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

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

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

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

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

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