#3B2138

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

Shades of Mardi Gras #3B2138

Tints of Mardi Gras #3B2138

Color information

#3B2138 (or 0x3B2138) is unknown color: approx Mardi Gras. HEX triplet: 3B, 21 and 38. RGB value is (59,33,56). Sum of RGB (Red+Green+Blue) = 59+33+56=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2138 is #C4DEC7. Grayscale: #2B2B2B. Windows color (decimal): -12902088 or 3678523. OLE color: 3678523.

HSL color Cylindrical-coordinate representation of color #3B2138: hue angle of 306.92º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B2138 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB593356-
CMYK00.440.050.77
HSL306.92º28.26%18.04%-
HSV(B)306.92º44.07%23.14%-
XYZ3.062.34.02-
YUV43.4135.11139.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.86%
GREEN value IS 33 (13.28% from 255) = 22.30%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=39.86%
G=22.30%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59335600.440.050.77306.9228.2618.04
Hex3B213802C54D1331c12
Octal73417005451154633422
Binary111011100001111000010110010110011011001100111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B2138; }

 p { color: rgb(59,33,56); }

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

<style>
 a { background-color: #3B2138; }

 a { background-color: rgb(59,33,56); }

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

<style>
 span { border-color: #3B2138; }

 span { border-color: rgb(59,33,56); }

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