#340831

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

Shades of Mardi Gras #340831

Tints of Mardi Gras #340831

Color information

#340831 (or 0x340831) is unknown color: approx Mardi Gras. HEX triplet: 34, 08 and 31. RGB value is (52,8,49). Sum of RGB (Red+Green+Blue) = 52+8+49=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 52 - color contains mainly: red. Hex color #340831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340831 is #CBF7CE. Grayscale: #191919. Windows color (decimal): -13367247 or 3213364. OLE color: 3213364.

HSL color Cylindrical-coordinate representation of color #340831: hue angle of 304.09º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #340831 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB52849-
CMYK00.850.060.80
HSL304.09º73.33%11.76%-
HSV(B)304.09º84.62%20.39%-
XYZ2.061.133.01-
YUV25.83141.08146.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.71%
GREEN value IS 8 (3.52% from 255) = 7.34%
BLUE value IS 49 (19.53% from 255) = 44.95%
R=47.71%
G=7.34%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5284900.850.060.80304.0973.3311.76
Hex3483105565013049c
Octal6410610125612046011114
Binary110100100011000101010101110101000010011000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340831; }

 p { color: rgb(52,8,49); }

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

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

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

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

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

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

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