#2A112D

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

Shades of Mardi Gras #2A112D

Tints of Mardi Gras #2A112D

Color information

#2A112D (or 0x2A112D) is unknown color: approx Mardi Gras. HEX triplet: 2A, 11 and 2D. RGB value is (42,17,45). Sum of RGB (Red+Green+Blue) = 42+17+45=104 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.38% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A112D is #D5EED2. Grayscale: #1B1B1B. Windows color (decimal): -14020307 or 2953514. OLE color: 2953514.

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

Color convert

RGB421745-
CMYK0.070.6200.82
HSL293.57º45.16%12.16%-
HSV(B)293.57º62.22%17.65%-
XYZ1.631.082.61-
YUV27.67137.78138.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40.38%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 45 (17.97% from 255) = 43.27%
R=40.38%
G=16.35%
B=43.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4217450.070.6200.82293.5745.1612.16
Hex2A112D73E0521262dc
Octal52215577601224465514
Binary10101010001101101111111110010100101001001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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