#2D182F

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

Shades of Mardi Gras #2D182F

Tints of Mardi Gras #2D182F

Color information

#2D182F (or 0x2D182F) is unknown color: approx Mardi Gras. HEX triplet: 2D, 18 and 2F. RGB value is (45,24,47). Sum of RGB (Red+Green+Blue) = 45+24+47=116 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.79% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D182F is #D2E7D0. Grayscale: #202020. Windows color (decimal): -13821905 or 3086381. OLE color: 3086381.

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

Color convert

RGB452447-
CMYK0.040.4900.82
HSL294.78º32.39%13.92%-
HSV(B)294.78º48.94%18.43%-
XYZ1.921.422.86-
YUV32.9135.96136.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 38.79%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=38.79%
G=20.69%
B=40.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4524470.040.4900.82294.7832.3913.92
Hex2D182F43105212720e
Octal55305746101224474016
Binary10110111000101111100110001010100101001001111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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