#341937

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

Shades of Mardi Gras #341937

Tints of Mardi Gras #341937

Color information

#341937 (or 0x341937) is unknown color: approx Mardi Gras. HEX triplet: 34, 19 and 37. RGB value is (52,25,55). Sum of RGB (Red+Green+Blue) = 52+25+55=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 55 - color contains mainly: blue. Hex color #341937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341937 is #CBE6C8. Grayscale: #242424. Windows color (decimal): -13362889 or 3610932. OLE color: 3610932.

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

Color convert

RGB522555-
CMYK0.050.5500.78
HSL294º37.5%15.69%-
HSV(B)294º54.55%21.57%-
XYZ2.451.73.81-
YUV36.49138.45139.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.39%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 55 (21.88% from 255) = 41.67%
R=39.39%
G=18.94%
B=41.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5225550.050.5500.7829437.515.69
Hex34193753704E1262610
Octal64316756701164464620
Binary110100110011101111011101110100111010010011010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341937; }

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

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

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

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

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

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

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

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