Html Css Color HEX #341332 Mardi Gras

📋 copy color: '#341332'

red 52 ◦ green 19 ◦ blue 50

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

Shades of Mardi Gras #341332

Tints of Mardi Gras #341332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

 BLUE value IS 50 (19.92% from 255) = 41.32%

R = 42.98%
G = 15.7%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#341332 (or 0x341332) is known color: Mardi Gras. HEX triplet: 34, 13 and 32. RGB value is (52,19,50). Sum of RGB (Red+Green+Blue) = 52+19+50=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #341332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341332 is #CBECCD. Grayscale: #202020. Windows color (decimal): -13364430 or 3281716. OLE color: 3281716.

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

Color convert

RGB 52 19 50 -
CMYK 0 0.63 0.04 0.80
HSL 303.64º 0.46% 0.14% -
HSV(B) 303.64º 0.63% 0.2% -
XYZ 2.22 1.43 3.18 -
YUV 32.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 52 19 50 0 0.63 0.04 0.80 303.64 0.46 0.14
Hex 34 13 32 0 3F 4 50 130 2E E
Octal 64 23 62 0 77 4 120 460 56 16
Binary 110100 10011 110010 0 111111 100 1010000 100110000 101110 1110

Color Harmonies of #341332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341332

Black with #341332

Text Example


Text Example

White with #341332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341332; }

 p { color: rgb(52,19,50); }

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

background-color css

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

 a { background-color: rgb(52,19,50); }

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

border-color css

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

 span { border-color: rgb(52,19,50); }

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