#342A2B

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

Shades of Havana #342A2B

Tints of Havana #342A2B

Color information

#342A2B (or 0x342A2B) is unknown color: approx Havana. HEX triplet: 34, 2A and 2B. RGB value is (52,42,43). Sum of RGB (Red+Green+Blue) = 52+42+43=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 52 - color contains mainly: red. Hex color #342A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A2B is #CBD5D4. Grayscale: #2D2D2D. Windows color (decimal): -13358549 or 2828852. OLE color: 2828852.

HSL color Cylindrical-coordinate representation of color #342A2B: hue angle of 354º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #342A2B is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB524243-
CMYK00.190.170.80
HSL354º10.64%18.43%-
HSV(B)354º19.23%20.39%-
XYZ2.682.562.64-
YUV45.1126.81132.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 42 (16.80% from 255) = 30.66%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=37.96%
G=30.66%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52424300.190.170.8035410.6418.43
Hex342A2B0131150162b12
Octal645253023211205421322
Binary110100101010101011010011100011010000101100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342A2B; }

 p { color: rgb(52,42,43); }

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

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

 a { background-color: rgb(52,42,43); }

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

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

 span { border-color: rgb(52,42,43); }

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