#3B3334

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

Shades of Havana #3B3334

Tints of Havana #3B3334

Color information

#3B3334 (or 0x3B3334) is unknown color: approx Havana. HEX triplet: 3B, 33 and 34. RGB value is (59,51,52). Sum of RGB (Red+Green+Blue) = 59+51+52=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3334 is #C4CCCB. Grayscale: #353535. Windows color (decimal): -12897484 or 3420987. OLE color: 3420987.

HSL color Cylindrical-coordinate representation of color #3B3334: hue angle of 352.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3B3334 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB595152-
CMYK00.140.120.77
HSL352.5º7.27%21.57%-
HSV(B)352.5º13.56%23.14%-
XYZ3.613.553.74-
YUV53.51127.15131.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.42%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 52 (20.70% from 255) = 32.10%
R=36.42%
G=31.48%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59515200.140.120.77352.57.2721.57
Hex3B33340EC4D160716
Octal73636401614115540726
Binary111011110011110100011101100100110110110000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,51,52); }

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

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

 a { background-color: rgb(59,51,52); }

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

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

 span { border-color: rgb(59,51,52); }

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