#352728

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

Shades of Havana #352728

Tints of Havana #352728

Color information

#352728 (or 0x352728) is unknown color: approx Havana. HEX triplet: 35, 27 and 28. RGB value is (53,39,40). Sum of RGB (Red+Green+Blue) = 53+39+40=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #352728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352728 is #CAD8D7. Grayscale: #2B2B2B. Windows color (decimal): -13293784 or 2631477. OLE color: 2631477.

HSL color Cylindrical-coordinate representation of color #352728: hue angle of 355.71º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #352728 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB533940-
CMYK00.260.250.79
HSL355.71º15.22%18.04%-
HSV(B)355.71º26.42%20.78%-
XYZ2.582.362.33-
YUV43.3126.14134.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 39 (15.62% from 255) = 29.55%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=40.15%
G=29.55%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53394000.260.250.79355.7115.2218.04
Hex35272801A194F164f12
Octal654750032311175441722
Binary110101100111101000011010110011001111101100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352728; }

 p { color: rgb(53,39,40); }

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

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

 a { background-color: rgb(53,39,40); }

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

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

 span { border-color: rgb(53,39,40); }

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