Html Css Color HEX #340E2C Melanzane

📋 copy color: '#340E2C'

red 52 ◦ green 14 ◦ blue 44

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

Shades of Melanzane #340E2C

Tints of Melanzane #340E2C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.73%

 BLUE value IS 44 (17.58% from 255) = 40%

R = 47.27%
G = 12.73%
B = 40%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.80

RGB Variations

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

Color information

#340E2C (or 0x340E2C) is known color: Melanzane. HEX triplet: 34, 0E and 2C. RGB value is (52,14,44). Sum of RGB (Red+Green+Blue) = 52+14+44=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #340E2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E2C is #CBF1D3. Grayscale: #1C1C1C. Windows color (decimal): -13365716 or 2887220. OLE color: 2887220.

HSL color Cylindrical-coordinate representation of color #340E2C: hue angle of 312.63º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #340E2C is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 14 44 -
CMYK 0 0.73 0.15 0.80
HSL 312.63º 0.58% 0.13% -
HSV(B) 312.63º 0.73% 0.2% -
XYZ 2.03 1.23 2.51 -
YUV 28.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 52 14 44 0 0.73 0.15 0.80 312.63 0.58 0.13
Hex 34 E 2C 0 49 F 50 139 3A D
Octal 64 16 54 0 111 17 120 471 72 15
Binary 110100 1110 101100 0 1001001 1111 1010000 100111001 111010 1101

Color Harmonies of #340E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340E2C

Black with #340E2C

Text Example


Text Example

White with #340E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340E2C; }

 p { color: rgb(52,14,44); }

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

background-color css

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

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

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

border-color css

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

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

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