Html Css Color HEX #3A1E38 Mardi Gras

📋 copy color: '#3A1E38'

red 58 ◦ green 30 ◦ blue 56

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

Shades of Mardi Gras #3A1E38

Tints of Mardi Gras #3A1E38

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.83%

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

R = 40.28%
G = 20.83%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.77

RGB Variations

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

Color information

#3A1E38 (or 0x3A1E38) is known color: Mardi Gras. HEX triplet: 3A, 1E and 38. RGB value is (58,30,56). Sum of RGB (Red+Green+Blue) = 58+30+56=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1E38 is #C5E1C7. Grayscale: #292929. Windows color (decimal): -12968392 or 3677754. OLE color: 3677754.

HSL color Cylindrical-coordinate representation of color #3A1E38: hue angle of 304.29º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A1E38 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 30 56 -
CMYK 0 0.48 0.03 0.77
HSL 304.29º 0.32% 0.17% -
HSV(B) 304.29º 0.48% 0.23% -
XYZ 2.92 2.11 4 -
YUV 41.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 58 30 56 0 0.48 0.03 0.77 304.29 0.32 0.17
Hex 3A 1E 38 0 30 3 4D 130 20 11
Octal 72 36 70 0 60 3 115 460 40 21
Binary 111010 11110 111000 0 110000 11 1001101 100110000 100000 10001

Color Harmonies of #3A1E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1E38

Black with #3A1E38

Text Example


Text Example

White with #3A1E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,30,56); }

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

background-color css

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

 a { background-color: rgb(58,30,56); }

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

border-color css

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

 span { border-color: rgb(58,30,56); }

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