Html Css Color HEX #352829 Havana

📋 copy color: '#352829'

red 53 ◦ green 40 ◦ blue 41

#352829
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havana #352829

Tints of Havana #352829

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.6%

R = 39.55%
G = 29.85%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#352829 (or 0x352829) is known color: 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

RGB 53 40 41 -
CMYK 0 0.25 0.23 0.79
HSL 355.38º 0.14% 0.18% -
HSV(B) 355.38º 0.25% 0.21% -
XYZ 2.63 2.43 2.43 -
YUV 44 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 53 40 41 0 0.25 0.23 0.79 355.38 0.14 0.18
Hex 35 28 29 0 19 17 4F 163 E 12
Octal 65 50 51 0 31 27 117 543 16 22
Binary 110101 101000 101001 0 11001 10111 1001111 101100011 1110 10010

Color Harmonies of #352829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352829

Black with #352829

Text Example


Text Example

White with #352829

Text Example


Text Example

HTML Codes & Css Web 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>