Html Css Color HEX #340037 Mardi Gras

📋 copy color: '#340037'

red 52 ◦ green 0 ◦ blue 55

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

Shades of Mardi Gras #340037

Tints of Mardi Gras #340037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.6%
G = 0%
B = 51.4%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#340037 (or 0x340037) is known color: 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

RGB 52 0 55 -
CMYK 0.05 1 0 0.78
HSL 296.73º 1% 0.11% -
HSV(B) 296.73º 1% 0.22% -
XYZ 2.11 1.01 3.7 -
YUV 21.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 52 0 55 0.05 1 0 0.78 296.73 1 0.11
Hex 34 0 37 5 64 0 4E 129 64 B
Octal 64 0 67 5 144 0 116 451 144 13
Binary 110100 0 110111 101 1100100 0 1001110 100101001 1100100 1011

Color Harmonies of #340037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340037

Black with #340037

Text Example


Text Example

White with #340037

Text Example


Text Example

HTML Codes & Css Web 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>