Html Css Color HEX #3A1E3D Mardi Gras

📋 copy color: '#3A1E3D'

red 58 ◦ green 30 ◦ blue 61

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

Shades of Mardi Gras #3A1E3D

Tints of Mardi Gras #3A1E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.94%

R = 38.93%
G = 20.13%
B = 40.94%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3A1E3D (or 0x3A1E3D) is known color: Mardi Gras. HEX triplet: 3A, 1E and 3D. RGB value is (58,30,61). Sum of RGB (Red+Green+Blue) = 58+30+61=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A1E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1E3D is #C5E1C2. Grayscale: #292929. Windows color (decimal): -12968387 or 4005434. OLE color: 4005434.

HSL color Cylindrical-coordinate representation of color #3A1E3D: hue angle of 294.19º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A1E3D is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 58 30 61 -
CMYK 0.05 0.51 0 0.76
HSL 294.19º 0.34% 0.18% -
HSV(B) 294.19º 0.51% 0.24% -
XYZ 3.05 2.17 4.67 -
YUV 41.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 58 30 61 0.05 0.51 0 0.76 294.19 0.34 0.18
Hex 3A 1E 3D 5 33 0 4C 126 22 12
Octal 72 36 75 5 63 0 114 446 42 22
Binary 111010 11110 111101 101 110011 0 1001100 100100110 100010 10010

Color Harmonies of #3A1E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1E3D

Black with #3A1E3D

Text Example


Text Example

White with #3A1E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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