#070912

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

Shades of Black Russian #070912

Tints of Black Russian #070912

Color information

#070912 (or 0x070912) is unknown color: approx Black Russian. HEX triplet: 07, 09 and 12. RGB value is (7,9,18). Sum of RGB (Red+Green+Blue) = 7+9+18=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 18 (7.42% from 255 or 52.94% from 34); Max value from RGB is 18 - color contains mainly: blue. Hex color #070912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070912 is #F8F6ED. Grayscale: #090909. Windows color (decimal): -16316142 or 1181959. OLE color: 1181959.

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

Color convert

RGB7918-
CMYK0.610.500.93
HSL229.09º44%4.9%-
HSV(B)229.09º61.11%7.06%-
XYZ0.290.280.61-
YUV9.43132.84126.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 20.59%
GREEN value IS 9 (3.91% from 255) = 26.47%
BLUE value IS 18 (7.42% from 255) = 52.94%
R=20.59%
G=26.47%
B=52.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal79180.610.500.93229.09444.9
Hex79123D3205De52c5
Octal7112275620135345545
Binary1111001100101111011100100101110111100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070912; }

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

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

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

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

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

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

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

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