Html Css Color HEX #3C013B Mardi Gras

📋 copy color: '#3C013B'

red 60 ◦ green 1 ◦ blue 59

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

Shades of Mardi Gras #3C013B

Tints of Mardi Gras #3C013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 49.17%

R = 50%
G = 0.83%
B = 49.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.76

RGB Variations

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

Color information

#3C013B (or 0x3C013B) is known color: Mardi Gras. HEX triplet: 3C, 01 and 3B. RGB value is (60,1,59). Sum of RGB (Red+Green+Blue) = 60+1+59=120 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 60 - color contains mainly: red. Hex color #3C013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C013B is #C3FEC4. Grayscale: #191919. Windows color (decimal): -12844741 or 3866940. OLE color: 3866940.

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

Color convert

RGB 60 1 59 -
CMYK 0 0.98 0.02 0.76
HSL 301.02º 0.97% 0.12% -
HSV(B) 301.02º 0.98% 0.24% -
XYZ 2.66 1.3 4.25 -
YUV 25.25 147.05 152.78 -
System Red Green Blue C M Y K H S L
Decimal 60 1 59 0 0.98 0.02 0.76 301.02 0.97 0.12
Hex 3C 1 3B 0 62 2 4C 12D 61 C
Octal 74 1 73 0 142 2 114 455 141 14
Binary 111100 1 111011 0 1100010 10 1001100 100101101 1100001 1100

Color Harmonies of #3C013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C013B

Black with #3C013B

Text Example


Text Example

White with #3C013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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