Html Css Color HEX #352728 Havana

📋 copy color: '#352728'

red 53 ◦ green 39 ◦ blue 40

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

Shades of Havana #352728

Tints of Havana #352728

RGB

 RED value IS 53 (21.09% from 255) = 40.15%

 GREEN value IS 39 (15.63% from 255) = 29.55%

 BLUE value IS 40 (16.02% from 255) = 30.3%

R = 40.15%
G = 29.55%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

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

RGB 53 39 40 -
CMYK 0 0.26 0.25 0.79
HSL 355.71º 0.15% 0.18% -
HSV(B) 355.71º 0.26% 0.21% -
XYZ 2.58 2.36 2.33 -
YUV 43.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 53 39 40 0 0.26 0.25 0.79 355.71 0.15 0.18
Hex 35 27 28 0 1A 19 4F 164 F 12
Octal 65 47 50 0 32 31 117 544 17 22
Binary 110101 100111 101000 0 11010 11001 1001111 101100100 1111 10010

Color Harmonies of #352728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352728

Black with #352728

Text Example


Text Example

White with #352728

Text Example


Text Example

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