Html Css Color HEX #351E30 Melanzane

📋 copy color: '#351E30'

red 53 ◦ green 30 ◦ blue 48

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

Shades of Melanzane #351E30

Tints of Melanzane #351E30

RGB

 RED value IS 53 (21.09% from 255) = 40.46%

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

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

R = 40.46%
G = 22.9%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#351E30 (or 0x351E30) is known color: Melanzane. HEX triplet: 35, 1E and 30. RGB value is (53,30,48). Sum of RGB (Red+Green+Blue) = 53+30+48=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 53 - color contains mainly: red. Hex color #351E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E30 is #CAE1CF. Grayscale: #262626. Windows color (decimal): -13296080 or 3153461. OLE color: 3153461.

HSL color Cylindrical-coordinate representation of color #351E30: hue angle of 313.04º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #351E30 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 30 48 -
CMYK 0 0.43 0.09 0.79
HSL 313.04º 0.28% 0.16% -
HSV(B) 313.04º 0.43% 0.21% -
XYZ 2.47 1.9 3.03 -
YUV 38.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 53 30 48 0 0.43 0.09 0.79 313.04 0.28 0.16
Hex 35 1E 30 0 2B 9 4F 139 1C 10
Octal 65 36 60 0 53 11 117 471 34 20
Binary 110101 11110 110000 0 101011 1001 1001111 100111001 11100 10000

Color Harmonies of #351E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E30

Black with #351E30

Text Example


Text Example

White with #351E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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