Html Css Color HEX #2A2129 Mardi Gras

📋 copy color: '#2A2129'

red 42 ◦ green 33 ◦ blue 41

#2A2129
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #2A2129

Tints of Mardi Gras #2A2129

RGB

 RED value IS 42 (16.8% from 255) = 36.21%

 GREEN value IS 33 (13.28% from 255) = 28.45%

 BLUE value IS 41 (16.41% from 255) = 35.34%

R = 36.21%
G = 28.45%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#2A2129 (or 0x2A2129) is known color: Mardi Gras. HEX triplet: 2A, 21 and 29. RGB value is (42,33,41). Sum of RGB (Red+Green+Blue) = 42+33+41=116 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.21% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2129 is #D5DED6. Grayscale: #242424. Windows color (decimal): -14016215 or 2695466. OLE color: 2695466.

HSL color Cylindrical-coordinate representation of color #2A2129: hue angle of 306.67º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2A2129 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB 42 33 41 -
CMYK 0 0.21 0.02 0.84
HSL 306.67º 0.12% 0.15% -
HSV(B) 306.67º 0.21% 0.16% -
XYZ 1.9 1.74 2.33 -
YUV 36.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 42 33 41 0 0.21 0.02 0.84 306.67 0.12 0.15
Hex 2A 21 29 0 15 2 54 133 C F
Octal 52 41 51 0 25 2 124 463 14 17
Binary 101010 100001 101001 0 10101 10 1010100 100110011 1100 1111

Color Harmonies of #2A2129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2129

Black with #2A2129

Text Example


Text Example

White with #2A2129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,33,41); }

 H1.HeaderClassName
 {
   color: #2A2129;
 }
 .AnyTagClassName
 {
   color: #2A2129;
 }
</style>

background-color css

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

 a { background-color: rgb(42,33,41); }

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

border-color css

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

 span { border-color: rgb(42,33,41); }

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