#2D072F

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

Shades of Mardi Gras #2D072F

Tints of Mardi Gras #2D072F

Color information

#2D072F (or 0x2D072F) is unknown color: approx Mardi Gras. HEX triplet: 2D, 07 and 2F. RGB value is (45,7,47). Sum of RGB (Red+Green+Blue) = 45+7+47=99 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45.45% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D072F is #D2F8D0. Grayscale: #161616. Windows color (decimal): -13826257 or 3082029. OLE color: 3082029.

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

Color convert

RGB45747-
CMYK0.040.8500.82
HSL297º74.07%10.59%-
HSV(B)297º85.11%18.43%-
XYZ1.670.922.78-
YUV22.92141.59143.75-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 45.45%
GREEN value IS 7 (3.12% from 255) = 7.07%
BLUE value IS 47 (18.75% from 255) = 47.47%
R=45.45%
G=7.07%
B=47.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal457470.040.8500.8229774.0710.59
Hex2D72F4550521294ab
Octal557574125012245111213
Binary10110111110111110010101010101001010010100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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