Html Css Color HEX #341F2E Melanzane

📋 copy color: '#341F2E'

red 52 ◦ green 31 ◦ blue 46

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

Shades of Melanzane #341F2E

Tints of Melanzane #341F2E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.03%

 BLUE value IS 46 (18.36% from 255) = 35.66%

R = 40.31%
G = 24.03%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#341F2E (or 0x341F2E) is known color: Melanzane. HEX triplet: 34, 1F and 2E. RGB value is (52,31,46). Sum of RGB (Red+Green+Blue) = 52+31+46=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #341F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F2E is #CBE0D1. Grayscale: #262626. Windows color (decimal): -13361362 or 3022644. OLE color: 3022644.

HSL color Cylindrical-coordinate representation of color #341F2E: hue angle of 317.14º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #341F2E is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 31 46 -
CMYK 0 0.40 0.12 0.80
HSL 317.14º 0.25% 0.16% -
HSV(B) 317.14º 0.4% 0.2% -
XYZ 2.4 1.91 2.83 -
YUV 38.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 52 31 46 0 0.40 0.12 0.80 317.14 0.25 0.16
Hex 34 1F 2E 0 28 C 50 13D 19 10
Octal 64 37 56 0 50 14 120 475 31 20
Binary 110100 11111 101110 0 101000 1100 1010000 100111101 11001 10000

Color Harmonies of #341F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F2E

Black with #341F2E

Text Example


Text Example

White with #341F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341F2E; }

 p { color: rgb(52,31,46); }

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

background-color css

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

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

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

border-color css

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

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

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