#35222F

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

Shades of Melanzane #35222F

Tints of Melanzane #35222F

Color information

#35222F (or 0x35222F) is unknown color: approx Melanzane. HEX triplet: 35, 22 and 2F. RGB value is (53,34,47). Sum of RGB (Red+Green+Blue) = 53+34+47=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #35222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35222F is #CADDD0. Grayscale: #292929. Windows color (decimal): -13295057 or 3088949. OLE color: 3088949.

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

Color convert

RGB533447-
CMYK00.360.110.79
HSL318.95º21.84%17.06%-
HSV(B)318.95º35.85%20.78%-
XYZ2.552.112.96-
YUV41.16131.29136.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=39.55%
G=25.37%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53344700.360.110.79318.9521.8417.06
Hex35222F024B4F13f1611
Octal654257044131174772621
Binary1101011000101011110100100101110011111001111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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