Html Css Color HEX #3C1B37 Mardi Gras

📋 copy color: '#3C1B37'

red 60 ◦ green 27 ◦ blue 55

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

Shades of Mardi Gras #3C1B37

Tints of Mardi Gras #3C1B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 38.73%

R = 42.25%
G = 19.01%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#3C1B37 (or 0x3C1B37) is known color: Mardi Gras. HEX triplet: 3C, 1B and 37. RGB value is (60,27,55). Sum of RGB (Red+Green+Blue) = 60+27+55=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1B37 is #C3E4C8. Grayscale: #272727. Windows color (decimal): -12838089 or 3611452. OLE color: 3611452.

HSL color Cylindrical-coordinate representation of color #3C1B37: hue angle of 309.09º 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 #3C1B37 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 27 55 -
CMYK 0 0.55 0.08 0.76
HSL 309.09º 0.38% 0.17% -
HSV(B) 309.09º 0.55% 0.24% -
XYZ 2.95 2.02 3.85 -
YUV 40.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 60 27 55 0 0.55 0.08 0.76 309.09 0.38 0.17
Hex 3C 1B 37 0 37 8 4C 135 26 11
Octal 74 33 67 0 67 10 114 465 46 21
Binary 111100 11011 110111 0 110111 1000 1001100 100110101 100110 10001

Color Harmonies of #3C1B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1B37

Black with #3C1B37

Text Example


Text Example

White with #3C1B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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