Html Css Color HEX #3C2439 Mardi Gras

📋 copy color: '#3C2439'

red 60 ◦ green 36 ◦ blue 57

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

Shades of Mardi Gras #3C2439

Tints of Mardi Gras #3C2439

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.53%

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

R = 39.22%
G = 23.53%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#3C2439 (or 0x3C2439) is known color: Mardi Gras. HEX triplet: 3C, 24 and 39. RGB value is (60,36,57). Sum of RGB (Red+Green+Blue) = 60+36+57=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2439 is #C3DBC6. Grayscale: #2D2D2D. Windows color (decimal): -12835783 or 3744828. OLE color: 3744828.

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

Color convert

RGB 60 36 57 -
CMYK 0 0.40 0.05 0.76
HSL 307.5º 0.25% 0.19% -
HSV(B) 307.5º 0.4% 0.24% -
XYZ 3.23 2.52 4.19 -
YUV 45.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 60 36 57 0 0.40 0.05 0.76 307.5 0.25 0.19
Hex 3C 24 39 0 28 5 4C 134 19 13
Octal 74 44 71 0 50 5 114 464 31 23
Binary 111100 100100 111001 0 101000 101 1001100 100110100 11001 10011

Color Harmonies of #3C2439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2439

Black with #3C2439

Text Example


Text Example

White with #3C2439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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