#090221

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

Shades of Black Russian #090221

Tints of Black Russian #090221

Color information

#090221 (or 0x090221) is unknown color: approx Black Russian. HEX triplet: 09, 02 and 21. RGB value is (9,2,33). Sum of RGB (Red+Green+Blue) = 9+2+33=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 33 (13.28% from 255 or 75% from 44); Max value from RGB is 33 - color contains mainly: blue. Hex color #090221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090221 is #F6FDDE. Grayscale: #070707. Windows color (decimal): -16186847 or 2163209. OLE color: 2163209.

HSL color Cylindrical-coordinate representation of color #090221: hue angle of 253.55º degrees, saturation: 0.89, 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 #090221 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB9233-
CMYK0.730.9400.87
HSL253.55º88.57%6.86%-
HSV(B)253.55º93.94%12.94%-
XYZ0.410.211.46-
YUV7.63142.32128.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20.45%
GREEN value IS 2 (1.17% from 255) = 4.55%
BLUE value IS 33 (13.28% from 255) = 75%
R=20.45%
G=4.55%
B=75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal92330.730.9400.87253.5588.576.86
Hex9221495E057fe597
Octal1124111113601273761317
Binary1001101000011001001101111001010111111111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090221; }

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

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

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

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

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

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

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

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