#443D3F

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

Shades of Jon #443D3F

Tints of Jon #443D3F

Color information

#443D3F (or 0x443D3F) is unknown color: approx Jon. HEX triplet: 44, 3D and 3F. RGB value is (68,61,63). Sum of RGB (Red+Green+Blue) = 68+61+63=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 68 - color contains mainly: red. Hex color #443D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443D3F is #BBC2C0. Grayscale: #3F3F3F. Windows color (decimal): -12305089 or 4144452. OLE color: 4144452.

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

Color convert

RGB686163-
CMYK00.100.070.73
HSL342.86º5.43%25.29%-
HSV(B)342.86º10.29%26.67%-
XYZ4.954.935.39-
YUV63.32127.82131.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 61 (24.22% from 255) = 31.77%
BLUE value IS 63 (25% from 255) = 32.81%
R=35.42%
G=31.77%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68616300.100.070.73342.865.4325.29
Hex443D3F0A749157519
Octal10475770127111527531
Binary100010011110111111101010111100100110101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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