#090120

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

Shades of Black Russian #090120

Tints of Black Russian #090120

Color information

#090120 (or 0x090120) is unknown color: approx Black Russian. HEX triplet: 09, 01 and 20. RGB value is (9,1,32). Sum of RGB (Red+Green+Blue) = 9+1+32=42 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.43% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 32 (12.89% from 255 or 76.19% from 42); Max value from RGB is 32 - color contains mainly: blue. Hex color #090120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090120 is #F6FEDF. Grayscale: #060606. Windows color (decimal): -16187104 or 2097417. OLE color: 2097417.

HSL color Cylindrical-coordinate representation of color #090120: hue angle of 255.48º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #090120 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB9132-
CMYK0.720.9700.87
HSL255.48º93.94%6.47%-
HSV(B)255.48º96.88%12.55%-
XYZ0.380.181.38-
YUV6.93142.15129.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 21.43%
GREEN value IS 1 (0.78% from 255) = 2.38%
BLUE value IS 32 (12.89% from 255) = 76.19%
R=21.43%
G=2.38%
B=76.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal91320.720.9700.87255.4893.946.47
Hex91204861057ff5e6
Octal1114011014101273771366
Binary100111000001001000110000101010111111111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090120; }

 p { color: rgb(9,1,32); }

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

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

 a { background-color: rgb(9,1,32); }

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

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

 span { border-color: rgb(9,1,32); }

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