Shades of Jewel #0B5845
Tints of Jewel #0B5845
RGB
CMYK
RGB Variations
Color information
#0B5845 (or 0x0B5845) is known color: Jewel. HEX triplet: 0B, 58 and 45. RGB value is (11,88,69). Sum of RGB (Red+Green+Blue) = 11+88+69=168 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.55% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #0B5845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5845 is #F4A7BA. Grayscale: #3E3E3E. Windows color (decimal): -16033723 or 4544523. OLE color: 4544523.
HSL color Cylindrical-coordinate representation of color #0B5845: hue angle of 165.19º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5845 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 88 | 69 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.65 |
| HSL | 165.19º | 0.78% | 0.19% | - |
| HSV(B) | 165.19º | 0.88% | 0.35% | - |
| XYZ | 4.7 | 7.48 | 6.83 | - |
| YUV | 62.81 | 131.49 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 88 | 69 | 0.88 | 0 | 0.22 | 0.65 | 165.19 | 0.78 | 0.19 |
| Hex | B | 58 | 45 | 58 | 0 | 16 | 41 | A5 | 4E | 13 |
| Octal | 13 | 130 | 105 | 130 | 0 | 26 | 101 | 245 | 116 | 23 |
| Binary | 1011 | 1011000 | 1000101 | 1011000 | 0 | 10110 | 1000001 | 10100101 | 1001110 | 10011 |
Color Harmonies of #0B5845
Complementary color
Monochromatic Colors of #0B5845
Black with #0B5845
Text Example
Text Example
White with #0B5845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5845; }
p { color: rgb(11,88,69); }
H1.HeaderClassName
{
color: #0B5845;
}
.AnyTagClassName
{
color: #0B5845;
}
</style>
background-color css
<style>
a { background-color: #0B5845; }
a { background-color: rgb(11,88,69); }
div.DivClassName
{
background-color: #0B5845;
}
.BgClassName
{
background-color: #0B5845;
}
</style>
border-color css
<style>
span { border-color: #0B5845; }
span { border-color: rgb(11,88,69); }
td.TdClassName
{
border-color: #0B5845;
}
.TagClassName
{
border-color: #0B5845;
}
</style>