Html Css Color HEX #341E2F Melanzane

📋 copy color: '#341E2F'

red 52 ◦ green 30 ◦ blue 47

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

Shades of Melanzane #341E2F

Tints of Melanzane #341E2F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.26%

 BLUE value IS 47 (18.75% from 255) = 36.43%

R = 40.31%
G = 23.26%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#341E2F (or 0x341E2F) is known color: Melanzane. HEX triplet: 34, 1E and 2F. RGB value is (52,30,47). Sum of RGB (Red+Green+Blue) = 52+30+47=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #341E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E2F is #CBE1D0. Grayscale: #262626. Windows color (decimal): -13361617 or 3087924. OLE color: 3087924.

HSL color Cylindrical-coordinate representation of color #341E2F: hue angle of 313.64º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #341E2F is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 30 47 -
CMYK 0 0.42 0.10 0.80
HSL 313.64º 0.27% 0.16% -
HSV(B) 313.64º 0.42% 0.2% -
XYZ 2.39 1.86 2.92 -
YUV 38.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 52 30 47 0 0.42 0.10 0.80 313.64 0.27 0.16
Hex 34 1E 2F 0 2A A 50 13A 1B 10
Octal 64 36 57 0 52 12 120 472 33 20
Binary 110100 11110 101111 0 101010 1010 1010000 100111010 11011 10000

Color Harmonies of #341E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E2F

Black with #341E2F

Text Example


Text Example

White with #341E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,30,47); }

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

background-color css

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

 a { background-color: rgb(52,30,47); }

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

border-color css

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

 span { border-color: rgb(52,30,47); }

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