Shades of Jon #42393B
Tints of Jon #42393B
RGB
CMYK
RGB Variations
Color information
#42393B (or 0x42393B) is known color: Jon. HEX triplet: 42, 39 and 3B. RGB value is (66,57,59). Sum of RGB (Red+Green+Blue) = 66+57+59=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 66 - color contains mainly: red. Hex color #42393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42393B is #BDC6C4. Grayscale: #3B3B3B. Windows color (decimal): -12437189 or 3881282. OLE color: 3881282.
HSL color Cylindrical-coordinate representation of color #42393B: hue angle of 346.67º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #42393B is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 57 | 59 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.74 |
| HSL | 346.67º | 0.07% | 0.24% | - |
| HSV(B) | 346.67º | 0.14% | 0.26% | - |
| XYZ | 4.5 | 4.4 | 4.75 | - |
| YUV | 59.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 59 | 0 | 0.14 | 0.11 | 0.74 | 346.67 | 0.07 | 0.24 |
| Hex | 42 | 39 | 3B | 0 | E | B | 4A | 15B | 7 | 18 |
| Octal | 102 | 71 | 73 | 0 | 16 | 13 | 112 | 533 | 7 | 30 |
| Binary | 1000010 | 111001 | 111011 | 0 | 1110 | 1011 | 1001010 | 101011011 | 111 | 11000 |
Color Harmonies of #42393B
Complementary color
Monochromatic Colors of #42393B
Black with #42393B
Text Example
Text Example
White with #42393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42393B; }
p { color: rgb(66,57,59); }
H1.HeaderClassName
{
color: #42393B;
}
.AnyTagClassName
{
color: #42393B;
}
</style>
background-color css
<style>
a { background-color: #42393B; }
a { background-color: rgb(66,57,59); }
div.DivClassName
{
background-color: #42393B;
}
.BgClassName
{
background-color: #42393B;
}
</style>
border-color css
<style>
span { border-color: #42393B; }
span { border-color: rgb(66,57,59); }
td.TdClassName
{
border-color: #42393B;
}
.TagClassName
{
border-color: #42393B;
}
</style>