#090921

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

Shades of Black Russian #090921

Tints of Black Russian #090921

Color information

#090921 (or 0x090921) is unknown color: approx Black Russian. HEX triplet: 09, 09 and 21. RGB value is (9,9,33). Sum of RGB (Red+Green+Blue) = 9+9+33=51 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.65% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 33 (13.28% from 255 or 64.71% from 51); Max value from RGB is 33 - color contains mainly: blue. Hex color #090921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090921 is #F6F6DE. Grayscale: #0B0B0B. Windows color (decimal): -16185055 or 2165001. OLE color: 2165001.

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

Color convert

RGB9933-
CMYK0.730.7300.87
HSL240º57.14%8.24%-
HSV(B)240º72.73%12.94%-
XYZ0.480.361.48-
YUV11.74140126.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 17.65%
GREEN value IS 9 (3.91% from 255) = 17.65%
BLUE value IS 33 (13.28% from 255) = 64.71%
R=17.65%
G=17.65%
B=64.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal99330.730.7300.8724057.148.24
Hex99214949057f0398
Octal11114111111101273607110
Binary100110011000011001001100100101010111111100001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090921; }

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

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

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

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

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

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

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

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