#2D0727

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

Shades of Mardi Gras #2D0727

Tints of Mardi Gras #2D0727

Color information

#2D0727 (or 0x2D0727) is unknown color: approx Mardi Gras. HEX triplet: 2D, 07 and 27. RGB value is (45,7,39). Sum of RGB (Red+Green+Blue) = 45+7+39=91 (12% of max value = 765). Red value is 45 (17.97% from 255 or 49.45% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0727 is #D2F8D8. Grayscale: #151515. Windows color (decimal): -13826265 or 2557741. OLE color: 2557741.

HSL color Cylindrical-coordinate representation of color #2D0727: hue angle of 309.47º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D0727 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB45739-
CMYK00.840.130.82
HSL309.47º73.08%10.2%-
HSV(B)309.47º84.44%17.65%-
XYZ1.520.862-
YUV22.01137.59144.4-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 49.45%
GREEN value IS 7 (3.12% from 255) = 7.69%
BLUE value IS 39 (15.62% from 255) = 42.86%
R=49.45%
G=7.69%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4573900.840.130.82309.4773.0810.2
Hex2D727054D5213549a
Octal5574701241512246511112
Binary101101111100111010101001101101001010011010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,7,39); }

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

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

 a { background-color: rgb(45,7,39); }

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

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

 span { border-color: rgb(45,7,39); }

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