#2D122B

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

Shades of Mardi Gras #2D122B

Tints of Mardi Gras #2D122B

Color information

#2D122B (or 0x2D122B) is unknown color: approx Mardi Gras. HEX triplet: 2D, 12 and 2B. RGB value is (45,18,43). Sum of RGB (Red+Green+Blue) = 45+18+43=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 45 - color contains mainly: red. Hex color #2D122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D122B is #D2EDD4. Grayscale: #1C1C1C. Windows color (decimal): -13823445 or 2822701. OLE color: 2822701.

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

Color convert

RGB451843-
CMYK00.60.040.82
HSL304.44º42.86%12.35%-
HSV(B)304.44º60%17.65%-
XYZ1.731.162.42-
YUV28.92135.95139.47-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 42.45%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 43 (17.19% from 255) = 40.57%
R=42.45%
G=16.98%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45184300.60.040.82304.4442.8612.35
Hex2D122B03C4521302bc
Octal55225307441224605314
Binary10110110010101011011110010010100101001100001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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