#403738

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

Shades of Jon #403738

Tints of Jon #403738

Color information

#403738 (or 0x403738) is unknown color: approx Jon. HEX triplet: 40, 37 and 38. RGB value is (64,55,56). Sum of RGB (Red+Green+Blue) = 64+55+56=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 64 - color contains mainly: red. Hex color #403738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403738 is #BFC8C7. Grayscale: #393939. Windows color (decimal): -12568776 or 3684160. OLE color: 3684160.

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

Color convert

RGB645556-
CMYK00.140.130.75
HSL353.33º7.56%23.33%-
HSV(B)353.33º14.06%25.1%-
XYZ4.194.114.31-
YUV57.8126.98132.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 56 (22.27% from 255) = 32%
R=36.57%
G=31.43%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64555600.140.130.75353.337.5623.33
Hex4037380ED4B161817
Octal1006770016151135411027
Binary10000001101111110000111011011001011101100001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403738; }

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

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

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

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

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

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

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

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