#070212

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

Shades of Black Russian #070212

Tints of Black Russian #070212

Color information

#070212 (or 0x070212) is unknown color: approx Black Russian. HEX triplet: 07, 02 and 12. RGB value is (7,2,18). Sum of RGB (Red+Green+Blue) = 7+2+18=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 18 (7.42% from 255 or 66.67% from 27); Max value from RGB is 18 - color contains mainly: blue. Hex color #070212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070212 is #F8FDED. Grayscale: #050505. Windows color (decimal): -16317934 or 1180167. OLE color: 1180167.

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

Color convert

RGB7218-
CMYK0.610.8900.93
HSL258.75º80%3.92%-
HSV(B)258.75º88.89%7.06%-
XYZ0.220.130.59-
YUV5.32135.16129.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 25.93%
GREEN value IS 2 (1.17% from 255) = 7.41%
BLUE value IS 18 (7.42% from 255) = 66.67%
R=25.93%
G=7.41%
B=66.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal72180.610.8900.93258.75803.92
Hex72123D5905D103504
Octal72227513101354031204
Binary11110100101111011011001010111011000000111010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070212; }

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

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

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

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

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

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

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

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