#0A0209

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

Shades of Mardi Gras #0A0209

Tints of Mardi Gras #0A0209

Color information

#0A0209 (or 0x0A0209) is unknown color: approx Mardi Gras. HEX triplet: 0A, 02 and 09. RGB value is (10,2,9). Sum of RGB (Red+Green+Blue) = 10+2+9=21 (2% of max value = 765). Red value is 10 (4.30% from 255 or 47.62% from 21); Green value is 2 (1.17% from 255 or 9.52% from 21); Blue value is 9 (3.91% from 255 or 42.86% from 21); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0209 is #F5FDF6. Grayscale: #050505. Windows color (decimal): -16121335 or 590346. OLE color: 590346.

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

Color convert

RGB1029-
CMYK00.80.100.96
HSL307.5º66.67%2.35%-
HSV(B)307.5º80%3.92%-
XYZ0.20.130.27-
YUV5.19130.15131.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 47.62%
GREEN value IS 2 (1.17% from 255) = 9.52%
BLUE value IS 9 (3.91% from 255) = 42.86%
R=47.62%
G=9.52%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.10
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal102900.80.100.96307.566.672.35
HexA29050A60134432
Octal122110120121404641032
Binary10101010010101000010101100000100110100100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0209; }

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

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

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

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

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

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

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

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