#3D2526

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

Shades of Havana #3D2526

Tints of Havana #3D2526

Color information

#3D2526 (or 0x3D2526) is unknown color: approx Havana. HEX triplet: 3D, 25 and 26. RGB value is (61,37,38). Sum of RGB (Red+Green+Blue) = 61+37+38=136 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.85% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2526 is #C2DAD9. Grayscale: #2C2C2C. Windows color (decimal): -12770010 or 2499901. OLE color: 2499901.

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

Color convert

RGB613738-
CMYK00.390.380.76
HSL357.5º24.49%19.22%-
HSV(B)357.5º39.34%23.92%-
XYZ2.942.462.15-
YUV44.29124.45139.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 44.85%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 38 (15.23% from 255) = 27.94%
R=44.85%
G=27.21%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61373800.390.380.76357.524.4919.22
Hex3D2526027264C1661813
Octal754546047461145463023
Binary111101100101100110010011110011010011001011001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,37,38); }

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

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

 a { background-color: rgb(61,37,38); }

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

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

 span { border-color: rgb(61,37,38); }

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