#090201

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

Shades of Black #090201

Tints of Black #090201

Color information

#090201 (or 0x090201) is unknown color: approx Black. HEX triplet: 09, 02 and 01. RGB value is (9,2,1). Sum of RGB (Red+Green+Blue) = 9+2+1=12 (1% of max value = 765). Red value is 9 (3.91% from 255 or 75% from 12); Green value is 2 (1.17% from 255 or 16.67% from 12); Blue value is 1 (0.78% from 255 or 8.33% from 12); Max value from RGB is 9 - color contains mainly: red. Hex color #090201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090201 is #F6FDFE. Grayscale: #030303. Windows color (decimal): -16186879 or 66057. OLE color: 66057.

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

Color convert

RGB921-
CMYK00.780.890.96
HSL7.5º80%1.96%-
HSV(B)7.5º88.89%3.53%-
XYZ0.140.10.04-
YUV3.98126.32131.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 75%
GREEN value IS 2 (1.17% from 255) = 16.67%
BLUE value IS 1 (0.78% from 255) = 8.33%
R=75%
G=16.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal92100.780.890.967.5801.96
Hex92104E59608502
Octal11210116131140101202
Binary100110101001110101100111000001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090201; }

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

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

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

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

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

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

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

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