#35212F

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

Shades of Melanzane #35212F

Tints of Melanzane #35212F

Color information

#35212F (or 0x35212F) is unknown color: approx Melanzane. HEX triplet: 35, 21 and 2F. RGB value is (53,33,47). Sum of RGB (Red+Green+Blue) = 53+33+47=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #35212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35212F is #CADED0. Grayscale: #282828. Windows color (decimal): -13295313 or 3088693. OLE color: 3088693.

HSL color Cylindrical-coordinate representation of color #35212F: hue angle of 318º 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 #35212F is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB533347-
CMYK00.380.110.79
HSL318º23.26%16.86%-
HSV(B)318º37.74%20.78%-
XYZ2.532.052.95-
YUV40.58131.63136.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 47 (18.75% from 255) = 35.34%
R=39.85%
G=24.81%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53334700.380.110.7931823.2616.86
Hex35212F026B4F13e1711
Octal654157046131174762721
Binary1101011000011011110100110101110011111001111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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