Html Css Color HEX #2A0229 Mardi Gras

📋 copy color: '#2A0229'

red 42 ◦ green 2 ◦ blue 41

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

Shades of Mardi Gras #2A0229

Tints of Mardi Gras #2A0229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.35%

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

R = 49.41%
G = 2.35%
B = 48.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#2A0229 (or 0x2A0229) is known color: Mardi Gras. HEX triplet: 2A, 02 and 29. RGB value is (42,2,41). Sum of RGB (Red+Green+Blue) = 42+2+41=85 (11% of max value = 765). Red value is 42 (16.80% from 255 or 49.41% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0229 is #D5FDD6. Grayscale: #121212. Windows color (decimal): -14024151 or 2687530. OLE color: 2687530.

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

Color convert

RGB 42 2 41 -
CMYK 0 0.95 0.02 0.84
HSL 301.5º 0.91% 0.09% -
HSV(B) 301.5º 0.95% 0.16% -
XYZ 1.38 0.7 2.16 -
YUV 18.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 42 2 41 0 0.95 0.02 0.84 301.5 0.91 0.09
Hex 2A 2 29 0 5F 2 54 12E 5B 9
Octal 52 2 51 0 137 2 124 456 133 11
Binary 101010 10 101001 0 1011111 10 1010100 100101110 1011011 1001

Color Harmonies of #2A0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0229

Black with #2A0229

Text Example


Text Example

White with #2A0229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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