Html Css Color HEX #3C1B39 Mardi Gras

📋 copy color: '#3C1B39'

red 60 ◦ green 27 ◦ blue 57

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

Shades of Mardi Gras #3C1B39

Tints of Mardi Gras #3C1B39

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.75%

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

R = 41.67%
G = 18.75%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#3C1B39 (or 0x3C1B39) is known color: Mardi Gras. HEX triplet: 3C, 1B and 39. RGB value is (60,27,57). Sum of RGB (Red+Green+Blue) = 60+27+57=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1B39 is #C3E4C6. Grayscale: #282828. Windows color (decimal): -12838087 or 3742524. OLE color: 3742524.

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

Color convert

RGB 60 27 57 -
CMYK 0 0.55 0.05 0.76
HSL 305.45º 0.38% 0.17% -
HSV(B) 305.45º 0.55% 0.24% -
XYZ 2.99 2.04 4.11 -
YUV 40.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 60 27 57 0 0.55 0.05 0.76 305.45 0.38 0.17
Hex 3C 1B 39 0 37 5 4C 131 26 11
Octal 74 33 71 0 67 5 114 461 46 21
Binary 111100 11011 111001 0 110111 101 1001100 100110001 100110 10001

Color Harmonies of #3C1B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1B39

Black with #3C1B39

Text Example


Text Example

White with #3C1B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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