#090220

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

Shades of Black Russian #090220

Tints of Black Russian #090220

Color information

#090220 (or 0x090220) is unknown color: approx Black Russian. HEX triplet: 09, 02 and 20. RGB value is (9,2,32). Sum of RGB (Red+Green+Blue) = 9+2+32=43 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.93% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 32 (12.89% from 255 or 74.42% from 43); Max value from RGB is 32 - color contains mainly: blue. Hex color #090220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090220 is #F6FDDF. Grayscale: #070707. Windows color (decimal): -16186848 or 2097673. OLE color: 2097673.

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

Color convert

RGB9232-
CMYK0.720.9400.87
HSL254º88.24%6.67%-
HSV(B)254º93.75%12.55%-
XYZ0.40.211.39-
YUV7.51141.82129.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20.93%
GREEN value IS 2 (1.17% from 255) = 4.65%
BLUE value IS 32 (12.89% from 255) = 74.42%
R=20.93%
G=4.65%
B=74.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal92320.720.9400.8725488.246.67
Hex9220485E057fe587
Octal1124011013601273761307
Binary1001101000001001000101111001010111111111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090220; }

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

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

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

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

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

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

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

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