#090109

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

Shades of Mardi Gras #090109

Tints of Mardi Gras #090109

Color information

#090109 (or 0x090109) is unknown color: approx Mardi Gras. HEX triplet: 09, 01 and 09. RGB value is (9,1,9). Sum of RGB (Red+Green+Blue) = 9+1+9=19 (2% of max value = 765). Red value is 9 (3.91% from 255 or 47.37% from 19); Green value is 1 (0.78% from 255 or 5.26% from 19); Blue value is 9 (3.91% from 255 or 47.37% from 19); Max value from RGB is 9 - color contains mainly: red, blue. Hex color #090109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090109 is #F6FEF6. Grayscale: #040404. Windows color (decimal): -16187127 or 590089. OLE color: 590089.

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

Color convert

RGB919-
CMYK00.8900.96
HSL300º80%1.96%-
HSV(B)300º88.89%3.53%-
XYZ0.170.10.27-
YUV4.3130.65131.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 47.37%
GREEN value IS 1 (0.78% from 255) = 5.26%
BLUE value IS 9 (3.91% from 255) = 47.37%
R=47.37%
G=5.26%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal91900.8900.96300801.96
Hex91905906012c502
Octal11111013101404541202
Binary1001110010101100101100000100101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090109; }

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

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

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

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

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

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

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

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