#2A142A

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

Shades of Mardi Gras #2A142A

Tints of Mardi Gras #2A142A

Color information

#2A142A (or 0x2A142A) is unknown color: approx 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

RGB422042-
CMYK00.5200.84
HSL300º35.48%12.16%-
HSV(B)300º52.38%16.47%-
XYZ1.621.162.33-
YUV29.09135.29137.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40.38%
GREEN value IS 20 (8.20% from 255) = 19.23%
BLUE value IS 42 (16.80% from 255) = 40.38%
R=40.38%
G=19.23%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42204200.5200.8430035.4812.16
Hex2A142A03405412c23c
Octal52245206401244544314
Binary101010101001010100110100010101001001011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>