Html Css Color HEX #3C0940 Mardi Gras

📋 copy color: '#3C0940'

red 60 ◦ green 9 ◦ blue 64

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

Shades of Mardi Gras #3C0940

Tints of Mardi Gras #3C0940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.77%

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

R = 45.11%
G = 6.77%
B = 48.12%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C0940 (or 0x3C0940) is known color: Mardi Gras. HEX triplet: 3C, 09 and 40. RGB value is (60,9,64). Sum of RGB (Red+Green+Blue) = 60+9+64=133 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.11% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C0940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0940 is #C3F6BF. Grayscale: #1E1E1E. Windows color (decimal): -12842688 or 4196668. OLE color: 4196668.

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

Color convert

RGB 60 9 64 -
CMYK 0.06 0.86 0 0.75
HSL 295.64º 0.75% 0.14% -
HSV(B) 295.64º 0.86% 0.25% -
XYZ 2.89 1.53 4.99 -
YUV 30.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 60 9 64 0.06 0.86 0 0.75 295.64 0.75 0.14
Hex 3C 9 40 6 56 0 4B 128 4B E
Octal 74 11 100 6 126 0 113 450 113 16
Binary 111100 1001 1000000 110 1010110 0 1001011 100101000 1001011 1110

Color Harmonies of #3C0940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0940

Black with #3C0940

Text Example


Text Example

White with #3C0940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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