Shades of Jon #433F40
Tints of Jon #433F40
RGB
CMYK
RGB Variations
Color information
#433F40 (or 0x433F40) is known color: Jon. HEX triplet: 43, 3F and 40. RGB value is (67,63,64). Sum of RGB (Red+Green+Blue) = 67+63+64=194 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.54% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 67 - color contains mainly: red. Hex color #433F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433F40 is #BCC0BF. Grayscale: #404040. Windows color (decimal): -12370112 or 4210499. OLE color: 4210499.
HSL color Cylindrical-coordinate representation of color #433F40: hue angle of 345º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #433F40 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 63 | 64 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.74 |
| HSL | 345º | 0.03% | 0.25% | - |
| HSV(B) | 345º | 0.06% | 0.26% | - |
| XYZ | 5.02 | 5.12 | 5.57 | - |
| YUV | 64.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 64 | 0 | 0.06 | 0.04 | 0.74 | 345 | 0.03 | 0.25 |
| Hex | 43 | 3F | 40 | 0 | 6 | 4 | 4A | 159 | 3 | 19 |
| Octal | 103 | 77 | 100 | 0 | 6 | 4 | 112 | 531 | 3 | 31 |
| Binary | 1000011 | 111111 | 1000000 | 0 | 110 | 100 | 1001010 | 101011001 | 11 | 11001 |
Color Harmonies of #433F40
Complementary color
Monochromatic Colors of #433F40
Black with #433F40
Text Example
Text Example
White with #433F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433F40; }
p { color: rgb(67,63,64); }
H1.HeaderClassName
{
color: #433F40;
}
.AnyTagClassName
{
color: #433F40;
}
</style>
background-color css
<style>
a { background-color: #433F40; }
a { background-color: rgb(67,63,64); }
div.DivClassName
{
background-color: #433F40;
}
.BgClassName
{
background-color: #433F40;
}
</style>
border-color css
<style>
span { border-color: #433F40; }
span { border-color: rgb(67,63,64); }
td.TdClassName
{
border-color: #433F40;
}
.TagClassName
{
border-color: #433F40;
}
</style>