#070512

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

Shades of Black Russian #070512

Tints of Black Russian #070512

Color information

#070512 (or 0x070512) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 12. RGB value is (7,5,18). Sum of RGB (Red+Green+Blue) = 7+5+18=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 18 (7.42% from 255 or 60% from 30); Max value from RGB is 18 - color contains mainly: blue. Hex color #070512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070512 is #F8FAED. Grayscale: #070707. Windows color (decimal): -16317166 or 1180935. OLE color: 1180935.

HSL color Cylindrical-coordinate representation of color #070512: hue angle of 249.23º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #070512 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB7518-
CMYK0.610.7200.93
HSL249.23º56.52%4.51%-
HSV(B)249.23º72.22%7.06%-
XYZ0.250.20.6-
YUV7.08134.16127.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 23.33%
GREEN value IS 5 (2.34% from 255) = 16.67%
BLUE value IS 18 (7.42% from 255) = 60%
R=23.33%
G=16.67%
B=60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal75180.610.7200.93249.2356.524.51
Hex75123D4805Df9395
Octal7522751100135371715
Binary1111011001011110110010000101110111111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070512; }

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

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

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

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

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

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

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

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