Html Css Color HEX #341E36 Mardi Gras

📋 copy color: '#341E36'

red 52 ◦ green 30 ◦ blue 54

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

Shades of Mardi Gras #341E36

Tints of Mardi Gras #341E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 39.71%

R = 38.24%
G = 22.06%
B = 39.71%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#341E36 (or 0x341E36) is known color: Mardi Gras. HEX triplet: 34, 1E and 36. RGB value is (52,30,54). Sum of RGB (Red+Green+Blue) = 52+30+54=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 54 - color contains mainly: blue. Hex color #341E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E36 is #CBE1C9. Grayscale: #272727. Windows color (decimal): -13361610 or 3546676. OLE color: 3546676.

HSL color Cylindrical-coordinate representation of color #341E36: hue angle of 295º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #341E36 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 52 30 54 -
CMYK 0.04 0.44 0 0.79
HSL 295º 0.29% 0.16% -
HSV(B) 295º 0.44% 0.21% -
XYZ 2.55 1.92 3.73 -
YUV 39.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 52 30 54 0.04 0.44 0 0.79 295 0.29 0.16
Hex 34 1E 36 4 2C 0 4F 127 1D 10
Octal 64 36 66 4 54 0 117 447 35 20
Binary 110100 11110 110110 100 101100 0 1001111 100100111 11101 10000

Color Harmonies of #341E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E36

Black with #341E36

Text Example


Text Example

White with #341E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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