Shades of Jon #443D3F
Tints of Jon #443D3F
RGB
CMYK
RGB Variations
Color information
#443D3F (or 0x443D3F) is known color: 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
| RGB | 68 | 61 | 63 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.73 |
| HSL | 342.86º | 0.05% | 0.25% | - |
| HSV(B) | 342.86º | 0.1% | 0.27% | - |
| XYZ | 4.95 | 4.93 | 5.39 | - |
| YUV | 63.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 63 | 0 | 0.10 | 0.07 | 0.73 | 342.86 | 0.05 | 0.25 |
| Hex | 44 | 3D | 3F | 0 | A | 7 | 49 | 157 | 5 | 19 |
| Octal | 104 | 75 | 77 | 0 | 12 | 7 | 111 | 527 | 5 | 31 |
| Binary | 1000100 | 111101 | 111111 | 0 | 1010 | 111 | 1001001 | 101010111 | 101 | 11001 |
Color Harmonies of #443D3F
Complementary color
Monochromatic Colors of #443D3F
Black with #443D3F
Text Example
Text Example
White with #443D3F
Text Example
Text Example
HTML Codes & Css Web 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>