Html Css Color HEX #341E37 Mardi Gras

📋 copy color: '#341E37'

red 52 ◦ green 30 ◦ blue 55

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

Shades of Mardi Gras #341E37

Tints of Mardi Gras #341E37

RGB

 RED value IS 52 (20.7% from 255) = 37.96%

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

 BLUE value IS 55 (21.88% from 255) = 40.15%

R = 37.96%
G = 21.9%
B = 40.15%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#341E37 (or 0x341E37) is known color: Mardi Gras. HEX triplet: 34, 1E and 37. RGB value is (52,30,55). Sum of RGB (Red+Green+Blue) = 52+30+55=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 55 - color contains mainly: blue. Hex color #341E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E37 is #CBE1C8. Grayscale: #272727. Windows color (decimal): -13361609 or 3612212. OLE color: 3612212.

HSL color Cylindrical-coordinate representation of color #341E37: hue angle of 292.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #341E37 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 30 55 -
CMYK 0.05 0.45 0 0.78
HSL 292.8º 0.29% 0.17% -
HSV(B) 292.8º 0.45% 0.22% -
XYZ 2.57 1.93 3.85 -
YUV 39.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 52 30 55 0.05 0.45 0 0.78 292.8 0.29 0.17
Hex 34 1E 37 5 2D 0 4E 125 1D 11
Octal 64 36 67 5 55 0 116 445 35 21
Binary 110100 11110 110111 101 101101 0 1001110 100100101 11101 10001

Color Harmonies of #341E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E37

Black with #341E37

Text Example


Text Example

White with #341E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341E37; }

 p { color: rgb(52,30,55); }

 H1.HeaderClassName
 {
   color: #341E37;
 }
 .AnyTagClassName
 {
   color: #341E37;
 }
</style>

background-color css

<style>
 a { background-color: #341E37; }

 a { background-color: rgb(52,30,55); }

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

border-color css

<style>
 span { border-color: #341E37; }

 span { border-color: rgb(52,30,55); }

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