Html Css Color HEX #340E37 Mardi Gras

📋 copy color: '#340E37'

red 52 ◦ green 14 ◦ blue 55

#340E37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #340E37

Tints of Mardi Gras #340E37

RGB

 RED value IS 52 (20.7% from 255) = 42.98%

 GREEN value IS 14 (5.86% from 255) = 11.57%

 BLUE value IS 55 (21.88% from 255) = 45.45%

R = 42.98%
G = 11.57%
B = 45.45%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#340E37 (or 0x340E37) is known color: Mardi Gras. HEX triplet: 34, 0E and 37. RGB value is (52,14,55). Sum of RGB (Red+Green+Blue) = 52+14+55=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #340E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E37 is #CBF1C8. Grayscale: #1D1D1D. Windows color (decimal): -13365705 or 3608116. OLE color: 3608116.

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

Color convert

RGB 52 14 55 -
CMYK 0.05 0.75 0 0.78
HSL 295.61º 0.59% 0.14% -
HSV(B) 295.61º 0.75% 0.22% -
XYZ 2.26 1.32 3.75 -
YUV 30.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 52 14 55 0.05 0.75 0 0.78 295.61 0.59 0.14
Hex 34 E 37 5 4B 0 4E 128 3B E
Octal 64 16 67 5 113 0 116 450 73 16
Binary 110100 1110 110111 101 1001011 0 1001110 100101000 111011 1110

Color Harmonies of #340E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340E37

Black with #340E37

Text Example


Text Example

White with #340E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #340E37;
 }
 .AnyTagClassName
 {
   color: #340E37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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