Html Css Color HEX #3C193C Mardi Gras

📋 copy color: '#3C193C'

red 60 ◦ green 25 ◦ blue 60

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

Shades of Mardi Gras #3C193C

Tints of Mardi Gras #3C193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.24%

 BLUE value IS 60 (23.83% from 255) = 41.38%

R = 41.38%
G = 17.24%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3C193C (or 0x3C193C) is known color: Mardi Gras. HEX triplet: 3C, 19 and 3C. RGB value is (60,25,60). Sum of RGB (Red+Green+Blue) = 60+25+60=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 60 - color contains mainly: red, blue. Hex color #3C193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C193C is #C3E6C3. Grayscale: #272727. Windows color (decimal): -12838596 or 3938620. OLE color: 3938620.

HSL color Cylindrical-coordinate representation of color #3C193C: hue angle of 300º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C193C is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 25 60 -
CMYK 0 0.58 0 0.76
HSL 300º 0.41% 0.17% -
HSV(B) 300º 0.58% 0.24% -
XYZ 3.03 1.98 4.5 -
YUV 39.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 60 25 60 0 0.58 0 0.76 300 0.41 0.17
Hex 3C 19 3C 0 3A 0 4C 12C 29 11
Octal 74 31 74 0 72 0 114 454 51 21
Binary 111100 11001 111100 0 111010 0 1001100 100101100 101001 10001

Color Harmonies of #3C193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C193C

Black with #3C193C

Text Example


Text Example

White with #3C193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,25,60); }

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

background-color css

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

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

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

border-color css

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

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

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