Shades of Crusoe #0B5B1B
Tints of Crusoe #0B5B1B
RGB
CMYK
RGB Variations
Color information
#0B5B1B (or 0x0B5B1B) is known color: Crusoe. HEX triplet: 0B, 5B and 1B. RGB value is (11,91,27). Sum of RGB (Red+Green+Blue) = 11+91+27=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 91 (35.94% from 255 or 70.54% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 91 - color contains mainly: green. Hex color #0B5B1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5B1B is #F4A4E4. Grayscale: #3B3B3B. Windows color (decimal): -16032997 or 1792779. OLE color: 1792779.
HSL color Cylindrical-coordinate representation of color #0B5B1B: hue angle of 132º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5B1B is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 91 | 27 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.64 |
| HSL | 132º | 0.78% | 0.2% | - |
| HSV(B) | 132º | 0.88% | 0.36% | - |
| XYZ | 4.08 | 7.63 | 2.3 | - |
| YUV | 59.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 91 | 27 | 0.88 | 0 | 0.70 | 0.64 | 132 | 0.78 | 0.2 |
| Hex | B | 5B | 1B | 58 | 0 | 46 | 40 | 84 | 4E | 14 |
| Octal | 13 | 133 | 33 | 130 | 0 | 106 | 100 | 204 | 116 | 24 |
| Binary | 1011 | 1011011 | 11011 | 1011000 | 0 | 1000110 | 1000000 | 10000100 | 1001110 | 10100 |
Color Harmonies of #0B5B1B
Complementary color
Monochromatic Colors of #0B5B1B
Black with #0B5B1B
Text Example
Text Example
White with #0B5B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5B1B; }
p { color: rgb(11,91,27); }
H1.HeaderClassName
{
color: #0B5B1B;
}
.AnyTagClassName
{
color: #0B5B1B;
}
</style>
background-color css
<style>
a { background-color: #0B5B1B; }
a { background-color: rgb(11,91,27); }
div.DivClassName
{
background-color: #0B5B1B;
}
.BgClassName
{
background-color: #0B5B1B;
}
</style>
border-color css
<style>
span { border-color: #0B5B1B; }
span { border-color: rgb(11,91,27); }
td.TdClassName
{
border-color: #0B5B1B;
}
.TagClassName
{
border-color: #0B5B1B;
}
</style>