#340837

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

Shades of Mardi Gras #340837

Tints of Mardi Gras #340837

Color information

#340837 (or 0x340837) is unknown color: approx Mardi Gras. HEX triplet: 34, 08 and 37. RGB value is (52,8,55). Sum of RGB (Red+Green+Blue) = 52+8+55=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 55 (21.88% from 255 or 47.83% from 115); Max value from RGB is 55 - color contains mainly: blue. Hex color #340837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340837 is #CBF7C8. Grayscale: #1A1A1A. Windows color (decimal): -13367241 or 3606580. OLE color: 3606580.

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

Color convert

RGB52855-
CMYK0.050.8500.78
HSL296.17º74.6%12.35%-
HSV(B)296.17º85.45%21.57%-
XYZ2.191.183.73-
YUV26.51144.08146.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.22%
GREEN value IS 8 (3.52% from 255) = 6.96%
BLUE value IS 55 (21.88% from 255) = 47.83%
R=45.22%
G=6.96%
B=47.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal528550.050.8500.78296.1774.612.35
Hex3483755504E1284bc
Octal6410675125011645011314
Binary110100100011011110110101010100111010010100010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340837; }

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

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

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

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

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

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

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

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