#090712

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

Shades of Black Russian #090712

Tints of Black Russian #090712

Color information

#090712 (or 0x090712) is unknown color: approx Black Russian. HEX triplet: 09, 07 and 12. RGB value is (9,7,18). Sum of RGB (Red+Green+Blue) = 9+7+18=34 (4% of max value = 765). Red value is 9 (3.91% from 255 or 26.47% from 34); Green value is 7 (3.12% from 255 or 20.59% 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 #090712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090712 is #F6F8ED. Grayscale: #080808. Windows color (decimal): -16185582 or 1181449. OLE color: 1181449.

HSL color Cylindrical-coordinate representation of color #090712: hue angle of 250.91º 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 #090712 is Cyan = 0.5, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB9718-
CMYK0.50.6100.93
HSL250.91º44%4.9%-
HSV(B)250.91º61.11%7.06%-
XYZ0.30.250.61-
YUV8.85133.16128.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal97180.50.6100.93250.91444.9
Hex9712323D05Dfb2c5
Octal1172262750135373545
Binary1001111100101100101111010101110111111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090712; }

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

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

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

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

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

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

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

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