Html Css Color HEX #3C013D Mardi Gras

📋 copy color: '#3C013D'

red 60 ◦ green 1 ◦ blue 61

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

Shades of Mardi Gras #3C013D

Tints of Mardi Gras #3C013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.82%

 BLUE value IS 61 (24.22% from 255) = 50%

R = 49.18%
G = 0.82%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3C013D (or 0x3C013D) is known color: Mardi Gras. HEX triplet: 3C, 01 and 3D. RGB value is (60,1,61). Sum of RGB (Red+Green+Blue) = 60+1+61=122 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.18% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C013D is #C3FEC2. Grayscale: #191919. Windows color (decimal): -12844739 or 3998012. OLE color: 3998012.

HSL color Cylindrical-coordinate representation of color #3C013D: hue angle of 299º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C013D is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 1 61 -
CMYK 0.02 0.98 0 0.76
HSL 299º 0.97% 0.12% -
HSV(B) 299º 0.98% 0.24% -
XYZ 2.72 1.32 4.53 -
YUV 25.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 60 1 61 0.02 0.98 0 0.76 299 0.97 0.12
Hex 3C 1 3D 2 62 0 4C 12B 61 C
Octal 74 1 75 2 142 0 114 453 141 14
Binary 111100 1 111101 10 1100010 0 1001100 100101011 1100001 1100

Color Harmonies of #3C013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C013D

Black with #3C013D

Text Example


Text Example

White with #3C013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,1,61); }

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

background-color css

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

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

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

border-color css

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

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

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