#340832

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

Shades of Mardi Gras #340832

Tints of Mardi Gras #340832

Color information

#340832 (or 0x340832) is unknown color: approx Mardi Gras. HEX triplet: 34, 08 and 32. RGB value is (52,8,50). Sum of RGB (Red+Green+Blue) = 52+8+50=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #340832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340832 is #CBF7CD. Grayscale: #191919. Windows color (decimal): -13367246 or 3278900. OLE color: 3278900.

HSL color Cylindrical-coordinate representation of color #340832: hue angle of 302.73º 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 #340832 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB52850-
CMYK00.850.040.80
HSL302.73º73.33%11.76%-
HSV(B)302.73º84.62%20.39%-
XYZ2.081.133.13-
YUV25.94141.58146.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 50 (19.92% from 255) = 45.45%
R=47.27%
G=7.27%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5285000.850.040.80302.7373.3311.76
Hex3483205545012f49c
Octal6410620125412045711114
Binary110100100011001001010101100101000010010111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340832; }

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

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

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

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

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

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

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

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