#341A32

Color #341A32 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #341A32

Tints of Mardi Gras #341A32

Color information

#341A32 (or 0x341A32) is unknown color: approx Mardi Gras. HEX triplet: 34, 1A and 32. RGB value is (52,26,50). Sum of RGB (Red+Green+Blue) = 52+26+50=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #341A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A32 is #CBE5CD. Grayscale: #242424. Windows color (decimal): -13362638 or 3283508. OLE color: 3283508.

HSL color Cylindrical-coordinate representation of color #341A32: hue angle of 304.62º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #341A32 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB522650-
CMYK00.500.040.80
HSL304.62º33.33%15.29%-
HSV(B)304.62º50%20.39%-
XYZ2.361.73.22-
YUV36.51135.61139.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.62%
GREEN value IS 26 (10.55% from 255) = 20.31%
BLUE value IS 50 (19.92% from 255) = 39.06%
R=40.62%
G=20.31%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52265000.500.040.80304.6233.3315.29
Hex341A3203245013121f
Octal64326206241204614117
Binary11010011010110010011001010010100001001100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #341A32;
 }
 .AnyTagClassName
 {
   color: #341A32;
 }
</style>
background-color css

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

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

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

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

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

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