#3B2425

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

Shades of Havana #3B2425

Tints of Havana #3B2425

Color information

#3B2425 (or 0x3B2425) is unknown color: approx Havana. HEX triplet: 3B, 24 and 25. RGB value is (59,36,37). Sum of RGB (Red+Green+Blue) = 59+36+37=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2425 is #C4DBDA. Grayscale: #2B2B2B. Windows color (decimal): -12901339 or 2434107. OLE color: 2434107.

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

Color convert

RGB593637-
CMYK00.390.370.77
HSL357.39º24.21%18.63%-
HSV(B)357.39º38.98%23.14%-
XYZ2.772.332.05-
YUV42.99124.62139.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.70%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 37 (14.84% from 255) = 28.03%
R=44.70%
G=27.27%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59363700.390.370.77357.3924.2118.63
Hex3B2425027254D1651813
Octal734445047451155453023
Binary111011100100100101010011110010110011011011001011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,36,37); }

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

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

 a { background-color: rgb(59,36,37); }

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

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

 span { border-color: rgb(59,36,37); }

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