#090402

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

Shades of Black #090402

Tints of Black #090402

Color information

#090402 (or 0x090402) is unknown color: approx Black. HEX triplet: 09, 04 and 02. RGB value is (9,4,2). Sum of RGB (Red+Green+Blue) = 9+4+2=15 (1% of max value = 765). Red value is 9 (3.91% from 255 or 60% from 15); Green value is 4 (1.95% from 255 or 26.67% from 15); Blue value is 2 (1.17% from 255 or 13.33% from 15); Max value from RGB is 9 - color contains mainly: red. Hex color #090402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090402 is #F6FBFD. Grayscale: #050505. Windows color (decimal): -16186366 or 132105. OLE color: 132105.

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

Color convert

RGB942-
CMYK00.560.780.96
HSL17.14º63.64%2.16%-
HSV(B)17.14º77.78%3.53%-
XYZ0.170.150.08-
YUV5.27126.16130.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 60%
GREEN value IS 4 (1.95% from 255) = 26.67%
BLUE value IS 2 (1.17% from 255) = 13.33%
R=60%
G=26.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal94200.560.780.9617.1463.642.16
Hex9420384E6011402
Octal1142070116140211002
Binary10011001001110001001110110000010001100000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090402; }

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

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

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

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

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

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

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

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