#3F383A

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

Shades of Jon #3F383A

Tints of Jon #3F383A

Color information

#3F383A (or 0x3F383A) is unknown color: approx Jon. HEX triplet: 3F, 38 and 3A. RGB value is (63,56,58). Sum of RGB (Red+Green+Blue) = 63+56+58=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 63 - color contains mainly: red. Hex color #3F383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F383A is #C0C7C5. Grayscale: #3A3A3A. Windows color (decimal): -12634054 or 3815487. OLE color: 3815487.

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

Color convert

RGB635658-
CMYK00.110.080.75
HSL342.86º5.88%23.33%-
HSV(B)342.86º11.11%24.71%-
XYZ4.234.194.59-
YUV58.32127.82131.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.59%
GREEN value IS 56 (22.27% from 255) = 31.64%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=35.59%
G=31.64%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63565800.110.080.75342.865.8823.33
Hex3F383A0B84B157617
Octal77707201310113527627
Binary111111111000111010010111000100101110101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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