#2D0F31

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

Shades of Mardi Gras #2D0F31

Tints of Mardi Gras #2D0F31

Color information

#2D0F31 (or 0x2D0F31) is unknown color: approx Mardi Gras. HEX triplet: 2D, 0F and 31. RGB value is (45,15,49). Sum of RGB (Red+Green+Blue) = 45+15+49=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D0F31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0F31 is #D2F0CE. Grayscale: #1B1B1B. Windows color (decimal): -13824207 or 3215149. OLE color: 3215149.

HSL color Cylindrical-coordinate representation of color #2D0F31: hue angle of 292.94º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D0F31 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB451549-
CMYK0.080.6900.81
HSL292.94º53.12%12.55%-
HSV(B)292.94º69.39%19.22%-
XYZ1.811.123.03-
YUV27.85139.94140.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 41.28%
GREEN value IS 15 (6.25% from 255) = 13.76%
BLUE value IS 49 (19.53% from 255) = 44.95%
R=41.28%
G=13.76%
B=44.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4515490.080.6900.81292.9453.1212.55
Hex2DF3184505112535d
Octal5517611010501214456515
Binary101101111111000110001000101010100011001001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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