Html Css Color HEX #3C073D Mardi Gras

📋 copy color: '#3C073D'

red 60 ◦ green 7 ◦ blue 61

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

Shades of Mardi Gras #3C073D

Tints of Mardi Gras #3C073D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.47%

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

R = 46.88%
G = 5.47%
B = 47.66%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3C073D (or 0x3C073D) is known color: Mardi Gras. HEX triplet: 3C, 07 and 3D. RGB value is (60,7,61). Sum of RGB (Red+Green+Blue) = 60+7+61=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C073D is #C3F8C2. Grayscale: #1C1C1C. Windows color (decimal): -12843203 or 3999548. OLE color: 3999548.

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

Color convert

RGB 60 7 61 -
CMYK 0.02 0.89 0 0.76
HSL 298.89º 0.79% 0.13% -
HSV(B) 298.89º 0.89% 0.24% -
XYZ 2.78 1.45 4.55 -
YUV 29 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 60 7 61 0.02 0.89 0 0.76 298.89 0.79 0.13
Hex 3C 7 3D 2 59 0 4C 12B 4F D
Octal 74 7 75 2 131 0 114 453 117 15
Binary 111100 111 111101 10 1011001 0 1001100 100101011 1001111 1101

Color Harmonies of #3C073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C073D

Black with #3C073D

Text Example


Text Example

White with #3C073D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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