#090520

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

Shades of Black Russian #090520

Tints of Black Russian #090520

Color information

#090520 (or 0x090520) is unknown color: approx Black Russian. HEX triplet: 09, 05 and 20. RGB value is (9,5,32). Sum of RGB (Red+Green+Blue) = 9+5+32=46 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.57% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 32 (12.89% from 255 or 69.57% from 46); Max value from RGB is 32 - color contains mainly: blue. Hex color #090520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090520 is #F6FADF. Grayscale: #090909. Windows color (decimal): -16186080 or 2098441. OLE color: 2098441.

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

Color convert

RGB9532-
CMYK0.720.8400.87
HSL248.89º72.97%7.25%-
HSV(B)248.89º84.38%12.55%-
XYZ0.430.271.4-
YUV9.27140.83127.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 19.57%
GREEN value IS 5 (2.34% from 255) = 10.87%
BLUE value IS 32 (12.89% from 255) = 69.57%
R=19.57%
G=10.87%
B=69.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal95320.720.8400.87248.8972.977.25
Hex95204854057f9497
Octal1154011012401273711117
Binary10011011000001001000101010001010111111110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090520; }

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

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

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

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

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

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

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

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