#34292A

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

Shades of Havana #34292A

Tints of Havana #34292A

Color information

#34292A (or 0x34292A) is unknown color: approx Havana. HEX triplet: 34, 29 and 2A. RGB value is (52,41,42). Sum of RGB (Red+Green+Blue) = 52+41+42=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 52 - color contains mainly: red. Hex color #34292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34292A is #CBD6D5. Grayscale: #2C2C2C. Windows color (decimal): -13358806 or 2763060. OLE color: 2763060.

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

Color convert

RGB524142-
CMYK00.210.190.80
HSL354.55º11.83%18.24%-
HSV(B)354.55º21.15%20.39%-
XYZ2.632.482.53-
YUV44.4126.64133.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.52%
GREEN value IS 41 (16.41% from 255) = 30.37%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=38.52%
G=30.37%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52414200.210.190.80354.5511.8318.24
Hex34292A0151350163c12
Octal645152025231205431422
Binary110100101001101010010101100111010000101100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34292A; }

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

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

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

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

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

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

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

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