#3F3334

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

Shades of Havana #3F3334

Tints of Havana #3F3334

Color information

#3F3334 (or 0x3F3334) is unknown color: approx Havana. HEX triplet: 3F, 33 and 34. RGB value is (63,51,52). Sum of RGB (Red+Green+Blue) = 63+51+52=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3334 is #C0CCCB. Grayscale: #363636. Windows color (decimal): -12635340 or 3420991. OLE color: 3420991.

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

Color convert

RGB635152-
CMYK00.190.170.75
HSL355º10.53%22.35%-
HSV(B)355º19.05%24.71%-
XYZ3.853.673.75-
YUV54.7126.48133.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.95%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=37.95%
G=30.72%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63515200.190.170.7535510.5322.35
Hex3F3334013114B163b16
Octal776364023211135431326
Binary111111110011110100010011100011001011101100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,51,52); }

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

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

 a { background-color: rgb(63,51,52); }

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

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

 span { border-color: rgb(63,51,52); }

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