Html Css Color HEX #3C153C Mardi Gras

📋 copy color: '#3C153C'

red 60 ◦ green 21 ◦ blue 60

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

Shades of Mardi Gras #3C153C

Tints of Mardi Gras #3C153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 42.55%

R = 42.55%
G = 14.89%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3C153C (or 0x3C153C) is known color: Mardi Gras. HEX triplet: 3C, 15 and 3C. RGB value is (60,21,60). Sum of RGB (Red+Green+Blue) = 60+21+60=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 60 - color contains mainly: red, blue. Hex color #3C153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C153C is #C3EAC3. Grayscale: #242424. Windows color (decimal): -12839620 or 3937596. OLE color: 3937596.

HSL color Cylindrical-coordinate representation of color #3C153C: hue angle of 300º 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 #3C153C is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 21 60 -
CMYK 0 0.65 0 0.76
HSL 300º 0.48% 0.16% -
HSV(B) 300º 0.65% 0.24% -
XYZ 2.95 1.82 4.47 -
YUV 37.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 60 21 60 0 0.65 0 0.76 300 0.48 0.16
Hex 3C 15 3C 0 41 0 4C 12C 30 10
Octal 74 25 74 0 101 0 114 454 60 20
Binary 111100 10101 111100 0 1000001 0 1001100 100101100 110000 10000

Color Harmonies of #3C153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C153C

Black with #3C153C

Text Example


Text Example

White with #3C153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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