Html Css Color HEX #3C1438 Mardi Gras

📋 copy color: '#3C1438'

red 60 ◦ green 20 ◦ blue 56

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

Shades of Mardi Gras #3C1438

Tints of Mardi Gras #3C1438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.71%

 BLUE value IS 56 (22.27% from 255) = 41.18%

R = 44.12%
G = 14.71%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.76

RGB Variations

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

Color information

#3C1438 (or 0x3C1438) is known color: Mardi Gras. HEX triplet: 3C, 14 and 38. RGB value is (60,20,56). Sum of RGB (Red+Green+Blue) = 60+20+56=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1438 is #C3EBC7. Grayscale: #232323. Windows color (decimal): -12839880 or 3675196. OLE color: 3675196.

HSL color Cylindrical-coordinate representation of color #3C1438: hue angle of 306º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C1438 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 20 56 -
CMYK 0 0.67 0.07 0.76
HSL 306º 0.5% 0.16% -
HSV(B) 306º 0.67% 0.24% -
XYZ 2.83 1.75 3.93 -
YUV 36.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 60 20 56 0 0.67 0.07 0.76 306 0.5 0.16
Hex 3C 14 38 0 43 7 4C 132 32 10
Octal 74 24 70 0 103 7 114 462 62 20
Binary 111100 10100 111000 0 1000011 111 1001100 100110010 110010 10000

Color Harmonies of #3C1438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1438

Black with #3C1438

Text Example


Text Example

White with #3C1438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,20,56); }

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

background-color css

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

 a { background-color: rgb(60,20,56); }

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

border-color css

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

 span { border-color: rgb(60,20,56); }

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