#2A182B

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

Shades of Mardi Gras #2A182B

Tints of Mardi Gras #2A182B

Color information

#2A182B (or 0x2A182B) is unknown color: approx Mardi Gras. HEX triplet: 2A, 18 and 2B. RGB value is (42,24,43). Sum of RGB (Red+Green+Blue) = 42+24+43=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 43 - color contains mainly: blue. Hex color #2A182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A182B is #D5E7D4. Grayscale: #1F1F1F. Windows color (decimal): -14018517 or 2824234. OLE color: 2824234.

HSL color Cylindrical-coordinate representation of color #2A182B: hue angle of 296.84º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A182B is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB422443-
CMYK0.020.4400.83
HSL296.84º28.36%13.14%-
HSV(B)296.84º44.19%16.86%-
XYZ1.721.322.45-
YUV31.55134.46135.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 38.53%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 43 (17.19% from 255) = 39.45%
R=38.53%
G=22.02%
B=39.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4224430.020.4400.83296.8428.3613.14
Hex2A182B22C0531291cd
Octal52305325401234513415
Binary101010110001010111010110001010011100101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,24,43); }

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

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

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

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

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

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

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