#090401

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

Shades of Black #090401

Tints of Black #090401

Color information

#090401 (or 0x090401) is unknown color: approx Black. HEX triplet: 09, 04 and 01. RGB value is (9,4,1). Sum of RGB (Red+Green+Blue) = 9+4+1=14 (1% of max value = 765). Red value is 9 (3.91% from 255 or 64.29% from 14); Green value is 4 (1.95% from 255 or 28.57% from 14); Blue value is 1 (0.78% from 255 or 7.14% from 14); Max value from RGB is 9 - color contains mainly: red. Hex color #090401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090401 is #F6FBFE. Grayscale: #050505. Windows color (decimal): -16186367 or 66569. OLE color: 66569.

HSL color Cylindrical-coordinate representation of color #090401: hue angle of 22.5º 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 #090401 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.96.

Color convert

RGB941-
CMYK00.560.890.96
HSL22.5º80%1.96%-
HSV(B)22.5º88.89%3.53%-
XYZ0.160.150.05-
YUV5.15125.66130.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 64.29%
GREEN value IS 4 (1.95% from 255) = 28.57%
BLUE value IS 1 (0.78% from 255) = 7.14%
R=64.29%
G=28.57%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal94100.560.890.9622.5801.96
Hex941038596016502
Octal1141070131140261202
Binary1001100101110001011001110000010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090401; }

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

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

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

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

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

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

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

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