#40393A

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

Shades of Jon #40393A

Tints of Jon #40393A

Color information

#40393A (or 0x40393A) is unknown color: approx Jon. HEX triplet: 40, 39 and 3A. RGB value is (64,57,58). Sum of RGB (Red+Green+Blue) = 64+57+58=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 64 - color contains mainly: red. Hex color #40393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40393A is #BFC6C5. Grayscale: #3B3B3B. Windows color (decimal): -12568262 or 3815744. OLE color: 3815744.

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

Color convert

RGB645758-
CMYK00.110.090.75
HSL351.43º5.79%23.73%-
HSV(B)351.43º10.94%25.1%-
XYZ4.344.324.61-
YUV59.21127.32131.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 58 (23.05% from 255) = 32.40%
R=35.75%
G=31.84%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64575800.110.090.75351.435.7923.73
Hex40393A0B94B15f618
Octal100717201311113537630
Binary1000000111001111010010111001100101110101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40393A; }

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

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

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

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

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

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

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

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