#090121

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

Shades of Black Russian #090121

Tints of Black Russian #090121

Color information

#090121 (or 0x090121) is unknown color: approx Black Russian. HEX triplet: 09, 01 and 21. RGB value is (9,1,33). Sum of RGB (Red+Green+Blue) = 9+1+33=43 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.93% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 33 (13.28% from 255 or 76.74% from 43); Max value from RGB is 33 - color contains mainly: blue. Hex color #090121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090121 is #F6FEDE. Grayscale: #060606. Windows color (decimal): -16187103 or 2162953. OLE color: 2162953.

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

Color convert

RGB9133-
CMYK0.730.9700.87
HSL255º94.12%6.67%-
HSV(B)255º96.97%12.94%-
XYZ0.40.191.45-
YUV7.04142.65129.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20.93%
GREEN value IS 1 (0.78% from 255) = 2.33%
BLUE value IS 33 (13.28% from 255) = 76.74%
R=20.93%
G=2.33%
B=76.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal91330.730.9700.8725594.126.67
Hex91214961057ff5e7
Octal1114111114101273771367
Binary100111000011001001110000101010111111111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090121; }

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

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

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

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

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

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

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

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