Html Css Color HEX #3C203E Mardi Gras

📋 copy color: '#3C203E'

red 60 ◦ green 32 ◦ blue 62

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

Shades of Mardi Gras #3C203E

Tints of Mardi Gras #3C203E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.78%

 BLUE value IS 62 (24.61% from 255) = 40.26%

R = 38.96%
G = 20.78%
B = 40.26%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3C203E (or 0x3C203E) is known color: Mardi Gras. HEX triplet: 3C, 20 and 3E. RGB value is (60,32,62). Sum of RGB (Red+Green+Blue) = 60+32+62=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 62 - color contains mainly: blue. Hex color #3C203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C203E is #C3DFC1. Grayscale: #2B2B2B. Windows color (decimal): -12836802 or 4071484. OLE color: 4071484.

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

Color convert

RGB 60 32 62 -
CMYK 0.03 0.48 0 0.76
HSL 296º 0.32% 0.18% -
HSV(B) 296º 0.48% 0.24% -
XYZ 3.25 2.34 4.84 -
YUV 43.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 60 32 62 0.03 0.48 0 0.76 296 0.32 0.18
Hex 3C 20 3E 3 30 0 4C 128 20 12
Octal 74 40 76 3 60 0 114 450 40 22
Binary 111100 100000 111110 11 110000 0 1001100 100101000 100000 10010

Color Harmonies of #3C203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C203E

Black with #3C203E

Text Example


Text Example

White with #3C203E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,32,62); }

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

background-color css

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

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

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

border-color css

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

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

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