Html Css Color HEX #3C183B Mardi Gras

📋 copy color: '#3C183B'

red 60 ◦ green 24 ◦ blue 59

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

Shades of Mardi Gras #3C183B

Tints of Mardi Gras #3C183B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 41.26%

R = 41.96%
G = 16.78%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.76

RGB Variations

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

Color information

#3C183B (or 0x3C183B) is known color: Mardi Gras. HEX triplet: 3C, 18 and 3B. RGB value is (60,24,59). Sum of RGB (Red+Green+Blue) = 60+24+59=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 60 - color contains mainly: red. Hex color #3C183B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C183B is #C3E7C4. Grayscale: #262626. Windows color (decimal): -12838853 or 3872828. OLE color: 3872828.

HSL color Cylindrical-coordinate representation of color #3C183B: hue angle of 301.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 #3C183B is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 24 59 -
CMYK 0 0.60 0.02 0.76
HSL 301.67º 0.43% 0.16% -
HSV(B) 301.67º 0.6% 0.24% -
XYZ 2.98 1.93 4.35 -
YUV 38.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 60 24 59 0 0.60 0.02 0.76 301.67 0.43 0.16
Hex 3C 18 3B 0 3C 2 4C 12E 2B 10
Octal 74 30 73 0 74 2 114 456 53 20
Binary 111100 11000 111011 0 111100 10 1001100 100101110 101011 10000

Color Harmonies of #3C183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C183B

Black with #3C183B

Text Example


Text Example

White with #3C183B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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