#090C21

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

Shades of Black Russian #090C21

Tints of Black Russian #090C21

Color information

#090C21 (or 0x090C21) is unknown color: approx Black Russian. HEX triplet: 09, 0C and 21. RGB value is (9,12,33). Sum of RGB (Red+Green+Blue) = 9+12+33=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 33 (13.28% from 255 or 61.11% from 54); Max value from RGB is 33 - color contains mainly: blue. Hex color #090C21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C21 is #F6F3DE. Grayscale: #0D0D0D. Windows color (decimal): -16184287 or 2165769. OLE color: 2165769.

HSL color Cylindrical-coordinate representation of color #090C21: hue angle of 232.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #090C21 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB91233-
CMYK0.730.6400.87
HSL232.5º57.14%8.24%-
HSV(B)232.5º72.73%12.94%-
XYZ0.520.431.49-
YUV13.5139.01124.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.67%
GREEN value IS 12 (5.08% from 255) = 22.22%
BLUE value IS 33 (13.28% from 255) = 61.11%
R=16.67%
G=22.22%
B=61.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal912330.730.6400.87232.557.148.24
Hex9C214940057e8398
Octal11144111110001273507110
Binary100111001000011001001100000001010111111010001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090C21; }

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

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

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

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

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

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

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

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