Shades of Jewel #0F5841
Tints of Jewel #0F5841
RGB
CMYK
RGB Variations
Color information
#0F5841 (or 0x0F5841) is known color: Jewel. HEX triplet: 0F, 58 and 41. RGB value is (15,88,65). Sum of RGB (Red+Green+Blue) = 15+88+65=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #0F5841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5841 is #F0A7BE. Grayscale: #3F3F3F. Windows color (decimal): -15771583 or 4282383. OLE color: 4282383.
HSL color Cylindrical-coordinate representation of color #0F5841: hue angle of 161.1º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5841 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 88 | 65 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.65 |
| HSL | 161.1º | 0.71% | 0.2% | - |
| HSV(B) | 161.1º | 0.83% | 0.35% | - |
| XYZ | 4.64 | 7.46 | 6.2 | - |
| YUV | 63.55 | 128.82 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 88 | 65 | 0.83 | 0 | 0.26 | 0.65 | 161.1 | 0.71 | 0.2 |
| Hex | F | 58 | 41 | 53 | 0 | 1A | 41 | A1 | 47 | 14 |
| Octal | 17 | 130 | 101 | 123 | 0 | 32 | 101 | 241 | 107 | 24 |
| Binary | 1111 | 1011000 | 1000001 | 1010011 | 0 | 11010 | 1000001 | 10100001 | 1000111 | 10100 |
Color Harmonies of #0F5841
Complementary color
Monochromatic Colors of #0F5841
Black with #0F5841
Text Example
Text Example
White with #0F5841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5841; }
p { color: rgb(15,88,65); }
H1.HeaderClassName
{
color: #0F5841;
}
.AnyTagClassName
{
color: #0F5841;
}
</style>
background-color css
<style>
a { background-color: #0F5841; }
a { background-color: rgb(15,88,65); }
div.DivClassName
{
background-color: #0F5841;
}
.BgClassName
{
background-color: #0F5841;
}
</style>
border-color css
<style>
span { border-color: #0F5841; }
span { border-color: rgb(15,88,65); }
td.TdClassName
{
border-color: #0F5841;
}
.TagClassName
{
border-color: #0F5841;
}
</style>