#443F40

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

Shades of Jon #443F40

Tints of Jon #443F40

Color information

#443F40 (or 0x443F40) is unknown color: approx Jon. HEX triplet: 44, 3F and 40. RGB value is (68,63,64). Sum of RGB (Red+Green+Blue) = 68+63+64=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 68 - color contains mainly: red. Hex color #443F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443F40 is #BBC0BF. Grayscale: #404040. Windows color (decimal): -12304576 or 4210500. OLE color: 4210500.

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

Color convert

RGB686364-
CMYK00.070.060.73
HSL348º3.82%25.69%-
HSV(B)348º7.35%26.67%-
XYZ5.095.155.58-
YUV64.61127.66130.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.87%
GREEN value IS 63 (25% from 255) = 32.31%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=34.87%
G=32.31%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68636400.070.060.733483.8225.69
Hex443F400764915c41a
Octal10477100076111534432
Binary100010011111110000000111110100100110101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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