Html Css Color HEX #341E30 Melanzane

📋 copy color: '#341E30'

red 52 ◦ green 30 ◦ blue 48

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

Shades of Melanzane #341E30

Tints of Melanzane #341E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 36.92%

R = 40%
G = 23.08%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#341E30 (or 0x341E30) is known color: Melanzane. HEX triplet: 34, 1E and 30. RGB value is (52,30,48). Sum of RGB (Red+Green+Blue) = 52+30+48=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 52 - color contains mainly: red. Hex color #341E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E30 is #CBE1CF. Grayscale: #262626. Windows color (decimal): -13361616 or 3153460. OLE color: 3153460.

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

Color convert

RGB 52 30 48 -
CMYK 0 0.42 0.08 0.80
HSL 310.91º 0.27% 0.16% -
HSV(B) 310.91º 0.42% 0.2% -
XYZ 2.41 1.87 3.03 -
YUV 38.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 52 30 48 0 0.42 0.08 0.80 310.91 0.27 0.16
Hex 34 1E 30 0 2A 8 50 137 1B 10
Octal 64 36 60 0 52 10 120 467 33 20
Binary 110100 11110 110000 0 101010 1000 1010000 100110111 11011 10000

Color Harmonies of #341E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E30

Black with #341E30

Text Example


Text Example

White with #341E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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