Html Css Color HEX #3C1838 Mardi Gras

📋 copy color: '#3C1838'

red 60 ◦ green 24 ◦ blue 56

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

Shades of Mardi Gras #3C1838

Tints of Mardi Gras #3C1838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.14%

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

R = 42.86%
G = 17.14%
B = 40%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.76

RGB Variations

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

Color information

#3C1838 (or 0x3C1838) is known color: Mardi Gras. HEX triplet: 3C, 18 and 38. RGB value is (60,24,56). Sum of RGB (Red+Green+Blue) = 60+24+56=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1838 is #C3E7C7. Grayscale: #262626. Windows color (decimal): -12838856 or 3676220. OLE color: 3676220.

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

Color convert

RGB 60 24 56 -
CMYK 0 0.60 0.07 0.76
HSL 306.67º 0.43% 0.16% -
HSV(B) 306.67º 0.6% 0.24% -
XYZ 2.9 1.9 3.95 -
YUV 38.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 60 24 56 0 0.60 0.07 0.76 306.67 0.43 0.16
Hex 3C 18 38 0 3C 7 4C 133 2B 10
Octal 74 30 70 0 74 7 114 463 53 20
Binary 111100 11000 111000 0 111100 111 1001100 100110011 101011 10000

Color Harmonies of #3C1838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1838

Black with #3C1838

Text Example


Text Example

White with #3C1838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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