Html Css Color HEX #2A142A Mardi Gras

📋 copy color: '#2A142A'

red 42 ◦ green 20 ◦ blue 42

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

Shades of Mardi Gras #2A142A

Tints of Mardi Gras #2A142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.23%

 BLUE value IS 42 (16.8% from 255) = 40.38%

R = 40.38%
G = 19.23%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#2A142A (or 0x2A142A) is known color: Mardi Gras. HEX triplet: 2A, 14 and 2A. RGB value is (42,20,42). Sum of RGB (Red+Green+Blue) = 42+20+42=104 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.38% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 42 - color contains mainly: red, blue. Hex color #2A142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A142A is #D5EBD5. Grayscale: #1D1D1D. Windows color (decimal): -14019542 or 2757674. OLE color: 2757674.

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

Color convert

RGB 42 20 42 -
CMYK 0 0.52 0 0.84
HSL 300º 0.35% 0.12% -
HSV(B) 300º 0.52% 0.16% -
XYZ 1.62 1.16 2.33 -
YUV 29.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 42 20 42 0 0.52 0 0.84 300 0.35 0.12
Hex 2A 14 2A 0 34 0 54 12C 23 C
Octal 52 24 52 0 64 0 124 454 43 14
Binary 101010 10100 101010 0 110100 0 1010100 100101100 100011 1100

Color Harmonies of #2A142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A142A

Black with #2A142A

Text Example


Text Example

White with #2A142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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