#3F3233

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

Shades of Havana #3F3233

Tints of Havana #3F3233

Color information

#3F3233 (or 0x3F3233) is unknown color: approx Havana. HEX triplet: 3F, 32 and 33. RGB value is (63,50,51). Sum of RGB (Red+Green+Blue) = 63+50+51=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3233 is #C0CDCC. Grayscale: #363636. Windows color (decimal): -12635597 or 3355199. OLE color: 3355199.

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

Color convert

RGB635051-
CMYK00.210.190.75
HSL355.38º11.5%22.16%-
HSV(B)355.38º20.63%24.71%-
XYZ3.793.583.62-
YUV54126.31134.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.41%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 51 (20.31% from 255) = 31.10%
R=38.41%
G=30.49%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63505100.210.190.75355.3811.522.16
Hex3F3233015134B163c16
Octal776263025231135431426
Binary111111110010110011010101100111001011101100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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