Html Css Color HEX #351E2E Melanzane

📋 copy color: '#351E2E'

red 53 ◦ green 30 ◦ blue 46

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

Shades of Melanzane #351E2E

Tints of Melanzane #351E2E

RGB

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

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

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

R = 41.09%
G = 23.26%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#351E2E (or 0x351E2E) is known color: Melanzane. HEX triplet: 35, 1E and 2E. RGB value is (53,30,46). Sum of RGB (Red+Green+Blue) = 53+30+46=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #351E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E2E is #CAE1D1. Grayscale: #262626. Windows color (decimal): -13296082 or 3022389. OLE color: 3022389.

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

Color convert

RGB 53 30 46 -
CMYK 0 0.43 0.13 0.79
HSL 318.26º 0.28% 0.16% -
HSV(B) 318.26º 0.43% 0.21% -
XYZ 2.43 1.88 2.82 -
YUV 38.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 53 30 46 0 0.43 0.13 0.79 318.26 0.28 0.16
Hex 35 1E 2E 0 2B D 4F 13E 1C 10
Octal 65 36 56 0 53 15 117 476 34 20
Binary 110101 11110 101110 0 101011 1101 1001111 100111110 11100 10000

Color Harmonies of #351E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E2E

Black with #351E2E

Text Example


Text Example

White with #351E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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