#3D2527

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

Shades of Havana #3D2527

Tints of Havana #3D2527

Color information

#3D2527 (or 0x3D2527) is unknown color: approx Havana. HEX triplet: 3D, 25 and 27. RGB value is (61,37,39). Sum of RGB (Red+Green+Blue) = 61+37+39=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2527 is #C2DAD8. Grayscale: #2C2C2C. Windows color (decimal): -12770009 or 2565437. OLE color: 2565437.

HSL color Cylindrical-coordinate representation of color #3D2527: hue angle of 355º 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 #3D2527 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.76.

Color convert

RGB613739-
CMYK00.390.360.76
HSL355º24.49%19.22%-
HSV(B)355º39.34%23.92%-
XYZ2.952.462.24-
YUV44.4124.95139.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 44.53%
GREEN value IS 37 (14.84% from 255) = 27.01%
BLUE value IS 39 (15.62% from 255) = 28.47%
R=44.53%
G=27.01%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61373900.390.360.7635524.4919.22
Hex3D2527027244C1631813
Octal754547047441145433023
Binary111101100101100111010011110010010011001011000111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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