Html Css Color HEX #342335 Mardi Gras

📋 copy color: '#342335'

red 52 ◦ green 35 ◦ blue 53

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

Shades of Mardi Gras #342335

Tints of Mardi Gras #342335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 37.86%

R = 37.14%
G = 25%
B = 37.86%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#342335 (or 0x342335) is known color: Mardi Gras. HEX triplet: 34, 23 and 35. RGB value is (52,35,53). Sum of RGB (Red+Green+Blue) = 52+35+53=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 53 - color contains mainly: blue. Hex color #342335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342335 is #CBDCCA. Grayscale: #2A2A2A. Windows color (decimal): -13360331 or 3482420. OLE color: 3482420.

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

Color convert

RGB 52 35 53 -
CMYK 0.02 0.34 0 0.79
HSL 296.67º 0.2% 0.17% -
HSV(B) 296.67º 0.34% 0.21% -
XYZ 2.66 2.19 3.65 -
YUV 42.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 52 35 53 0.02 0.34 0 0.79 296.67 0.2 0.17
Hex 34 23 35 2 22 0 4F 129 14 11
Octal 64 43 65 2 42 0 117 451 24 21
Binary 110100 100011 110101 10 100010 0 1001111 100101001 10100 10001

Color Harmonies of #342335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342335

Black with #342335

Text Example


Text Example

White with #342335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342335; }

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

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

background-color css

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

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

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

border-color css

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

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

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