Html Css Color HEX #3B2138 Mardi Gras

📋 copy color: '#3B2138'

red 59 ◦ green 33 ◦ blue 56

#3B2138
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #3B2138

Tints of Mardi Gras #3B2138

RGB

 RED value IS 59 (23.44% from 255) = 39.86%

 GREEN value IS 33 (13.28% from 255) = 22.3%

 BLUE value IS 56 (22.27% from 255) = 37.84%

R = 39.86%
G = 22.3%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#3B2138 (or 0x3B2138) is known color: 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

RGB 59 33 56 -
CMYK 0 0.44 0.05 0.77
HSL 306.92º 0.28% 0.18% -
HSV(B) 306.92º 0.44% 0.23% -
XYZ 3.06 2.3 4.02 -
YUV 43.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 59 33 56 0 0.44 0.05 0.77 306.92 0.28 0.18
Hex 3B 21 38 0 2C 5 4D 133 1C 12
Octal 73 41 70 0 54 5 115 463 34 22
Binary 111011 100001 111000 0 101100 101 1001101 100110011 11100 10010

Color Harmonies of #3B2138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2138

Black with #3B2138

Text Example


Text Example

White with #3B2138

Text Example


Text Example

HTML Codes & Css Web 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>