#352E2F

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

Shades of Havana #352E2F

Tints of Havana #352E2F

Color information

#352E2F (or 0x352E2F) is unknown color: approx Havana. HEX triplet: 35, 2E and 2F. RGB value is (53,46,47). Sum of RGB (Red+Green+Blue) = 53+46+47=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 53 - color contains mainly: red. Hex color #352E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E2F is #CAD1D0. Grayscale: #303030. Windows color (decimal): -13291985 or 3092021. OLE color: 3092021.

HSL color Cylindrical-coordinate representation of color #352E2F: hue angle of 351.43º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #352E2F is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB534647-
CMYK00.130.110.79
HSL351.43º7.07%19.41%-
HSV(B)351.43º13.21%20.78%-
XYZ2.962.923.1-
YUV48.21127.32131.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 46 (18.36% from 255) = 31.51%
BLUE value IS 47 (18.75% from 255) = 32.19%
R=36.30%
G=31.51%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53464700.130.110.79351.437.0719.41
Hex352E2F0DB4F15f713
Octal65565701513117537723
Binary110101101110101111011011011100111110101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352E2F; }

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

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

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

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

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

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

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

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