Html Css Color HEX #3C1340 Mardi Gras

📋 copy color: '#3C1340'

red 60 ◦ green 19 ◦ blue 64

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

Shades of Mardi Gras #3C1340

Tints of Mardi Gras #3C1340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.29%

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

R = 41.96%
G = 13.29%
B = 44.76%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C1340 (or 0x3C1340) is known color: Mardi Gras. HEX triplet: 3C, 13 and 40. RGB value is (60,19,64). Sum of RGB (Red+Green+Blue) = 60+19+64=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C1340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1340 is #C3ECBF. Grayscale: #242424. Windows color (decimal): -12840128 or 4199228. OLE color: 4199228.

HSL color Cylindrical-coordinate representation of color #3C1340: hue angle of 294.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C1340 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 19 64 -
CMYK 0.06 0.70 0 0.75
HSL 294.67º 0.54% 0.16% -
HSV(B) 294.67º 0.7% 0.25% -
XYZ 3.02 1.8 5.04 -
YUV 36.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 60 19 64 0.06 0.70 0 0.75 294.67 0.54 0.16
Hex 3C 13 40 6 46 0 4B 127 36 10
Octal 74 23 100 6 106 0 113 447 66 20
Binary 111100 10011 1000000 110 1000110 0 1001011 100100111 110110 10000

Color Harmonies of #3C1340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1340

Black with #3C1340

Text Example


Text Example

White with #3C1340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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