#090500

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

Shades of Black #090500

Tints of Black #090500

Color information

#090500 (or 0x090500) is unknown color: approx Black. HEX triplet: 09, 05 and 00. RGB value is (9,5,0). Sum of RGB (Red+Green+Blue) = 9+5+0=14 (1% of max value = 765). Red value is 9 (3.91% from 255 or 64.29% from 14); Green value is 5 (2.34% from 255 or 35.71% from 14); Blue value is 0 (0.39% from 255 or 0% from 14); Max value from RGB is 9 - color contains mainly: red. Hex color #090500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090500 is #F6FAFF. Grayscale: #050505. Windows color (decimal): -16186112 or 1289. OLE color: 1289.

HSL color Cylindrical-coordinate representation of color #090500: hue angle of 33.33º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090500 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.96.

Color convert

RGB950-
CMYK00.4410.96
HSL33.33º100%1.76%-
HSV(B)33.33º100%3.53%-
XYZ0.170.170.02-
YUV5.63124.83130.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 64.29%
GREEN value IS 5 (2.34% from 255) = 35.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.29%
G=35.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal95000.4410.9633.331001.76
Hex95002C646021642
Octal1150054144140411442
Binary10011010010110011001001100000100001110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090500; }

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

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

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

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

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

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

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

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