#090820

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

Shades of Black Russian #090820

Tints of Black Russian #090820

Color information

#090820 (or 0x090820) is unknown color: approx Black Russian. HEX triplet: 09, 08 and 20. RGB value is (9,8,32). Sum of RGB (Red+Green+Blue) = 9+8+32=49 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.37% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 32 (12.89% from 255 or 65.31% from 49); Max value from RGB is 32 - color contains mainly: blue. Hex color #090820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090820 is #F6F7DF. Grayscale: #0A0A0A. Windows color (decimal): -16185312 or 2099209. OLE color: 2099209.

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

Color convert

RGB9832-
CMYK0.720.7500.87
HSL242.5º60%7.84%-
HSV(B)242.5º75%12.55%-
XYZ0.460.341.41-
YUV11.04139.83126.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18.37%
GREEN value IS 8 (3.52% from 255) = 16.33%
BLUE value IS 32 (12.89% from 255) = 65.31%
R=18.37%
G=16.33%
B=65.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal98320.720.7500.87242.5607.84
Hex9820484B057f23c8
Octal11104011011301273627410
Binary100110001000001001000100101101010111111100101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090820; }

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

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

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

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

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

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

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

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