Shades of Jon #423B3D
Tints of Jon #423B3D
RGB
CMYK
RGB Variations
Color information
#423B3D (or 0x423B3D) is known color: Jon. HEX triplet: 42, 3B and 3D. RGB value is (66,59,61). Sum of RGB (Red+Green+Blue) = 66+59+61=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 66 - color contains mainly: red. Hex color #423B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B3D is #BDC4C2. Grayscale: #3D3D3D. Windows color (decimal): -12436675 or 4012866. OLE color: 4012866.
HSL color Cylindrical-coordinate representation of color #423B3D: hue angle of 342.86º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #423B3D is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 61 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.74 |
| HSL | 342.86º | 0.06% | 0.25% | - |
| HSV(B) | 342.86º | 0.11% | 0.26% | - |
| XYZ | 4.65 | 4.62 | 5.06 | - |
| YUV | 61.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 61 | 0 | 0.11 | 0.08 | 0.74 | 342.86 | 0.06 | 0.25 |
| Hex | 42 | 3B | 3D | 0 | B | 8 | 4A | 157 | 6 | 19 |
| Octal | 102 | 73 | 75 | 0 | 13 | 10 | 112 | 527 | 6 | 31 |
| Binary | 1000010 | 111011 | 111101 | 0 | 1011 | 1000 | 1001010 | 101010111 | 110 | 11001 |
Color Harmonies of #423B3D
Complementary color
Monochromatic Colors of #423B3D
Black with #423B3D
Text Example
Text Example
White with #423B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B3D; }
p { color: rgb(66,59,61); }
H1.HeaderClassName
{
color: #423B3D;
}
.AnyTagClassName
{
color: #423B3D;
}
</style>
background-color css
<style>
a { background-color: #423B3D; }
a { background-color: rgb(66,59,61); }
div.DivClassName
{
background-color: #423B3D;
}
.BgClassName
{
background-color: #423B3D;
}
</style>
border-color css
<style>
span { border-color: #423B3D; }
span { border-color: rgb(66,59,61); }
td.TdClassName
{
border-color: #423B3D;
}
.TagClassName
{
border-color: #423B3D;
}
</style>