Shades of Jon #433E3F
Tints of Jon #433E3F
RGB
CMYK
RGB Variations
Color information
#433E3F (or 0x433E3F) is known color: Jon. HEX triplet: 43, 3E and 3F. RGB value is (67,62,63). Sum of RGB (Red+Green+Blue) = 67+62+63=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 67 - color contains mainly: red. Hex color #433E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433E3F is #BCC1C0. Grayscale: #3F3F3F. Windows color (decimal): -12370369 or 4144707. OLE color: 4144707.
HSL color Cylindrical-coordinate representation of color #433E3F: hue angle of 348º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #433E3F is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 62 | 63 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.74 |
| HSL | 348º | 0.04% | 0.25% | - |
| HSV(B) | 348º | 0.07% | 0.26% | - |
| XYZ | 4.93 | 5 | 5.41 | - |
| YUV | 63.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 62 | 63 | 0 | 0.07 | 0.06 | 0.74 | 348 | 0.04 | 0.25 |
| Hex | 43 | 3E | 3F | 0 | 7 | 6 | 4A | 15C | 4 | 19 |
| Octal | 103 | 76 | 77 | 0 | 7 | 6 | 112 | 534 | 4 | 31 |
| Binary | 1000011 | 111110 | 111111 | 0 | 111 | 110 | 1001010 | 101011100 | 100 | 11001 |
Color Harmonies of #433E3F
Complementary color
Monochromatic Colors of #433E3F
Black with #433E3F
Text Example
Text Example
White with #433E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433E3F; }
p { color: rgb(67,62,63); }
H1.HeaderClassName
{
color: #433E3F;
}
.AnyTagClassName
{
color: #433E3F;
}
</style>
background-color css
<style>
a { background-color: #433E3F; }
a { background-color: rgb(67,62,63); }
div.DivClassName
{
background-color: #433E3F;
}
.BgClassName
{
background-color: #433E3F;
}
</style>
border-color css
<style>
span { border-color: #433E3F; }
span { border-color: rgb(67,62,63); }
td.TdClassName
{
border-color: #433E3F;
}
.TagClassName
{
border-color: #433E3F;
}
</style>