Html Css Color HEX #351D2D Melanzane

📋 copy color: '#351D2D'

red 53 ◦ green 29 ◦ blue 45

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

Shades of Melanzane #351D2D

Tints of Melanzane #351D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 35.43%

R = 41.73%
G = 22.83%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#351D2D (or 0x351D2D) is known color: Melanzane. HEX triplet: 35, 1D and 2D. RGB value is (53,29,45). Sum of RGB (Red+Green+Blue) = 53+29+45=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #351D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D2D is #CAE2D2. Grayscale: #252525. Windows color (decimal): -13296339 or 2956597. OLE color: 2956597.

HSL color Cylindrical-coordinate representation of color #351D2D: hue angle of 320º 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 #351D2D is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 29 45 -
CMYK 0 0.45 0.15 0.79
HSL 320º 0.29% 0.16% -
HSV(B) 320º 0.45% 0.21% -
XYZ 2.38 1.83 2.71 -
YUV 38 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 53 29 45 0 0.45 0.15 0.79 320 0.29 0.16
Hex 35 1D 2D 0 2D F 4F 140 1D 10
Octal 65 35 55 0 55 17 117 500 35 20
Binary 110101 11101 101101 0 101101 1111 1001111 101000000 11101 10000

Color Harmonies of #351D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D2D

Black with #351D2D

Text Example


Text Example

White with #351D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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