#35262F

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

Shades of Melanzane #35262F

Tints of Melanzane #35262F

Color information

#35262F (or 0x35262F) is unknown color: approx Melanzane. HEX triplet: 35, 26 and 2F. RGB value is (53,38,47). Sum of RGB (Red+Green+Blue) = 53+38+47=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #35262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35262F is #CAD9D0. Grayscale: #2B2B2B. Windows color (decimal): -13294033 or 3089973. OLE color: 3089973.

HSL color Cylindrical-coordinate representation of color #35262F: hue angle of 324º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #35262F is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB533847-
CMYK00.280.110.79
HSL324º16.48%17.84%-
HSV(B)324º28.3%20.78%-
XYZ2.672.353-
YUV43.51129.97134.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 38 (15.23% from 255) = 27.54%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=38.41%
G=27.54%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53384700.280.110.7932416.4817.84
Hex35262F01CB4F1441012
Octal654657034131175042022
Binary110101100110101111011100101110011111010001001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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