Shades of Jon #41393B
Tints of Jon #41393B
RGB
CMYK
RGB Variations
Color information
#41393B (or 0x41393B) is known color: Jon. HEX triplet: 41, 39 and 3B. RGB value is (65,57,59). Sum of RGB (Red+Green+Blue) = 65+57+59=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 65 - color contains mainly: red. Hex color #41393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41393B is #BEC6C4. Grayscale: #3B3B3B. Windows color (decimal): -12502725 or 3881281. OLE color: 3881281.
HSL color Cylindrical-coordinate representation of color #41393B: hue angle of 345º 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 #41393B is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 57 | 59 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.75 |
| HSL | 345º | 0.07% | 0.24% | - |
| HSV(B) | 345º | 0.12% | 0.25% | - |
| XYZ | 4.43 | 4.37 | 4.75 | - |
| YUV | 59.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 59 | 0 | 0.12 | 0.09 | 0.75 | 345 | 0.07 | 0.24 |
| Hex | 41 | 39 | 3B | 0 | C | 9 | 4B | 159 | 7 | 18 |
| Octal | 101 | 71 | 73 | 0 | 14 | 11 | 113 | 531 | 7 | 30 |
| Binary | 1000001 | 111001 | 111011 | 0 | 1100 | 1001 | 1001011 | 101011001 | 111 | 11000 |
Color Harmonies of #41393B
Complementary color
Monochromatic Colors of #41393B
Black with #41393B
Text Example
Text Example
White with #41393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41393B; }
p { color: rgb(65,57,59); }
H1.HeaderClassName
{
color: #41393B;
}
.AnyTagClassName
{
color: #41393B;
}
</style>
background-color css
<style>
a { background-color: #41393B; }
a { background-color: rgb(65,57,59); }
div.DivClassName
{
background-color: #41393B;
}
.BgClassName
{
background-color: #41393B;
}
</style>
border-color css
<style>
span { border-color: #41393B; }
span { border-color: rgb(65,57,59); }
td.TdClassName
{
border-color: #41393B;
}
.TagClassName
{
border-color: #41393B;
}
</style>