#2D122A

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

Shades of Mardi Gras #2D122A

Tints of Mardi Gras #2D122A

Color information

#2D122A (or 0x2D122A) is unknown color: approx Mardi Gras. HEX triplet: 2D, 12 and 2A. RGB value is (45,18,42). Sum of RGB (Red+Green+Blue) = 45+18+42=105 (13% of max value = 765). Red value is 45 (17.97% from 255 or 42.86% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 45 - color contains mainly: red. Hex color #2D122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D122A is #D2EDD5. Grayscale: #1C1C1C. Windows color (decimal): -13823446 or 2757165. OLE color: 2757165.

HSL color Cylindrical-coordinate representation of color #2D122A: hue angle of 306.67º 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 #2D122A is Cyan = 0, Magento = 0.6, Yellow = 0.07 and Black (K on CMYK) = 0.82.

Color convert

RGB451842-
CMYK00.60.070.82
HSL306.67º42.86%12.35%-
HSV(B)306.67º60%17.65%-
XYZ1.721.162.32-
YUV28.81135.45139.55-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 42.86%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 42 (16.80% from 255) = 40%
R=42.86%
G=17.14%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45184200.60.070.82306.6742.8612.35
Hex2D122A03C7521332bc
Octal55225207471224635314
Binary10110110010101010011110011110100101001100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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