Html Css Color HEX #3C153B Mardi Gras

📋 copy color: '#3C153B'

red 60 ◦ green 21 ◦ blue 59

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

Shades of Mardi Gras #3C153B

Tints of Mardi Gras #3C153B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 42.14%

R = 42.86%
G = 15%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.76

RGB Variations

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

Color information

#3C153B (or 0x3C153B) is known color: Mardi Gras. HEX triplet: 3C, 15 and 3B. RGB value is (60,21,59). Sum of RGB (Red+Green+Blue) = 60+21+59=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 60 - color contains mainly: red. Hex color #3C153B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C153B is #C3EAC4. Grayscale: #242424. Windows color (decimal): -12839621 or 3872060. OLE color: 3872060.

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

Color convert

RGB 60 21 59 -
CMYK 0 0.65 0.02 0.76
HSL 301.54º 0.48% 0.16% -
HSV(B) 301.54º 0.65% 0.24% -
XYZ 2.92 1.81 4.33 -
YUV 36.99 140.42 144.41 -
System Red Green Blue C M Y K H S L
Decimal 60 21 59 0 0.65 0.02 0.76 301.54 0.48 0.16
Hex 3C 15 3B 0 41 2 4C 12E 30 10
Octal 74 25 73 0 101 2 114 456 60 20
Binary 111100 10101 111011 0 1000001 10 1001100 100101110 110000 10000

Color Harmonies of #3C153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C153B

Black with #3C153B

Text Example


Text Example

White with #3C153B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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