Html Css Color HEX #3C1538 Mardi Gras

📋 copy color: '#3C1538'

red 60 ◦ green 21 ◦ blue 56

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

Shades of Mardi Gras #3C1538

Tints of Mardi Gras #3C1538

RGB

 RED value IS 60 (23.83% from 255) = 43.8%

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

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

R = 43.8%
G = 15.33%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.76

RGB Variations

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

Color information

#3C1538 (or 0x3C1538) is known color: Mardi Gras. HEX triplet: 3C, 15 and 38. RGB value is (60,21,56). Sum of RGB (Red+Green+Blue) = 60+21+56=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1538 is #C3EAC7. Grayscale: #242424. Windows color (decimal): -12839624 or 3675452. OLE color: 3675452.

HSL color Cylindrical-coordinate representation of color #3C1538: hue angle of 306.15º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C1538 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 21 56 -
CMYK 0 0.65 0.07 0.76
HSL 306.15º 0.48% 0.16% -
HSV(B) 306.15º 0.65% 0.24% -
XYZ 2.85 1.78 3.94 -
YUV 36.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 60 21 56 0 0.65 0.07 0.76 306.15 0.48 0.16
Hex 3C 15 38 0 41 7 4C 132 30 10
Octal 74 25 70 0 101 7 114 462 60 20
Binary 111100 10101 111000 0 1000001 111 1001100 100110010 110000 10000

Color Harmonies of #3C1538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1538

Black with #3C1538

Text Example


Text Example

White with #3C1538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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