#2B142E

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

Shades of Mardi Gras #2B142E

Tints of Mardi Gras #2B142E

Color information

#2B142E (or 0x2B142E) is unknown color: approx Mardi Gras. HEX triplet: 2B, 14 and 2E. RGB value is (43,20,46). Sum of RGB (Red+Green+Blue) = 43+20+46=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 46 - color contains mainly: blue. Hex color #2B142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B142E is #D4EBD1. Grayscale: #1D1D1D. Windows color (decimal): -13954002 or 3019819. OLE color: 3019819.

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

Color convert

RGB432046-
CMYK0.070.5700.82
HSL293.08º39.39%12.94%-
HSV(B)293.08º56.52%18.04%-
XYZ1.741.212.73-
YUV29.84137.12137.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.45%
GREEN value IS 20 (8.20% from 255) = 18.35%
BLUE value IS 46 (18.36% from 255) = 42.20%
R=39.45%
G=18.35%
B=42.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4320460.070.5700.82293.0839.3912.94
Hex2B142E73905212527d
Octal53245677101224454715
Binary10101110100101110111111001010100101001001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,20,46); }

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

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

 a { background-color: rgb(43,20,46); }

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

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

 span { border-color: rgb(43,20,46); }

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