#2D0A31

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

Shades of Mardi Gras #2D0A31

Tints of Mardi Gras #2D0A31

Color information

#2D0A31 (or 0x2D0A31) is unknown color: approx Mardi Gras. HEX triplet: 2D, 0A and 31. RGB value is (45,10,49). Sum of RGB (Red+Green+Blue) = 45+10+49=104 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.27% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D0A31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0A31 is #D2F5CE. Grayscale: #181818. Windows color (decimal): -13825487 or 3213869. OLE color: 3213869.

HSL color Cylindrical-coordinate representation of color #2D0A31: hue angle of 293.85º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D0A31 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB451049-
CMYK0.080.8000.81
HSL293.85º66.1%11.57%-
HSV(B)293.85º79.59%19.22%-
XYZ1.7513.01-
YUV24.91141.6142.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 43.27%
GREEN value IS 10 (4.30% from 255) = 9.62%
BLUE value IS 49 (19.53% from 255) = 47.12%
R=43.27%
G=9.62%
B=47.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4510490.080.8000.81293.8566.111.57
Hex2DA3185005112642c
Octal55126110120012144610214
Binary1011011010110001100010100000101000110010011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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