#352829

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

Shades of Havana #352829

Tints of Havana #352829

Color information

#352829 (or 0x352829) is unknown color: approx Havana. HEX triplet: 35, 28 and 29. RGB value is (53,40,41). Sum of RGB (Red+Green+Blue) = 53+40+41=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #352829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352829 is #CAD7D6. Grayscale: #2C2C2C. Windows color (decimal): -13293527 or 2697269. OLE color: 2697269.

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

Color convert

RGB534041-
CMYK00.250.230.79
HSL355.38º13.98%18.24%-
HSV(B)355.38º24.53%20.78%-
XYZ2.632.432.43-
YUV44126.31134.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 40 (16.02% from 255) = 29.85%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=39.55%
G=29.85%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53404100.250.230.79355.3813.9818.24
Hex352829019174F163e12
Octal655051031271175431622
Binary110101101000101001011001101111001111101100011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352829; }

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

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

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

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

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

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

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

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