Html Css Color HEX #3C0840 Mardi Gras

📋 copy color: '#3C0840'

red 60 ◦ green 8 ◦ blue 64

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

Shades of Mardi Gras #3C0840

Tints of Mardi Gras #3C0840

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.06%

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

R = 45.45%
G = 6.06%
B = 48.48%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C0840 (or 0x3C0840) is known color: Mardi Gras. HEX triplet: 3C, 08 and 40. RGB value is (60,8,64). Sum of RGB (Red+Green+Blue) = 60+8+64=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C0840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0840 is #C3F7BF. Grayscale: #1D1D1D. Windows color (decimal): -12842944 or 4196412. OLE color: 4196412.

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

Color convert

RGB 60 8 64 -
CMYK 0.06 0.87 0 0.75
HSL 295.71º 0.78% 0.14% -
HSV(B) 295.71º 0.88% 0.25% -
XYZ 2.88 1.5 4.99 -
YUV 29.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 60 8 64 0.06 0.87 0 0.75 295.71 0.78 0.14
Hex 3C 8 40 6 57 0 4B 128 4E E
Octal 74 10 100 6 127 0 113 450 116 16
Binary 111100 1000 1000000 110 1010111 0 1001011 100101000 1001110 1110

Color Harmonies of #3C0840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0840

Black with #3C0840

Text Example


Text Example

White with #3C0840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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