Html Css Color HEX #3C093C Mardi Gras

📋 copy color: '#3C093C'

red 60 ◦ green 9 ◦ blue 60

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

Shades of Mardi Gras #3C093C

Tints of Mardi Gras #3C093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.98%

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

R = 46.51%
G = 6.98%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3C093C (or 0x3C093C) is known color: Mardi Gras. HEX triplet: 3C, 09 and 3C. RGB value is (60,9,60). Sum of RGB (Red+Green+Blue) = 60+9+60=129 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.51% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 60 - color contains mainly: red, blue. Hex color #3C093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C093C is #C3F6C3. Grayscale: #1D1D1D. Windows color (decimal): -12842692 or 3934524. OLE color: 3934524.

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

Color convert

RGB 60 9 60 -
CMYK 0 0.85 0 0.76
HSL 300º 0.74% 0.14% -
HSV(B) 300º 0.85% 0.24% -
XYZ 2.78 1.48 4.41 -
YUV 30.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 60 9 60 0 0.85 0 0.76 300 0.74 0.14
Hex 3C 9 3C 0 55 0 4C 12C 4A E
Octal 74 11 74 0 125 0 114 454 112 16
Binary 111100 1001 111100 0 1010101 0 1001100 100101100 1001010 1110

Color Harmonies of #3C093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C093C

Black with #3C093C

Text Example


Text Example

White with #3C093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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