#2A112E

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

Shades of Mardi Gras #2A112E

Tints of Mardi Gras #2A112E

Color information

#2A112E (or 0x2A112E) is unknown color: approx Mardi Gras. HEX triplet: 2A, 11 and 2E. RGB value is (42,17,46). Sum of RGB (Red+Green+Blue) = 42+17+46=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 46 - color contains mainly: blue. Hex color #2A112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A112E is #D5EED1. Grayscale: #1B1B1B. Windows color (decimal): -14020306 or 3019050. OLE color: 3019050.

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

Color convert

RGB421746-
CMYK0.090.6300.82
HSL291.72º46.03%12.35%-
HSV(B)291.72º63.04%18.04%-
XYZ1.651.092.71-
YUV27.78138.28138.14-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 46 (18.36% from 255) = 43.81%
R=40%
G=16.19%
B=43.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4217460.090.6300.82291.7246.0312.35
Hex2A112E93F0521242ec
Octal522156117701224445614
Binary101010100011011101001111111010100101001001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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