Html Css Color HEX #340537 Mardi Gras

📋 copy color: '#340537'

red 52 ◦ green 5 ◦ blue 55

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

Shades of Mardi Gras #340537

Tints of Mardi Gras #340537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.46%

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

R = 46.43%
G = 4.46%
B = 49.11%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#340537 (or 0x340537) is known color: Mardi Gras. HEX triplet: 34, 05 and 37. RGB value is (52,5,55). Sum of RGB (Red+Green+Blue) = 52+5+55=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #340537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340537 is #CBFAC8. Grayscale: #181818. Windows color (decimal): -13368009 or 3605812. OLE color: 3605812.

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

Color convert

RGB 52 5 55 -
CMYK 0.05 0.91 0 0.78
HSL 296.4º 0.83% 0.12% -
HSV(B) 296.4º 0.91% 0.22% -
XYZ 2.16 1.11 3.72 -
YUV 24.75 145.07 147.43 -
System Red Green Blue C M Y K H S L
Decimal 52 5 55 0.05 0.91 0 0.78 296.4 0.83 0.12
Hex 34 5 37 5 5B 0 4E 128 53 C
Octal 64 5 67 5 133 0 116 450 123 14
Binary 110100 101 110111 101 1011011 0 1001110 100101000 1010011 1100

Color Harmonies of #340537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340537

Black with #340537

Text Example


Text Example

White with #340537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340537; }

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

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

background-color css

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

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

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

border-color css

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

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

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