#341737

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

Shades of Mardi Gras #341737

Tints of Mardi Gras #341737

Color information

#341737 (or 0x341737) is unknown color: approx Mardi Gras. HEX triplet: 34, 17 and 37. RGB value is (52,23,55). Sum of RGB (Red+Green+Blue) = 52+23+55=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 55 - color contains mainly: blue. Hex color #341737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341737 is #CBE8C8. Grayscale: #232323. Windows color (decimal): -13363401 or 3610420. OLE color: 3610420.

HSL color Cylindrical-coordinate representation of color #341737: hue angle of 294.38º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #341737 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB522355-
CMYK0.050.5800.78
HSL294.38º41.03%15.29%-
HSV(B)294.38º58.18%21.57%-
XYZ2.411.623.8-
YUV35.32139.11139.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 55 (21.88% from 255) = 42.31%
R=40%
G=17.69%
B=42.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5223550.050.5800.78294.3841.0315.29
Hex34173753A04E12629f
Octal64276757201164465117
Binary11010010111110111101111010010011101001001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341737; }

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

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

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

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

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

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

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

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