#090902

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

Shades of Maire #090902

Tints of Maire #090902

Color information

#090902 (or 0x090902) is unknown color: approx Maire. HEX triplet: 09, 09 and 02. RGB value is (9,9,2). Sum of RGB (Red+Green+Blue) = 9+9+2=20 (2% of max value = 765). Red value is 9 (3.91% from 255 or 45% from 20); Green value is 9 (3.91% from 255 or 45% from 20); Blue value is 2 (1.17% from 255 or 10% from 20); Max value from RGB is 9 - color contains mainly: red, green. Hex color #090902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090902 is #F6F6FD. Grayscale: #080808. Windows color (decimal): -16185086 or 133385. OLE color: 133385.

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

Color convert

RGB992-
CMYK000.780.96
HSL60º63.64%2.16%-
HSV(B)60º77.78%3.53%-
XYZ0.220.260.1-
YUV8.2124.5128.57-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal992000.780.966063.642.16
Hex992004E603c402
Octal1111200116140741002
Binary10011001100010011101100000111100100000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090902; }

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

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

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

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

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

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

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

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