#2A192D

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

Shades of Mardi Gras #2A192D

Tints of Mardi Gras #2A192D

Color information

#2A192D (or 0x2A192D) is unknown color: approx Mardi Gras. HEX triplet: 2A, 19 and 2D. RGB value is (42,25,45). Sum of RGB (Red+Green+Blue) = 42+25+45=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A192D is #D5E6D2. Grayscale: #202020. Windows color (decimal): -14018259 or 2955562. OLE color: 2955562.

HSL color Cylindrical-coordinate representation of color #2A192D: hue angle of 291º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A192D is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB422545-
CMYK0.070.4400.82
HSL291º28.57%13.73%-
HSV(B)291º44.44%17.65%-
XYZ1.781.382.65-
YUV32.36135.13134.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 37.5%
GREEN value IS 25 (10.16% from 255) = 22.32%
BLUE value IS 45 (17.97% from 255) = 40.18%
R=37.5%
G=22.32%
B=40.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4225450.070.4400.8229128.5713.73
Hex2A192D72C0521231de
Octal52315575401224433516
Binary1010101100110110111110110001010010100100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,25,45); }

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

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

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

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

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

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

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