#403839

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

Shades of Jon #403839

Tints of Jon #403839

Color information

#403839 (or 0x403839) is unknown color: approx Jon. HEX triplet: 40, 38 and 39. RGB value is (64,56,57). Sum of RGB (Red+Green+Blue) = 64+56+57=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 64 - color contains mainly: red. Hex color #403839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403839 is #BFC7C6. Grayscale: #3A3A3A. Windows color (decimal): -12568519 or 3749952. OLE color: 3749952.

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

Color convert

RGB645657-
CMYK00.130.110.75
HSL352.5º6.67%23.53%-
HSV(B)352.5º12.5%25.1%-
XYZ4.274.214.46-
YUV58.51127.15131.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 56 (22.27% from 255) = 31.64%
BLUE value IS 57 (22.66% from 255) = 32.20%
R=36.16%
G=31.64%
B=32.20%

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
Decimal64565700.130.110.75352.56.6723.53
Hex4038390DB4B160718
Octal100707101513113540730
Binary1000000111000111001011011011100101110110000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403839; }

 p { color: rgb(64,56,57); }

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

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

 a { background-color: rgb(64,56,57); }

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

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

 span { border-color: rgb(64,56,57); }

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