#3F2829

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

Shades of Havana #3F2829

Tints of Havana #3F2829

Color information

#3F2829 (or 0x3F2829) is unknown color: approx Havana. HEX triplet: 3F, 28 and 29. RGB value is (63,40,41). Sum of RGB (Red+Green+Blue) = 63+40+41=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2829 is #C0D7D6. Grayscale: #2F2F2F. Windows color (decimal): -12638167 or 2697279. OLE color: 2697279.

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

Color convert

RGB634041-
CMYK00.370.350.75
HSL357.39º22.33%20.2%-
HSV(B)357.39º36.51%24.71%-
XYZ3.212.732.46-
YUV46.99124.62139.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.75%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 41 (16.41% from 255) = 28.47%
R=43.75%
G=27.78%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63404100.370.350.75357.3922.3320.2
Hex3F2829025234B1651614
Octal775051045431135452624
Binary111111101000101001010010110001110010111011001011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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