Html Css Color HEX #3C173B Mardi Gras

📋 copy color: '#3C173B'

red 60 ◦ green 23 ◦ blue 59

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

Shades of Mardi Gras #3C173B

Tints of Mardi Gras #3C173B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.2%

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

R = 42.25%
G = 16.2%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.76

RGB Variations

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

Color information

#3C173B (or 0x3C173B) is known color: Mardi Gras. HEX triplet: 3C, 17 and 3B. RGB value is (60,23,59). Sum of RGB (Red+Green+Blue) = 60+23+59=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 60 - color contains mainly: red. Hex color #3C173B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C173B is #C3E8C4. Grayscale: #262626. Windows color (decimal): -12839109 or 3872572. OLE color: 3872572.

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

Color convert

RGB 60 23 59 -
CMYK 0 0.62 0.02 0.76
HSL 301.62º 0.45% 0.16% -
HSV(B) 301.62º 0.62% 0.24% -
XYZ 2.96 1.89 4.35 -
YUV 38.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 60 23 59 0 0.62 0.02 0.76 301.62 0.45 0.16
Hex 3C 17 3B 0 3E 2 4C 12E 2D 10
Octal 74 27 73 0 76 2 114 456 55 20
Binary 111100 10111 111011 0 111110 10 1001100 100101110 101101 10000

Color Harmonies of #3C173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C173B

Black with #3C173B

Text Example


Text Example

White with #3C173B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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