#341839

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

Shades of Mardi Gras #341839

Tints of Mardi Gras #341839

Color information

#341839 (or 0x341839) is unknown color: approx Mardi Gras. HEX triplet: 34, 18 and 39. RGB value is (52,24,57). Sum of RGB (Red+Green+Blue) = 52+24+57=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: blue. Hex color #341839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341839 is #CBE7C6. Grayscale: #242424. Windows color (decimal): -13363143 or 3741748. OLE color: 3741748.

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

Color convert

RGB522457-
CMYK0.090.5800.78
HSL290.91º40.74%15.88%-
HSV(B)290.91º57.89%22.35%-
XYZ2.481.684.06-
YUV36.13139.78139.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 57 (22.66% from 255) = 42.86%
R=39.10%
G=18.05%
B=42.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5224570.090.5800.78290.9140.7415.88
Hex34183993A04E1232910
Octal643071117201164435120
Binary1101001100011100110011110100100111010010001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341839; }

 p { color: rgb(52,24,57); }

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

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

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

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

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

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

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