#070412

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

Shades of Black Russian #070412

Tints of Black Russian #070412

Color information

#070412 (or 0x070412) is unknown color: approx Black Russian. HEX triplet: 07, 04 and 12. RGB value is (7,4,18). Sum of RGB (Red+Green+Blue) = 7+4+18=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 18 (7.42% from 255 or 62.07% from 29); Max value from RGB is 18 - color contains mainly: blue. Hex color #070412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070412 is #F8FBED. Grayscale: #060606. Windows color (decimal): -16317422 or 1180679. OLE color: 1180679.

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

Color convert

RGB7418-
CMYK0.610.7800.93
HSL252.86º63.64%4.31%-
HSV(B)252.86º77.78%7.06%-
XYZ0.240.180.59-
YUV6.49134.49128.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 24.14%
GREEN value IS 4 (1.95% from 255) = 13.79%
BLUE value IS 18 (7.42% from 255) = 62.07%
R=24.14%
G=13.79%
B=62.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal74180.610.7800.93252.8663.644.31
Hex74123D4E05Dfd404
Octal74227511601353751004
Binary11110010010111101100111001011101111111011000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070412; }

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

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

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

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

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

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

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

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