Html Css Color HEX #341C2E Melanzane

📋 copy color: '#341C2E'

red 52 ◦ green 28 ◦ blue 46

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

Shades of Melanzane #341C2E

Tints of Melanzane #341C2E

RGB

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

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

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

R = 41.27%
G = 22.22%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#341C2E (or 0x341C2E) is known color: Melanzane. HEX triplet: 34, 1C and 2E. RGB value is (52,28,46). Sum of RGB (Red+Green+Blue) = 52+28+46=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #341C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C2E is #CBE3D1. Grayscale: #252525. Windows color (decimal): -13362130 or 3021876. OLE color: 3021876.

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

Color convert

RGB 52 28 46 -
CMYK 0 0.46 0.12 0.80
HSL 315º 0.3% 0.16% -
HSV(B) 315º 0.46% 0.2% -
XYZ 2.32 1.76 2.8 -
YUV 37.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 52 28 46 0 0.46 0.12 0.80 315 0.3 0.16
Hex 34 1C 2E 0 2E C 50 13B 1E 10
Octal 64 34 56 0 56 14 120 473 36 20
Binary 110100 11100 101110 0 101110 1100 1010000 100111011 11110 10000

Color Harmonies of #341C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C2E

Black with #341C2E

Text Example


Text Example

White with #341C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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