Html Css Color HEX #342336 Mardi Gras

📋 copy color: '#342336'

red 52 ◦ green 35 ◦ blue 54

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

Shades of Mardi Gras #342336

Tints of Mardi Gras #342336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.82%

 BLUE value IS 54 (21.48% from 255) = 38.3%

R = 36.88%
G = 24.82%
B = 38.3%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#342336 (or 0x342336) is known color: Mardi Gras. HEX triplet: 34, 23 and 36. RGB value is (52,35,54). Sum of RGB (Red+Green+Blue) = 52+35+54=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 54 - color contains mainly: blue. Hex color #342336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342336 is #CBDCC9. Grayscale: #2A2A2A. Windows color (decimal): -13360330 or 3547956. OLE color: 3547956.

HSL color Cylindrical-coordinate representation of color #342336: hue angle of 293.68º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #342336 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 52 35 54 -
CMYK 0.04 0.35 0 0.79
HSL 293.68º 0.21% 0.17% -
HSV(B) 293.68º 0.35% 0.21% -
XYZ 2.68 2.2 3.77 -
YUV 42.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 52 35 54 0.04 0.35 0 0.79 293.68 0.21 0.17
Hex 34 23 36 4 23 0 4F 126 15 11
Octal 64 43 66 4 43 0 117 446 25 21
Binary 110100 100011 110110 100 100011 0 1001111 100100110 10101 10001

Color Harmonies of #342336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342336

Black with #342336

Text Example


Text Example

White with #342336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342336; }

 p { color: rgb(52,35,54); }

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

background-color css

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

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

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

border-color css

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

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

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