Html Css Color HEX #3C2240 Mardi Gras

📋 copy color: '#3C2240'

red 60 ◦ green 34 ◦ blue 64

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

Shades of Mardi Gras #3C2240

Tints of Mardi Gras #3C2240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.52%

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

R = 37.97%
G = 21.52%
B = 40.51%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C2240 (or 0x3C2240) is known color: Mardi Gras. HEX triplet: 3C, 22 and 40. RGB value is (60,34,64). Sum of RGB (Red+Green+Blue) = 60+34+64=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C2240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2240 is #C3DDBF. Grayscale: #2D2D2D. Windows color (decimal): -12836288 or 4203068. OLE color: 4203068.

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

Color convert

RGB 60 34 64 -
CMYK 0.06 0.47 0 0.75
HSL 292º 0.31% 0.19% -
HSV(B) 292º 0.47% 0.25% -
XYZ 3.36 2.47 5.15 -
YUV 45.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 60 34 64 0.06 0.47 0 0.75 292 0.31 0.19
Hex 3C 22 40 6 2F 0 4B 124 1F 13
Octal 74 42 100 6 57 0 113 444 37 23
Binary 111100 100010 1000000 110 101111 0 1001011 100100100 11111 10011

Color Harmonies of #3C2240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2240

Black with #3C2240

Text Example


Text Example

White with #3C2240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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