#35212E

Color #35212E Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #35212E

Tints of Melanzane #35212E

Color information

#35212E (or 0x35212E) is unknown color: approx Melanzane. HEX triplet: 35, 21 and 2E. RGB value is (53,33,46). Sum of RGB (Red+Green+Blue) = 53+33+46=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #35212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35212E is #CADED1. Grayscale: #282828. Windows color (decimal): -13295314 or 3023157. OLE color: 3023157.

HSL color Cylindrical-coordinate representation of color #35212E: hue angle of 321º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #35212E is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB533346-
CMYK00.380.130.79
HSL321º23.26%16.86%-
HSV(B)321º37.74%20.78%-
XYZ2.512.042.85-
YUV40.46131.13136.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 33 (13.28% from 255) = 25%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=40.15%
G=25%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53334600.380.130.7932123.2616.86
Hex35212E026D4F1411711
Octal654156046151175012721
Binary1101011000011011100100110110110011111010000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35212E; }

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

 H1.HeaderClassName
 {
   color: #35212E;
 }
 .AnyTagClassName
 {
   color: #35212E;
 }
</style>
background-color css

<style>
 a { background-color: #35212E; }

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

 div.DivClassName
 {
   background-color: #35212E;
 }
 .BgClassName
 {
   background-color: #35212E;
 }
</style>
border-color css

<style>
 span { border-color: #35212E; }

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

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