#340037

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

Shades of Mardi Gras #340037

Tints of Mardi Gras #340037

Color information

#340037 (or 0x340037) is unknown color: approx Mardi Gras. HEX triplet: 34, 00 and 37. RGB value is (52,0,55). Sum of RGB (Red+Green+Blue) = 52+0+55=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 55 (21.88% from 255 or 51.40% from 107); Max value from RGB is 55 - color contains mainly: blue. Hex color #340037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340037 is #CBFFC8. Grayscale: #151515. Windows color (decimal): -13369289 or 3604532. OLE color: 3604532.

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

Color convert

RGB52055-
CMYK0.05100.78
HSL296.73º100%10.78%-
HSV(B)296.73º100%21.57%-
XYZ2.111.013.7-
YUV21.82146.73149.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 51.40%
R=48.60%
G=0%
B=51.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal520550.05100.78296.7310010.78
Hex3403756404E12964b
Octal640675144011645114413
Binary110100011011110111001000100111010010100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340037; }

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

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

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

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

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

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

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

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