Html Css Color HEX #341736 Mardi Gras

📋 copy color: '#341736'

red 52 ◦ green 23 ◦ blue 54

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

Shades of Mardi Gras #341736

Tints of Mardi Gras #341736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.83%

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

R = 40.31%
G = 17.83%
B = 41.86%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#341736 (or 0x341736) is known color: Mardi Gras. HEX triplet: 34, 17 and 36. RGB value is (52,23,54). Sum of RGB (Red+Green+Blue) = 52+23+54=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 54 - color contains mainly: blue. Hex color #341736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341736 is #CBE8C9. Grayscale: #232323. Windows color (decimal): -13363402 or 3544884. OLE color: 3544884.

HSL color Cylindrical-coordinate representation of color #341736: hue angle of 296.13º degrees, saturation: 0.4, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #341736 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 52 23 54 -
CMYK 0.04 0.57 0 0.79
HSL 296.13º 0.4% 0.15% -
HSV(B) 296.13º 0.57% 0.21% -
XYZ 2.39 1.61 3.67 -
YUV 35.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 52 23 54 0.04 0.57 0 0.79 296.13 0.4 0.15
Hex 34 17 36 4 39 0 4F 128 28 F
Octal 64 27 66 4 71 0 117 450 50 17
Binary 110100 10111 110110 100 111001 0 1001111 100101000 101000 1111

Color Harmonies of #341736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341736

Black with #341736

Text Example


Text Example

White with #341736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341736; }

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

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

background-color css

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

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

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

border-color css

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

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

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