Html Css Color HEX #341F2F Melanzane

📋 copy color: '#341F2F'

red 52 ◦ green 31 ◦ blue 47

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

Shades of Melanzane #341F2F

Tints of Melanzane #341F2F

RGB

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

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

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

R = 40%
G = 23.85%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#341F2F (or 0x341F2F) is known color: Melanzane. HEX triplet: 34, 1F and 2F. RGB value is (52,31,47). Sum of RGB (Red+Green+Blue) = 52+31+47=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 52 - color contains mainly: red. Hex color #341F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F2F is #CBE0D0. Grayscale: #272727. Windows color (decimal): -13361361 or 3088180. OLE color: 3088180.

HSL color Cylindrical-coordinate representation of color #341F2F: hue angle of 314.29º 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 #341F2F is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 31 47 -
CMYK 0 0.40 0.10 0.80
HSL 314.29º 0.25% 0.16% -
HSV(B) 314.29º 0.4% 0.2% -
XYZ 2.42 1.92 2.93 -
YUV 39.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 52 31 47 0 0.40 0.10 0.80 314.29 0.25 0.16
Hex 34 1F 2F 0 28 A 50 13A 19 10
Octal 64 37 57 0 50 12 120 472 31 20
Binary 110100 11111 101111 0 101000 1010 1010000 100111010 11001 10000

Color Harmonies of #341F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F2F

Black with #341F2F

Text Example


Text Example

White with #341F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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