#413031

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

Shades of Havana #413031

Tints of Havana #413031

Color information

#413031 (or 0x413031) is unknown color: approx Havana. HEX triplet: 41, 30 and 31. RGB value is (65,48,49). Sum of RGB (Red+Green+Blue) = 65+48+49=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #413031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413031 is #BECFCE. Grayscale: #353535. Windows color (decimal): -12505039 or 3223617. OLE color: 3223617.

HSL color Cylindrical-coordinate representation of color #413031: hue angle of 356.47º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #413031 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB654849-
CMYK00.260.250.75
HSL356.47º15.04%22.16%-
HSV(B)356.47º26.15%25.49%-
XYZ3.793.463.37-
YUV53.2125.63136.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 49 (19.53% from 255) = 30.25%
R=40.12%
G=29.63%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65484900.260.250.75356.4715.0422.16
Hex41303101A194B164f16
Octal1016061032311135441726
Binary1000001110000110001011010110011001011101100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413031; }

 p { color: rgb(65,48,49); }

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

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

 a { background-color: rgb(65,48,49); }

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

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

 span { border-color: rgb(65,48,49); }

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