#3F292B

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

Shades of Havana #3F292B

Tints of Havana #3F292B

Color information

#3F292B (or 0x3F292B) is unknown color: approx Havana. HEX triplet: 3F, 29 and 2B. RGB value is (63,41,43). Sum of RGB (Red+Green+Blue) = 63+41+43=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F292B is #C0D6D4. Grayscale: #2F2F2F. Windows color (decimal): -12637909 or 2828607. OLE color: 2828607.

HSL color Cylindrical-coordinate representation of color #3F292B: hue angle of 354.55º 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 #3F292B is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB634143-
CMYK00.350.320.75
HSL354.55º21.15%20.39%-
HSV(B)354.55º34.92%24.71%-
XYZ3.282.822.66-
YUV47.81125.29138.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.86%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=42.86%
G=27.89%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63414300.350.320.75354.5521.1520.39
Hex3F292B023204B1631514
Octal775153043401135432524
Binary111111101001101011010001110000010010111011000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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