#090512

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

Shades of Black Russian #090512

Tints of Black Russian #090512

Color information

#090512 (or 0x090512) is unknown color: approx Black Russian. HEX triplet: 09, 05 and 12. RGB value is (9,5,18). Sum of RGB (Red+Green+Blue) = 9+5+18=32 (4% of max value = 765). Red value is 9 (3.91% from 255 or 28.12% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 18 (7.42% from 255 or 56.25% from 32); Max value from RGB is 18 - color contains mainly: blue. Hex color #090512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090512 is #F6FAED. Grayscale: #070707. Windows color (decimal): -16186094 or 1180937. OLE color: 1180937.

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

Color convert

RGB9518-
CMYK0.50.7200.93
HSL258.46º56.52%4.51%-
HSV(B)258.46º72.22%7.06%-
XYZ0.280.210.6-
YUV7.68133.83128.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 28.12%
GREEN value IS 5 (2.34% from 255) = 15.62%
BLUE value IS 18 (7.42% from 255) = 56.25%
R=28.12%
G=15.62%
B=56.25%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal95180.50.7200.93258.4656.524.51
Hex9512324805D102395
Octal11522621100135402715
Binary100110110010110010100100001011101100000010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090512; }

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

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

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

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

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

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

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

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