Html Css Color HEX #3B1538 Mardi Gras

📋 copy color: '#3B1538'

red 59 ◦ green 21 ◦ blue 56

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

Shades of Mardi Gras #3B1538

Tints of Mardi Gras #3B1538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.44%

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

R = 43.38%
G = 15.44%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#3B1538 (or 0x3B1538) is known color: Mardi Gras. HEX triplet: 3B, 15 and 38. RGB value is (59,21,56). Sum of RGB (Red+Green+Blue) = 59+21+56=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1538 is #C4EAC7. Grayscale: #242424. Windows color (decimal): -12905160 or 3675451. OLE color: 3675451.

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

Color convert

RGB 59 21 56 -
CMYK 0 0.64 0.05 0.77
HSL 304.74º 0.48% 0.16% -
HSV(B) 304.74º 0.64% 0.23% -
XYZ 2.79 1.75 3.93 -
YUV 36.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 59 21 56 0 0.64 0.05 0.77 304.74 0.48 0.16
Hex 3B 15 38 0 40 5 4D 131 30 10
Octal 73 25 70 0 100 5 115 461 60 20
Binary 111011 10101 111000 0 1000000 101 1001101 100110001 110000 10000

Color Harmonies of #3B1538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1538

Black with #3B1538

Text Example


Text Example

White with #3B1538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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