#341F34

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

Shades of Mardi Gras #341F34

Tints of Mardi Gras #341F34

Color information

#341F34 (or 0x341F34) is unknown color: approx Mardi Gras. HEX triplet: 34, 1F and 34. RGB value is (52,31,52). Sum of RGB (Red+Green+Blue) = 52+31+52=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 52 - color contains mainly: red, blue. Hex color #341F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F34 is #CBE0CB. Grayscale: #272727. Windows color (decimal): -13361356 or 3415860. OLE color: 3415860.

HSL color Cylindrical-coordinate representation of color #341F34: hue angle of 300º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #341F34 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB523152-
CMYK00.4000.80
HSL300º25.3%16.27%-
HSV(B)300º40.38%20.39%-
XYZ2.531.963.49-
YUV39.67134.96136.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.52%
GREEN value IS 31 (12.5% from 255) = 22.96%
BLUE value IS 52 (20.70% from 255) = 38.52%
R=38.52%
G=22.96%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52315200.4000.8030025.316.27
Hex341F3402805012c1910
Octal64376405001204543120
Binary110100111111101000101000010100001001011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,31,52); }

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

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

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

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

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

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

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