Html Css Color HEX #3C2339 Mardi Gras

📋 copy color: '#3C2339'

red 60 ◦ green 35 ◦ blue 57

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

Shades of Mardi Gras #3C2339

Tints of Mardi Gras #3C2339

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.03%

 BLUE value IS 57 (22.66% from 255) = 37.5%

R = 39.47%
G = 23.03%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#3C2339 (or 0x3C2339) is known color: Mardi Gras. HEX triplet: 3C, 23 and 39. RGB value is (60,35,57). Sum of RGB (Red+Green+Blue) = 60+35+57=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2339 is #C3DCC6. Grayscale: #2C2C2C. Windows color (decimal): -12836039 or 3744572. OLE color: 3744572.

HSL color Cylindrical-coordinate representation of color #3C2339: hue angle of 307.2º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C2339 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 35 57 -
CMYK 0 0.42 0.05 0.76
HSL 307.2º 0.26% 0.19% -
HSV(B) 307.2º 0.42% 0.24% -
XYZ 3.2 2.46 4.18 -
YUV 44.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 60 35 57 0 0.42 0.05 0.76 307.2 0.26 0.19
Hex 3C 23 39 0 2A 5 4C 133 1A 13
Octal 74 43 71 0 52 5 114 463 32 23
Binary 111100 100011 111001 0 101010 101 1001100 100110011 11010 10011

Color Harmonies of #3C2339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2339

Black with #3C2339

Text Example


Text Example

White with #3C2339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,35,57); }

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

background-color css

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

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

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

border-color css

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

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

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