#3B292A

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

Shades of Havana #3B292A

Tints of Havana #3B292A

Color information

#3B292A (or 0x3B292A) is unknown color: approx Havana. HEX triplet: 3B, 29 and 2A. RGB value is (59,41,42). Sum of RGB (Red+Green+Blue) = 59+41+42=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 59 - color contains mainly: red. Hex color #3B292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B292A is #C4D6D5. Grayscale: #2E2E2E. Windows color (decimal): -12900054 or 2763067. OLE color: 2763067.

HSL color Cylindrical-coordinate representation of color #3B292A: hue angle of 356.67º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B292A is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB594142-
CMYK00.310.290.77
HSL356.67º18%19.61%-
HSV(B)356.67º30.51%23.14%-
XYZ3.012.682.55-
YUV46.5125.46136.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.55%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=41.55%
G=28.87%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59414200.310.290.77356.671819.61
Hex3B292A01F1D4D1651214
Octal735152037351155452224
Binary1110111010011010100111111110110011011011001011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B292A; }

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

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

<style>
 a { background-color: #3B292A; }

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

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

<style>
 span { border-color: #3B292A; }

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

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