Shades of Crusoe #0B581B
Tints of Crusoe #0B581B
RGB
CMYK
RGB Variations
Color information
#0B581B (or 0x0B581B) is known color: Crusoe. HEX triplet: 0B, 58 and 1B. RGB value is (11,88,27). Sum of RGB (Red+Green+Blue) = 11+88+27=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 88 (34.77% from 255 or 69.84% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 88 - color contains mainly: green. Hex color #0B581B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B581B is #F4A7E4. Grayscale: #3A3A3A. Windows color (decimal): -16033765 or 1792011. OLE color: 1792011.
HSL color Cylindrical-coordinate representation of color #0B581B: hue angle of 132.47º 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 #0B581B is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 88 | 27 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.65 |
| HSL | 132.47º | 0.78% | 0.19% | - |
| HSV(B) | 132.47º | 0.88% | 0.35% | - |
| XYZ | 3.83 | 7.13 | 2.21 | - |
| YUV | 58.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 88 | 27 | 0.88 | 0 | 0.69 | 0.65 | 132.47 | 0.78 | 0.19 |
| Hex | B | 58 | 1B | 58 | 0 | 45 | 41 | 84 | 4E | 13 |
| Octal | 13 | 130 | 33 | 130 | 0 | 105 | 101 | 204 | 116 | 23 |
| Binary | 1011 | 1011000 | 11011 | 1011000 | 0 | 1000101 | 1000001 | 10000100 | 1001110 | 10011 |
Color Harmonies of #0B581B
Complementary color
Monochromatic Colors of #0B581B
Black with #0B581B
Text Example
Text Example
White with #0B581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B581B; }
p { color: rgb(11,88,27); }
H1.HeaderClassName
{
color: #0B581B;
}
.AnyTagClassName
{
color: #0B581B;
}
</style>
background-color css
<style>
a { background-color: #0B581B; }
a { background-color: rgb(11,88,27); }
div.DivClassName
{
background-color: #0B581B;
}
.BgClassName
{
background-color: #0B581B;
}
</style>
border-color css
<style>
span { border-color: #0B581B; }
span { border-color: rgb(11,88,27); }
td.TdClassName
{
border-color: #0B581B;
}
.TagClassName
{
border-color: #0B581B;
}
</style>