Html Css Color HEX #341C2F Melanzane

📋 copy color: '#341C2F'

red 52 ◦ green 28 ◦ blue 47

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

Shades of Melanzane #341C2F

Tints of Melanzane #341C2F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.05%

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

R = 40.94%
G = 22.05%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#341C2F (or 0x341C2F) is known color: Melanzane. HEX triplet: 34, 1C and 2F. RGB value is (52,28,47). Sum of RGB (Red+Green+Blue) = 52+28+47=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 52 - color contains mainly: red. Hex color #341C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C2F is #CBE3D0. Grayscale: #252525. Windows color (decimal): -13362129 or 3087412. OLE color: 3087412.

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

Color convert

RGB 52 28 47 -
CMYK 0 0.46 0.10 0.80
HSL 312.5º 0.3% 0.16% -
HSV(B) 312.5º 0.46% 0.2% -
XYZ 2.34 1.77 2.91 -
YUV 37.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 52 28 47 0 0.46 0.10 0.80 312.5 0.3 0.16
Hex 34 1C 2F 0 2E A 50 138 1E 10
Octal 64 34 57 0 56 12 120 470 36 20
Binary 110100 11100 101111 0 101110 1010 1010000 100111000 11110 10000

Color Harmonies of #341C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C2F

Black with #341C2F

Text Example


Text Example

White with #341C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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