#3F3738

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

Shades of Jon #3F3738

Tints of Jon #3F3738

Color information

#3F3738 (or 0x3F3738) is unknown color: approx Jon. HEX triplet: 3F, 37 and 38. RGB value is (63,55,56). Sum of RGB (Red+Green+Blue) = 63+55+56=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3738 is #C0C8C7. Grayscale: #393939. Windows color (decimal): -12634312 or 3684159. OLE color: 3684159.

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

Color convert

RGB635556-
CMYK00.130.110.75
HSL352.5º6.78%23.14%-
HSV(B)352.5º12.7%24.71%-
XYZ4.134.074.31-
YUV57.51127.15131.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.21%
GREEN value IS 55 (21.88% from 255) = 31.61%
BLUE value IS 56 (22.27% from 255) = 32.18%
R=36.21%
G=31.61%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63555600.130.110.75352.56.7823.14
Hex3F37380DB4B160717
Octal77677001513113540727
Binary111111110111111000011011011100101110110000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,55,56); }

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

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

 a { background-color: rgb(63,55,56); }

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

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

 span { border-color: rgb(63,55,56); }

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