Html Css Color HEX #3C0E40 Mardi Gras

📋 copy color: '#3C0E40'

red 60 ◦ green 14 ◦ blue 64

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

Shades of Mardi Gras #3C0E40

Tints of Mardi Gras #3C0E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.14%

 BLUE value IS 64 (25.39% from 255) = 46.38%

R = 43.48%
G = 10.14%
B = 46.38%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C0E40 (or 0x3C0E40) is known color: Mardi Gras. HEX triplet: 3C, 0E and 40. RGB value is (60,14,64). Sum of RGB (Red+Green+Blue) = 60+14+64=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C0E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0E40 is #C3F1BF. Grayscale: #212121. Windows color (decimal): -12841408 or 4197948. OLE color: 4197948.

HSL color Cylindrical-coordinate representation of color #3C0E40: hue angle of 295.2º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C0E40 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 14 64 -
CMYK 0.06 0.78 0 0.75
HSL 295.2º 0.64% 0.15% -
HSV(B) 295.2º 0.78% 0.25% -
XYZ 2.95 1.64 5.01 -
YUV 33.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 60 14 64 0.06 0.78 0 0.75 295.2 0.64 0.15
Hex 3C E 40 6 4E 0 4B 127 40 F
Octal 74 16 100 6 116 0 113 447 100 17
Binary 111100 1110 1000000 110 1001110 0 1001011 100100111 1000000 1111

Color Harmonies of #3C0E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0E40

Black with #3C0E40

Text Example


Text Example

White with #3C0E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,14,64); }

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

background-color css

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

 a { background-color: rgb(60,14,64); }

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

border-color css

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

 span { border-color: rgb(60,14,64); }

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