Html Css Color HEX #351D2E Melanzane

📋 copy color: '#351D2E'

red 53 ◦ green 29 ◦ blue 46

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

Shades of Melanzane #351D2E

Tints of Melanzane #351D2E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.66%

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

R = 41.41%
G = 22.66%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#351D2E (or 0x351D2E) is known color: Melanzane. HEX triplet: 35, 1D and 2E. RGB value is (53,29,46). Sum of RGB (Red+Green+Blue) = 53+29+46=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #351D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D2E is #CAE2D1. Grayscale: #262626. Windows color (decimal): -13296338 or 3022133. OLE color: 3022133.

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

Color convert

RGB 53 29 46 -
CMYK 0 0.45 0.13 0.79
HSL 317.5º 0.29% 0.16% -
HSV(B) 317.5º 0.45% 0.21% -
XYZ 2.4 1.83 2.81 -
YUV 38.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 53 29 46 0 0.45 0.13 0.79 317.5 0.29 0.16
Hex 35 1D 2E 0 2D D 4F 13E 1D 10
Octal 65 35 56 0 55 15 117 476 35 20
Binary 110101 11101 101110 0 101101 1101 1001111 100111110 11101 10000

Color Harmonies of #351D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D2E

Black with #351D2E

Text Example


Text Example

White with #351D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,29,46); }

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

background-color css

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

 a { background-color: rgb(53,29,46); }

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

border-color css

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

 span { border-color: rgb(53,29,46); }

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