#2A142D

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

Shades of Mardi Gras #2A142D

Tints of Mardi Gras #2A142D

Color information

#2A142D (or 0x2A142D) is unknown color: approx Mardi Gras. HEX triplet: 2A, 14 and 2D. RGB value is (42,20,45). Sum of RGB (Red+Green+Blue) = 42+20+45=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A142D is #D5EBD2. Grayscale: #1D1D1D. Windows color (decimal): -14019539 or 2954282. OLE color: 2954282.

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

Color convert

RGB422045-
CMYK0.070.5600.82
HSL292.8º38.46%12.75%-
HSV(B)292.8º55.56%17.65%-
XYZ1.681.182.62-
YUV29.43136.79136.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 39.25%
GREEN value IS 20 (8.20% from 255) = 18.69%
BLUE value IS 45 (17.97% from 255) = 42.06%
R=39.25%
G=18.69%
B=42.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4220450.070.5600.82292.838.4612.75
Hex2A142D73805212526d
Octal52245577001224454615
Binary10101010100101101111111000010100101001001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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