Html Css Color HEX #341436 Mardi Gras

📋 copy color: '#341436'

red 52 ◦ green 20 ◦ blue 54

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

Shades of Mardi Gras #341436

Tints of Mardi Gras #341436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.87%

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

R = 41.27%
G = 15.87%
B = 42.86%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#341436 (or 0x341436) is known color: Mardi Gras. HEX triplet: 34, 14 and 36. RGB value is (52,20,54). Sum of RGB (Red+Green+Blue) = 52+20+54=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 54 - color contains mainly: blue. Hex color #341436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341436 is #CBEBC9. Grayscale: #212121. Windows color (decimal): -13364170 or 3544116. OLE color: 3544116.

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

Color convert

RGB 52 20 54 -
CMYK 0.04 0.63 0 0.79
HSL 296.47º 0.46% 0.15% -
HSV(B) 296.47º 0.63% 0.21% -
XYZ 2.33 1.5 3.66 -
YUV 33.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 52 20 54 0.04 0.63 0 0.79 296.47 0.46 0.15
Hex 34 14 36 4 3F 0 4F 128 2E F
Octal 64 24 66 4 77 0 117 450 56 17
Binary 110100 10100 110110 100 111111 0 1001111 100101000 101110 1111

Color Harmonies of #341436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341436

Black with #341436

Text Example


Text Example

White with #341436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341436; }

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

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

background-color css

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

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

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

border-color css

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

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

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