Shades of Crusoe #0B5819
Tints of Crusoe #0B5819
RGB
CMYK
RGB Variations
Color information
#0B5819 (or 0x0B5819) is known color: Crusoe. HEX triplet: 0B, 58 and 19. RGB value is (11,88,25). Sum of RGB (Red+Green+Blue) = 11+88+25=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 88 (34.77% from 255 or 70.97% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 88 - color contains mainly: green. Hex color #0B5819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5819 is #F4A7E6. Grayscale: #393939. Windows color (decimal): -16033767 or 1660939. OLE color: 1660939.
HSL color Cylindrical-coordinate representation of color #0B5819: hue angle of 130.91º 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 #0B5819 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 88 | 25 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.65 |
| HSL | 130.91º | 0.78% | 0.19% | - |
| HSV(B) | 130.91º | 0.88% | 0.35% | - |
| XYZ | 3.8 | 7.12 | 2.09 | - |
| YUV | 57.8 | 109.49 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 88 | 25 | 0.88 | 0 | 0.72 | 0.65 | 130.91 | 0.78 | 0.19 |
| Hex | B | 58 | 19 | 58 | 0 | 48 | 41 | 83 | 4E | 13 |
| Octal | 13 | 130 | 31 | 130 | 0 | 110 | 101 | 203 | 116 | 23 |
| Binary | 1011 | 1011000 | 11001 | 1011000 | 0 | 1001000 | 1000001 | 10000011 | 1001110 | 10011 |
Color Harmonies of #0B5819
Complementary color
Monochromatic Colors of #0B5819
Black with #0B5819
Text Example
Text Example
White with #0B5819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5819; }
p { color: rgb(11,88,25); }
H1.HeaderClassName
{
color: #0B5819;
}
.AnyTagClassName
{
color: #0B5819;
}
</style>
background-color css
<style>
a { background-color: #0B5819; }
a { background-color: rgb(11,88,25); }
div.DivClassName
{
background-color: #0B5819;
}
.BgClassName
{
background-color: #0B5819;
}
</style>
border-color css
<style>
span { border-color: #0B5819; }
span { border-color: rgb(11,88,25); }
td.TdClassName
{
border-color: #0B5819;
}
.TagClassName
{
border-color: #0B5819;
}
</style>