#2D142F

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

Shades of Mardi Gras #2D142F

Tints of Mardi Gras #2D142F

Color information

#2D142F (or 0x2D142F) is unknown color: approx Mardi Gras. HEX triplet: 2D, 14 and 2F. RGB value is (45,20,47). Sum of RGB (Red+Green+Blue) = 45+20+47=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D142F is #D2EBD0. Grayscale: #1E1E1E. Windows color (decimal): -13822929 or 3085357. OLE color: 3085357.

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

Color convert

RGB452047-
CMYK0.040.5700.82
HSL295.56º40.3%13.14%-
HSV(B)295.56º57.45%18.43%-
XYZ1.851.262.84-
YUV30.55137.28138.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 40.18%
GREEN value IS 20 (8.20% from 255) = 17.86%
BLUE value IS 47 (18.75% from 255) = 41.96%
R=40.18%
G=17.86%
B=41.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4520470.040.5700.82295.5640.313.14
Hex2D142F43905212828d
Octal55245747101224505015
Binary10110110100101111100111001010100101001010001010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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