#340737

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

Shades of Mardi Gras #340737

Tints of Mardi Gras #340737

Color information

#340737 (or 0x340737) is unknown color: approx Mardi Gras. HEX triplet: 34, 07 and 37. RGB value is (52,7,55). Sum of RGB (Red+Green+Blue) = 52+7+55=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 55 (21.88% from 255 or 48.25% from 114); Max value from RGB is 55 - color contains mainly: blue. Hex color #340737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340737 is #CBF8C8. Grayscale: #191919. Windows color (decimal): -13367497 or 3606324. OLE color: 3606324.

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

Color convert

RGB52755-
CMYK0.050.8700.78
HSL296.25º77.42%12.16%-
HSV(B)296.25º87.27%21.57%-
XYZ2.181.163.72-
YUV25.93144.41146.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.61%
GREEN value IS 7 (3.12% from 255) = 6.14%
BLUE value IS 55 (21.88% from 255) = 48.25%
R=45.61%
G=6.14%
B=48.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal527550.050.8700.78296.2577.4212.16
Hex3473755704E1284dc
Octal647675127011645011514
Binary11010011111011110110101110100111010010100010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340737; }

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

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

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

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

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

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

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

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