#340B37

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

Shades of Mardi Gras #340B37

Tints of Mardi Gras #340B37

Color information

#340B37 (or 0x340B37) is unknown color: approx Mardi Gras. HEX triplet: 34, 0B and 37. RGB value is (52,11,55). Sum of RGB (Red+Green+Blue) = 52+11+55=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 55 (21.88% from 255 or 46.61% from 118); Max value from RGB is 55 - color contains mainly: blue. Hex color #340B37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B37 is #CBF4C8. Grayscale: #1C1C1C. Windows color (decimal): -13366473 or 3607348. OLE color: 3607348.

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

Color convert

RGB521155-
CMYK0.050.800.78
HSL295.91º66.67%12.94%-
HSV(B)295.91º80%21.57%-
XYZ2.231.253.74-
YUV28.28143.08144.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.07%
GREEN value IS 11 (4.69% from 255) = 9.32%
BLUE value IS 55 (21.88% from 255) = 46.61%
R=44.07%
G=9.32%
B=46.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5211550.050.800.78295.9166.6712.94
Hex34B3755004E12843d
Octal6413675120011645010315
Binary110100101111011110110100000100111010010100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340B37; }

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

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

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

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

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

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

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

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