#090502

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

Shades of Black #090502

Tints of Black #090502

Color information

#090502 (or 0x090502) is unknown color: approx Black. HEX triplet: 09, 05 and 02. RGB value is (9,5,2). Sum of RGB (Red+Green+Blue) = 9+5+2=16 (2% of max value = 765). Red value is 9 (3.91% from 255 or 56.25% from 16); Green value is 5 (2.34% from 255 or 31.25% from 16); Blue value is 2 (1.17% from 255 or 12.5% from 16); Max value from RGB is 9 - color contains mainly: red. Hex color #090502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090502 is #F6FAFD. Grayscale: #050505. Windows color (decimal): -16186110 or 132361. OLE color: 132361.

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

Color convert

RGB952-
CMYK00.440.780.96
HSL25.71º63.64%2.16%-
HSV(B)25.71º77.78%3.53%-
XYZ0.180.170.08-
YUV5.85125.83130.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 56.25%
GREEN value IS 5 (2.34% from 255) = 31.25%
BLUE value IS 2 (1.17% from 255) = 12.5%
R=56.25%
G=31.25%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal95200.440.780.9625.7163.642.16
Hex95202C4E601a402
Octal1152054116140321002
Binary10011011001011001001110110000011010100000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090502; }

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

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

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

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

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

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

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

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