Html Css Color HEX #3C2140 Mardi Gras

📋 copy color: '#3C2140'

red 60 ◦ green 33 ◦ blue 64

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

Shades of Mardi Gras #3C2140

Tints of Mardi Gras #3C2140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.02%

 BLUE value IS 64 (25.39% from 255) = 40.76%

R = 38.22%
G = 21.02%
B = 40.76%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C2140 (or 0x3C2140) is known color: Mardi Gras. HEX triplet: 3C, 21 and 40. RGB value is (60,33,64). Sum of RGB (Red+Green+Blue) = 60+33+64=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C2140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2140 is #C3DEBF. Grayscale: #2C2C2C. Windows color (decimal): -12836544 or 4202812. OLE color: 4202812.

HSL color Cylindrical-coordinate representation of color #3C2140: hue angle of 292.26º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C2140 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 33 64 -
CMYK 0.06 0.48 0 0.75
HSL 292.26º 0.32% 0.19% -
HSV(B) 292.26º 0.48% 0.25% -
XYZ 3.33 2.42 5.14 -
YUV 44.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 60 33 64 0.06 0.48 0 0.75 292.26 0.32 0.19
Hex 3C 21 40 6 30 0 4B 124 20 13
Octal 74 41 100 6 60 0 113 444 40 23
Binary 111100 100001 1000000 110 110000 0 1001011 100100100 100000 10011

Color Harmonies of #3C2140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2140

Black with #3C2140

Text Example


Text Example

White with #3C2140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,33,64); }

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

background-color css

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

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

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

border-color css

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

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

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