Html Css Color HEX #351F2E Melanzane

📋 copy color: '#351F2E'

red 53 ◦ green 31 ◦ blue 46

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

Shades of Melanzane #351F2E

Tints of Melanzane #351F2E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.85%

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

R = 40.77%
G = 23.85%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#351F2E (or 0x351F2E) is known color: Melanzane. HEX triplet: 35, 1F and 2E. RGB value is (53,31,46). Sum of RGB (Red+Green+Blue) = 53+31+46=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #351F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F2E is #CAE0D1. Grayscale: #272727. Windows color (decimal): -13295826 or 3022645. OLE color: 3022645.

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

Color convert

RGB 53 31 46 -
CMYK 0 0.42 0.13 0.79
HSL 319.09º 0.26% 0.16% -
HSV(B) 319.09º 0.42% 0.21% -
XYZ 2.45 1.93 2.83 -
YUV 39.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 53 31 46 0 0.42 0.13 0.79 319.09 0.26 0.16
Hex 35 1F 2E 0 2A D 4F 13F 1A 10
Octal 65 37 56 0 52 15 117 477 32 20
Binary 110101 11111 101110 0 101010 1101 1001111 100111111 11010 10000

Color Harmonies of #351F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F2E

Black with #351F2E

Text Example


Text Example

White with #351F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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