Shades of Jon #443A3B
Tints of Jon #443A3B
RGB
CMYK
RGB Variations
Color information
#443A3B (or 0x443A3B) is known color: Jon. HEX triplet: 44, 3A and 3B. RGB value is (68,58,59). Sum of RGB (Red+Green+Blue) = 68+58+59=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 68 - color contains mainly: red. Hex color #443A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443A3B is #BBC5C4. Grayscale: #3D3D3D. Windows color (decimal): -12305861 or 3881540. OLE color: 3881540.
HSL color Cylindrical-coordinate representation of color #443A3B: hue angle of 354º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #443A3B is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 58 | 59 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.73 |
| HSL | 354º | 0.08% | 0.25% | - |
| HSV(B) | 354º | 0.15% | 0.27% | - |
| XYZ | 4.69 | 4.57 | 4.77 | - |
| YUV | 61.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 59 | 0 | 0.15 | 0.13 | 0.73 | 354 | 0.08 | 0.25 |
| Hex | 44 | 3A | 3B | 0 | F | D | 49 | 162 | 8 | 19 |
| Octal | 104 | 72 | 73 | 0 | 17 | 15 | 111 | 542 | 10 | 31 |
| Binary | 1000100 | 111010 | 111011 | 0 | 1111 | 1101 | 1001001 | 101100010 | 1000 | 11001 |
Color Harmonies of #443A3B
Complementary color
Monochromatic Colors of #443A3B
Black with #443A3B
Text Example
Text Example
White with #443A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A3B; }
p { color: rgb(68,58,59); }
H1.HeaderClassName
{
color: #443A3B;
}
.AnyTagClassName
{
color: #443A3B;
}
</style>
background-color css
<style>
a { background-color: #443A3B; }
a { background-color: rgb(68,58,59); }
div.DivClassName
{
background-color: #443A3B;
}
.BgClassName
{
background-color: #443A3B;
}
</style>
border-color css
<style>
span { border-color: #443A3B; }
span { border-color: rgb(68,58,59); }
td.TdClassName
{
border-color: #443A3B;
}
.TagClassName
{
border-color: #443A3B;
}
</style>