Html Css Color HEX #3A173C Mardi Gras

📋 copy color: '#3A173C'

red 58 ◦ green 23 ◦ blue 60

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

Shades of Mardi Gras #3A173C

Tints of Mardi Gras #3A173C

RGB

 RED value IS 58 (23.05% from 255) = 41.13%

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

 BLUE value IS 60 (23.83% from 255) = 42.55%

R = 41.13%
G = 16.31%
B = 42.55%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3A173C (or 0x3A173C) is known color: Mardi Gras. HEX triplet: 3A, 17 and 3C. RGB value is (58,23,60). Sum of RGB (Red+Green+Blue) = 58+23+60=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 60 - color contains mainly: blue. Hex color #3A173C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A173C is #C5E8C3. Grayscale: #252525. Windows color (decimal): -12970180 or 3938106. OLE color: 3938106.

HSL color Cylindrical-coordinate representation of color #3A173C: hue angle of 296.76º 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 #3A173C is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 58 23 60 -
CMYK 0.03 0.62 0 0.76
HSL 296.76º 0.45% 0.16% -
HSV(B) 296.76º 0.62% 0.24% -
XYZ 2.87 1.84 4.48 -
YUV 37.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 58 23 60 0.03 0.62 0 0.76 296.76 0.45 0.16
Hex 3A 17 3C 3 3E 0 4C 129 2D 10
Octal 72 27 74 3 76 0 114 451 55 20
Binary 111010 10111 111100 11 111110 0 1001100 100101001 101101 10000

Color Harmonies of #3A173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A173C

Black with #3A173C

Text Example


Text Example

White with #3A173C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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