#2B132E

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

Shades of Mardi Gras #2B132E

Tints of Mardi Gras #2B132E

Color information

#2B132E (or 0x2B132E) is unknown color: approx Mardi Gras. HEX triplet: 2B, 13 and 2E. RGB value is (43,19,46). Sum of RGB (Red+Green+Blue) = 43+19+46=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 46 - color contains mainly: blue. Hex color #2B132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B132E is #D4ECD1. Grayscale: #1D1D1D. Windows color (decimal): -13954258 or 3019563. OLE color: 3019563.

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

Color convert

RGB431946-
CMYK0.070.5900.82
HSL293.33º41.54%12.75%-
HSV(B)293.33º58.7%18.04%-
XYZ1.721.182.72-
YUV29.25137.45137.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.81%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 46 (18.36% from 255) = 42.59%
R=39.81%
G=17.59%
B=42.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4319460.070.5900.82293.3341.5412.75
Hex2B132E73B0521252ad
Octal53235677301224455215
Binary10101110011101110111111011010100101001001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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