#090202

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

Shades of Black #090202

Tints of Black #090202

Color information

#090202 (or 0x090202) is unknown color: approx Black. HEX triplet: 09, 02 and 02. RGB value is (9,2,2). Sum of RGB (Red+Green+Blue) = 9+2+2=13 (1% of max value = 765). Red value is 9 (3.91% from 255 or 69.23% from 13); Green value is 2 (1.17% from 255 or 15.38% from 13); Blue value is 2 (1.17% from 255 or 15.38% from 13); Max value from RGB is 9 - color contains mainly: red. Hex color #090202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090202 is #F6FDFD. Grayscale: #040404. Windows color (decimal): -16186878 or 131593. OLE color: 131593.

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

Color convert

RGB922-
CMYK00.780.780.96
HSL63.64%2.16%-
HSV(B)77.78%3.53%-
XYZ0.150.110.07-
YUV4.09126.82131.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 69.23%
GREEN value IS 2 (1.17% from 255) = 15.38%
BLUE value IS 2 (1.17% from 255) = 15.38%
R=69.23%
G=15.38%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal92200.780.780.96063.642.16
Hex92204E4E600402
Octal1122011611614001002
Binary1001101001001110100111011000000100000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090202; }

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

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

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

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

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

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

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

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