#3F2B2C

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

Shades of Havana #3F2B2C

Tints of Havana #3F2B2C

Color information

#3F2B2C (or 0x3F2B2C) is unknown color: approx Havana. HEX triplet: 3F, 2B and 2C. RGB value is (63,43,44). Sum of RGB (Red+Green+Blue) = 63+43+44=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2B2C is #C0D4D3. Grayscale: #313131. Windows color (decimal): -12637396 or 2894655. OLE color: 2894655.

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

Color convert

RGB634344-
CMYK00.320.300.75
HSL357º18.87%20.78%-
HSV(B)357º31.75%24.71%-
XYZ3.372.972.78-
YUV49.09125.13137.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42%
GREEN value IS 43 (17.19% from 255) = 28.67%
BLUE value IS 44 (17.58% from 255) = 29.33%
R=42%
G=28.67%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63434400.320.300.7535718.8720.78
Hex3F2B2C0201E4B1651315
Octal775354040361135452325
Binary11111110101110110001000001111010010111011001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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