#090501

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

Shades of Black #090501

Tints of Black #090501

Color information

#090501 (or 0x090501) is unknown color: approx Black. HEX triplet: 09, 05 and 01. RGB value is (9,5,1). Sum of RGB (Red+Green+Blue) = 9+5+1=15 (1% of max value = 765). Red value is 9 (3.91% from 255 or 60% from 15); Green value is 5 (2.34% from 255 or 33.33% from 15); Blue value is 1 (0.78% from 255 or 6.67% from 15); Max value from RGB is 9 - color contains mainly: red. Hex color #090501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090501 is #F6FAFE. Grayscale: #050505. Windows color (decimal): -16186111 or 66825. OLE color: 66825.

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

Color convert

RGB951-
CMYK00.440.890.96
HSL30º80%1.96%-
HSV(B)30º88.89%3.53%-
XYZ0.170.170.05-
YUV5.74125.33130.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 60%
GREEN value IS 5 (2.34% from 255) = 33.33%
BLUE value IS 1 (0.78% from 255) = 6.67%
R=60%
G=33.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal95100.440.890.9630801.96
Hex95102C59601e502
Octal1151054131140361202
Binary1001101101011001011001110000011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090501; }

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

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

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

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

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

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

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

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