#443E3F

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

Shades of Jon #443E3F

Tints of Jon #443E3F

Color information

#443E3F (or 0x443E3F) is unknown color: approx Jon. HEX triplet: 44, 3E and 3F. RGB value is (68,62,63). Sum of RGB (Red+Green+Blue) = 68+62+63=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 68 - color contains mainly: red. Hex color #443E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443E3F is #BBC1C0. Grayscale: #3F3F3F. Windows color (decimal): -12304833 or 4144708. OLE color: 4144708.

HSL color Cylindrical-coordinate representation of color #443E3F: hue angle of 350º 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 #443E3F is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB686263-
CMYK00.090.070.73
HSL350º4.62%25.49%-
HSV(B)350º8.82%26.67%-
XYZ55.035.41-
YUV63.91127.49130.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 62 (24.61% from 255) = 32.12%
BLUE value IS 63 (25% from 255) = 32.64%
R=35.23%
G=32.12%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68626300.090.070.733504.6225.49
Hex443E3F0974915e519
Octal10476770117111536531
Binary100010011111011111101001111100100110101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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