Shades of Jon #41393A
Tints of Jon #41393A
RGB
CMYK
RGB Variations
Color information
#41393A (or 0x41393A) is known color: Jon. HEX triplet: 41, 39 and 3A. RGB value is (65,57,58). Sum of RGB (Red+Green+Blue) = 65+57+58=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 65 - color contains mainly: red. Hex color #41393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41393A is #BEC6C5. Grayscale: #3B3B3B. Windows color (decimal): -12502726 or 3815745. OLE color: 3815745.
HSL color Cylindrical-coordinate representation of color #41393A: hue angle of 352.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #41393A is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 57 | 58 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.75 |
| HSL | 352.5º | 0.07% | 0.24% | - |
| HSV(B) | 352.5º | 0.12% | 0.25% | - |
| XYZ | 4.41 | 4.36 | 4.61 | - |
| YUV | 59.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 58 | 0 | 0.12 | 0.11 | 0.75 | 352.5 | 0.07 | 0.24 |
| Hex | 41 | 39 | 3A | 0 | C | B | 4B | 160 | 7 | 18 |
| Octal | 101 | 71 | 72 | 0 | 14 | 13 | 113 | 540 | 7 | 30 |
| Binary | 1000001 | 111001 | 111010 | 0 | 1100 | 1011 | 1001011 | 101100000 | 111 | 11000 |
Color Harmonies of #41393A
Complementary color
Monochromatic Colors of #41393A
Black with #41393A
Text Example
Text Example
White with #41393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41393A; }
p { color: rgb(65,57,58); }
H1.HeaderClassName
{
color: #41393A;
}
.AnyTagClassName
{
color: #41393A;
}
</style>
background-color css
<style>
a { background-color: #41393A; }
a { background-color: rgb(65,57,58); }
div.DivClassName
{
background-color: #41393A;
}
.BgClassName
{
background-color: #41393A;
}
</style>
border-color css
<style>
span { border-color: #41393A; }
span { border-color: rgb(65,57,58); }
td.TdClassName
{
border-color: #41393A;
}
.TagClassName
{
border-color: #41393A;
}
</style>