Html Css Color HEX #3C1436 Mardi Gras

📋 copy color: '#3C1436'

red 60 ◦ green 20 ◦ blue 54

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

Shades of Mardi Gras #3C1436

Tints of Mardi Gras #3C1436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.93%

 BLUE value IS 54 (21.48% from 255) = 40.3%

R = 44.78%
G = 14.93%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#3C1436 (or 0x3C1436) is known color: Mardi Gras. HEX triplet: 3C, 14 and 36. RGB value is (60,20,54). Sum of RGB (Red+Green+Blue) = 60+20+54=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1436 is #C3EBC9. Grayscale: #232323. Windows color (decimal): -12839882 or 3544124. OLE color: 3544124.

HSL color Cylindrical-coordinate representation of color #3C1436: hue angle of 309º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C1436 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 20 54 -
CMYK 0 0.67 0.10 0.76
HSL 309º 0.5% 0.16% -
HSV(B) 309º 0.67% 0.24% -
XYZ 2.78 1.73 3.68 -
YUV 35.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 60 20 54 0 0.67 0.10 0.76 309 0.5 0.16
Hex 3C 14 36 0 43 A 4C 135 32 10
Octal 74 24 66 0 103 12 114 465 62 20
Binary 111100 10100 110110 0 1000011 1010 1001100 100110101 110010 10000

Color Harmonies of #3C1436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1436

Black with #3C1436

Text Example


Text Example

White with #3C1436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,20,54); }

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

background-color css

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

 a { background-color: rgb(60,20,54); }

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

border-color css

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

 span { border-color: rgb(60,20,54); }

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