#443E40

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

Shades of Jon #443E40

Tints of Jon #443E40

Color information

#443E40 (or 0x443E40) is unknown color: approx Jon. HEX triplet: 44, 3E and 40. RGB value is (68,62,64). Sum of RGB (Red+Green+Blue) = 68+62+64=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 68 - color contains mainly: red. Hex color #443E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443E40 is #BBC1BF. Grayscale: #404040. Windows color (decimal): -12304832 or 4210244. OLE color: 4210244.

HSL color Cylindrical-coordinate representation of color #443E40: hue angle of 340º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #443E40 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB686264-
CMYK00.090.060.73
HSL340º4.62%25.49%-
HSV(B)340º8.82%26.67%-
XYZ5.035.045.56-
YUV64.02127.99130.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.05%
GREEN value IS 62 (24.61% from 255) = 31.96%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=35.05%
G=31.96%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68626400.090.060.733404.6225.49
Hex443E4009649154519
Octal104761000116111524531
Binary1000100111110100000001001110100100110101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443E40; }

 p { color: rgb(68,62,64); }

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

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

 a { background-color: rgb(68,62,64); }

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

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

 span { border-color: rgb(68,62,64); }

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