Html Css Color HEX #342431 Melanzane

📋 copy color: '#342431'

red 52 ◦ green 36 ◦ blue 49

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

Shades of Melanzane #342431

Tints of Melanzane #342431

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.28%

 BLUE value IS 49 (19.53% from 255) = 35.77%

R = 37.96%
G = 26.28%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#342431 (or 0x342431) is known color: Melanzane. HEX triplet: 34, 24 and 31. RGB value is (52,36,49). Sum of RGB (Red+Green+Blue) = 52+36+49=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 52 - color contains mainly: red. Hex color #342431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342431 is #CBDBCE. Grayscale: #2A2A2A. Windows color (decimal): -13360079 or 3220532. OLE color: 3220532.

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

Color convert

RGB 52 36 49 -
CMYK 0 0.31 0.06 0.80
HSL 311.25º 0.18% 0.17% -
HSV(B) 311.25º 0.31% 0.2% -
XYZ 2.6 2.21 3.2 -
YUV 42.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 52 36 49 0 0.31 0.06 0.80 311.25 0.18 0.17
Hex 34 24 31 0 1F 6 50 137 12 11
Octal 64 44 61 0 37 6 120 467 22 21
Binary 110100 100100 110001 0 11111 110 1010000 100110111 10010 10001

Color Harmonies of #342431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342431

Black with #342431

Text Example


Text Example

White with #342431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342431; }

 p { color: rgb(52,36,49); }

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

background-color css

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

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

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

border-color css

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

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

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