Html Css Color HEX #34292A Havana

📋 copy color: '#34292A'

red 52 ◦ green 41 ◦ blue 42

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

Shades of Havana #34292A

Tints of Havana #34292A

RGB

 RED value IS 52 (20.7% from 255) = 38.52%

 GREEN value IS 41 (16.41% from 255) = 30.37%

 BLUE value IS 42 (16.8% from 255) = 31.11%

R = 38.52%
G = 30.37%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#34292A (or 0x34292A) is known color: 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

RGB 52 41 42 -
CMYK 0 0.21 0.19 0.80
HSL 354.55º 0.12% 0.18% -
HSV(B) 354.55º 0.21% 0.2% -
XYZ 2.63 2.48 2.53 -
YUV 44.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 52 41 42 0 0.21 0.19 0.80 354.55 0.12 0.18
Hex 34 29 2A 0 15 13 50 163 C 12
Octal 64 51 52 0 25 23 120 543 14 22
Binary 110100 101001 101010 0 10101 10011 1010000 101100011 1100 10010

Color Harmonies of #34292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34292A

Black with #34292A

Text Example


Text Example

White with #34292A

Text Example


Text Example

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