#3F3031

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

Shades of Havana #3F3031

Tints of Havana #3F3031

Color information

#3F3031 (or 0x3F3031) is unknown color: approx Havana. HEX triplet: 3F, 30 and 31. RGB value is (63,48,49). Sum of RGB (Red+Green+Blue) = 63+48+49=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3031 is #C0CFCE. Grayscale: #343434. Windows color (decimal): -12636111 or 3223615. OLE color: 3223615.

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

Color convert

RGB634849-
CMYK00.240.220.75
HSL356º13.51%21.76%-
HSV(B)356º23.81%24.71%-
XYZ3.663.393.37-
YUV52.6125.97135.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.38%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 49 (19.53% from 255) = 30.62%
R=39.38%
G=30%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63484900.240.220.7535613.5121.76
Hex3F3031018164B164e16
Octal776061030261135441626
Binary111111110000110001011000101101001011101100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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