#3B2D2F

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

Shades of Havana #3B2D2F

Tints of Havana #3B2D2F

Color information

#3B2D2F (or 0x3B2D2F) is unknown color: approx Havana. HEX triplet: 3B, 2D and 2F. RGB value is (59,45,47). Sum of RGB (Red+Green+Blue) = 59+45+47=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2D2F is #C4D2D0. Grayscale: #313131. Windows color (decimal): -12899025 or 3091771. OLE color: 3091771.

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

Color convert

RGB594547-
CMYK00.240.200.77
HSL351.43º13.46%20.39%-
HSV(B)351.43º23.73%23.14%-
XYZ3.263.013.1-
YUV49.41126.64134.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.07%
GREEN value IS 45 (17.97% from 255) = 29.80%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=39.07%
G=29.80%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59454700.240.200.77351.4313.4620.39
Hex3B2D2F018144D15fd14
Octal735557030241155371524
Binary111011101101101111011000101001001101101011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,45,47); }

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

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

 a { background-color: rgb(59,45,47); }

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

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

 span { border-color: rgb(59,45,47); }

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