#2D0A29

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

Shades of Mardi Gras #2D0A29

Tints of Mardi Gras #2D0A29

Color information

#2D0A29 (or 0x2D0A29) is unknown color: approx Mardi Gras. HEX triplet: 2D, 0A and 29. RGB value is (45,10,41). Sum of RGB (Red+Green+Blue) = 45+10+41=96 (12% of max value = 765). Red value is 45 (17.97% from 255 or 46.88% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0A29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0A29 is #D2F5D6. Grayscale: #171717. Windows color (decimal): -13825495 or 2689581. OLE color: 2689581.

HSL color Cylindrical-coordinate representation of color #2D0A29: hue angle of 306.86º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D0A29 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB451041-
CMYK00.780.090.82
HSL306.86º63.64%10.78%-
HSV(B)306.86º77.78%17.65%-
XYZ1.590.942.19-
YUV24137.6142.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 46.88%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 41 (16.41% from 255) = 42.71%
R=46.88%
G=10.42%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45104100.780.090.82306.8663.6410.78
Hex2DA2904E95213340b
Octal55125101161112246310013
Binary1011011010101001010011101001101001010011001110000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D0A29; }

 p { color: rgb(45,10,41); }

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

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

 a { background-color: rgb(45,10,41); }

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

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

 span { border-color: rgb(45,10,41); }

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