#3F292A

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

Shades of Havana #3F292A

Tints of Havana #3F292A

Color information

#3F292A (or 0x3F292A) is unknown color: approx Havana. HEX triplet: 3F, 29 and 2A. RGB value is (63,41,42). Sum of RGB (Red+Green+Blue) = 63+41+42=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F292A is #C0D6D5. Grayscale: #2F2F2F. Windows color (decimal): -12637910 or 2763071. OLE color: 2763071.

HSL color Cylindrical-coordinate representation of color #3F292A: hue angle of 357.27º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F292A is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB634142-
CMYK00.350.330.75
HSL357.27º21.15%20.39%-
HSV(B)357.27º34.92%24.71%-
XYZ3.262.812.56-
YUV47.69124.79138.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.15%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=43.15%
G=28.08%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63414200.350.330.75357.2721.1520.39
Hex3F292A023214B1651514
Octal775152043411135452524
Binary111111101001101010010001110000110010111011001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,41,42); }

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

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

 a { background-color: rgb(63,41,42); }

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

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

 span { border-color: rgb(63,41,42); }

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