#3F3435

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

Shades of Havana #3F3435

Tints of Havana #3F3435

Color information

#3F3435 (or 0x3F3435) is unknown color: approx Havana. HEX triplet: 3F, 34 and 35. RGB value is (63,52,53). Sum of RGB (Red+Green+Blue) = 63+52+53=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3435 is #C0CBCA. Grayscale: #373737. Windows color (decimal): -12635083 or 3486783. OLE color: 3486783.

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

Color convert

RGB635253-
CMYK00.170.160.75
HSL354.55º9.57%22.55%-
HSV(B)354.55º17.46%24.71%-
XYZ3.923.773.89-
YUV55.4126.64133.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.5%
GREEN value IS 52 (20.70% from 255) = 30.95%
BLUE value IS 53 (21.09% from 255) = 31.55%
R=37.5%
G=30.95%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63525300.170.160.75354.559.5722.55
Hex3F3435011104B163a17
Octal776465021201135431227
Binary111111110100110101010001100001001011101100011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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