Html Css Color HEX #342534 Mardi Gras

📋 copy color: '#342534'

red 52 ◦ green 37 ◦ blue 52

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

Shades of Mardi Gras #342534

Tints of Mardi Gras #342534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.24%

 BLUE value IS 52 (20.7% from 255) = 36.88%

R = 36.88%
G = 26.24%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#342534 (or 0x342534) is known color: Mardi Gras. HEX triplet: 34, 25 and 34. RGB value is (52,37,52). Sum of RGB (Red+Green+Blue) = 52+37+52=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 52 - color contains mainly: red, blue. Hex color #342534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342534 is #CBDACB. Grayscale: #2B2B2B. Windows color (decimal): -13359820 or 3417396. OLE color: 3417396.

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

Color convert

RGB 52 37 52 -
CMYK 0 0.29 0 0.80
HSL 300º 0.17% 0.17% -
HSV(B) 300º 0.29% 0.2% -
XYZ 2.7 2.3 3.55 -
YUV 43.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 52 37 52 0 0.29 0 0.80 300 0.17 0.17
Hex 34 25 34 0 1D 0 50 12C 11 11
Octal 64 45 64 0 35 0 120 454 21 21
Binary 110100 100101 110100 0 11101 0 1010000 100101100 10001 10001

Color Harmonies of #342534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342534

Black with #342534

Text Example


Text Example

White with #342534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342534; }

 p { color: rgb(52,37,52); }

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

background-color css

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

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

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

border-color css

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

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

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