Html Css Color HEX #3C1638 Mardi Gras

📋 copy color: '#3C1638'

red 60 ◦ green 22 ◦ blue 56

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

Shades of Mardi Gras #3C1638

Tints of Mardi Gras #3C1638

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.94%

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

R = 43.48%
G = 15.94%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.76

RGB Variations

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

Color information

#3C1638 (or 0x3C1638) is known color: Mardi Gras. HEX triplet: 3C, 16 and 38. RGB value is (60,22,56). Sum of RGB (Red+Green+Blue) = 60+22+56=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1638 is #C3E9C7. Grayscale: #252525. Windows color (decimal): -12839368 or 3675708. OLE color: 3675708.

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

Color convert

RGB 60 22 56 -
CMYK 0 0.63 0.07 0.76
HSL 306.32º 0.46% 0.16% -
HSV(B) 306.32º 0.63% 0.24% -
XYZ 2.86 1.82 3.94 -
YUV 37.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 60 22 56 0 0.63 0.07 0.76 306.32 0.46 0.16
Hex 3C 16 38 0 3F 7 4C 132 2E 10
Octal 74 26 70 0 77 7 114 462 56 20
Binary 111100 10110 111000 0 111111 111 1001100 100110010 101110 10000

Color Harmonies of #3C1638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1638

Black with #3C1638

Text Example


Text Example

White with #3C1638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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