#2D152F

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

Shades of Mardi Gras #2D152F

Tints of Mardi Gras #2D152F

Color information

#2D152F (or 0x2D152F) is unknown color: approx Mardi Gras. HEX triplet: 2D, 15 and 2F. RGB value is (45,21,47). Sum of RGB (Red+Green+Blue) = 45+21+47=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D152F is #D2EAD0. Grayscale: #1F1F1F. Windows color (decimal): -13822673 or 3085613. OLE color: 3085613.

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

Color convert

RGB452147-
CMYK0.040.5500.82
HSL295.38º38.24%13.33%-
HSV(B)295.38º55.32%18.43%-
XYZ1.861.32.84-
YUV31.14136.95137.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 39.82%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 47 (18.75% from 255) = 41.59%
R=39.82%
G=18.58%
B=41.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4521470.040.5500.82295.3838.2413.33
Hex2D152F43705212726d
Octal55255746701224474615
Binary10110110101101111100110111010100101001001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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