#2D152B

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

Shades of Mardi Gras #2D152B

Tints of Mardi Gras #2D152B

Color information

#2D152B (or 0x2D152B) is unknown color: approx Mardi Gras. HEX triplet: 2D, 15 and 2B. RGB value is (45,21,43). Sum of RGB (Red+Green+Blue) = 45+21+43=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 45 - color contains mainly: red. Hex color #2D152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D152B is #D2EAD4. Grayscale: #1E1E1E. Windows color (decimal): -13822677 or 2823469. OLE color: 2823469.

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

Color convert

RGB452143-
CMYK00.530.040.82
HSL305º36.36%12.94%-
HSV(B)305º53.33%17.65%-
XYZ1.791.272.44-
YUV30.68134.95138.21-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 41.28%
GREEN value IS 21 (8.59% from 255) = 19.27%
BLUE value IS 43 (17.19% from 255) = 39.45%
R=41.28%
G=19.27%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45214300.530.040.8230536.3612.94
Hex2D152B03545213124d
Octal55255306541224614415
Binary10110110101101011011010110010100101001100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,21,43); }

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

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

 a { background-color: rgb(45,21,43); }

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

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

 span { border-color: rgb(45,21,43); }

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