Html Css Color HEX #090501 Black

📋 copy color: '#090501'

red 9 ◦ green 5 ◦ blue 1

#090501
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #090501

Tints of Black #090501

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 value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.96

RGB Variations

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

Color information

#090501 (or 0x090501) is known color: 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

RGB 9 5 1 -
CMYK 0 0.44 0.89 0.96
HSL 30º 0.8% 0.02% -
HSV(B) 30º 0.89% 0.04% -
XYZ 0.17 0.17 0.05 -
YUV 5.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 9 5 1 0 0.44 0.89 0.96 30 0.8 0.02
Hex 9 5 1 0 2C 59 60 1E 50 2
Octal 11 5 1 0 54 131 140 36 120 2
Binary 1001 101 1 0 101100 1011001 1100000 11110 1010000 10

Color Harmonies of #090501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090501

Black with #090501

Text Example


Text Example

White with #090501

Text Example


Text Example

HTML Codes & Css Web 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>