Html Css Color HEX #342737 Mardi Gras

📋 copy color: '#342737'

red 52 ◦ green 39 ◦ blue 55

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

Shades of Mardi Gras #342737

Tints of Mardi Gras #342737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.71%

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

R = 35.62%
G = 26.71%
B = 37.67%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#342737 (or 0x342737) is known color: Mardi Gras. HEX triplet: 34, 27 and 37. RGB value is (52,39,55). Sum of RGB (Red+Green+Blue) = 52+39+55=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 55 - color contains mainly: blue. Hex color #342737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342737 is #CBD8C8. Grayscale: #2C2C2C. Windows color (decimal): -13359305 or 3614516. OLE color: 3614516.

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

Color convert

RGB 52 39 55 -
CMYK 0.05 0.29 0 0.78
HSL 288.75º 0.17% 0.18% -
HSV(B) 288.75º 0.29% 0.22% -
XYZ 2.83 2.46 3.94 -
YUV 44.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 52 39 55 0.05 0.29 0 0.78 288.75 0.17 0.18
Hex 34 27 37 5 1D 0 4E 121 11 12
Octal 64 47 67 5 35 0 116 441 21 22
Binary 110100 100111 110111 101 11101 0 1001110 100100001 10001 10010

Color Harmonies of #342737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342737

Black with #342737

Text Example


Text Example

White with #342737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342737; }

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

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

background-color css

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

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

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

border-color css

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

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

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