#2A152D

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

Shades of Mardi Gras #2A152D

Tints of Mardi Gras #2A152D

Color information

#2A152D (or 0x2A152D) is unknown color: approx Mardi Gras. HEX triplet: 2A, 15 and 2D. RGB value is (42,21,45). Sum of RGB (Red+Green+Blue) = 42+21+45=108 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.89% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A152D is #D5EAD2. Grayscale: #1D1D1D. Windows color (decimal): -14019283 or 2954538. OLE color: 2954538.

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

Color convert

RGB422145-
CMYK0.070.5300.82
HSL292.5º36.36%12.94%-
HSV(B)292.5º53.33%17.65%-
XYZ1.71.222.63-
YUV30.01136.46136.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 38.89%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 45 (17.97% from 255) = 41.67%
R=38.89%
G=19.44%
B=41.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4221450.070.5300.82292.536.3612.94
Hex2A152D73505212424d
Octal52255576501224444415
Binary10101010101101101111110101010100101001001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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