Html Css Color HEX #3B2538 Mardi Gras

📋 copy color: '#3B2538'

red 59 ◦ green 37 ◦ blue 56

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

Shades of Mardi Gras #3B2538

Tints of Mardi Gras #3B2538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.34%

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

R = 38.82%
G = 24.34%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#3B2538 (or 0x3B2538) is known color: Mardi Gras. HEX triplet: 3B, 25 and 38. RGB value is (59,37,56). Sum of RGB (Red+Green+Blue) = 59+37+56=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2538 is #C4DAC7. Grayscale: #2D2D2D. Windows color (decimal): -12901064 or 3679547. OLE color: 3679547.

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

Color convert

RGB 59 37 56 -
CMYK 0 0.37 0.05 0.77
HSL 308.18º 0.23% 0.19% -
HSV(B) 308.18º 0.37% 0.23% -
XYZ 3.18 2.54 4.06 -
YUV 45.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 59 37 56 0 0.37 0.05 0.77 308.18 0.23 0.19
Hex 3B 25 38 0 25 5 4D 134 17 13
Octal 73 45 70 0 45 5 115 464 27 23
Binary 111011 100101 111000 0 100101 101 1001101 100110100 10111 10011

Color Harmonies of #3B2538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2538

Black with #3B2538

Text Example


Text Example

White with #3B2538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B2538;
 }
 .AnyTagClassName
 {
   color: #3B2538;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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