Html Css Color HEX #341E38 Mardi Gras

📋 copy color: '#341E38'

red 52 ◦ green 30 ◦ blue 56

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

Shades of Mardi Gras #341E38

Tints of Mardi Gras #341E38

RGB

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

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

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

R = 37.68%
G = 21.74%
B = 40.58%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#341E38 (or 0x341E38) is known color: Mardi Gras. HEX triplet: 34, 1E and 38. RGB value is (52,30,56). Sum of RGB (Red+Green+Blue) = 52+30+56=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 56 - color contains mainly: blue. Hex color #341E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E38 is #CBE1C7. Grayscale: #272727. Windows color (decimal): -13361608 or 3677748. OLE color: 3677748.

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

Color convert

RGB 52 30 56 -
CMYK 0.07 0.46 0 0.78
HSL 290.77º 0.3% 0.17% -
HSV(B) 290.77º 0.46% 0.22% -
XYZ 2.59 1.94 3.98 -
YUV 39.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 52 30 56 0.07 0.46 0 0.78 290.77 0.3 0.17
Hex 34 1E 38 7 2E 0 4E 123 1E 11
Octal 64 36 70 7 56 0 116 443 36 21
Binary 110100 11110 111000 111 101110 0 1001110 100100011 11110 10001

Color Harmonies of #341E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E38

Black with #341E38

Text Example


Text Example

White with #341E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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