Shades of Crusoe #0B531D
Tints of Crusoe #0B531D
RGB
CMYK
RGB Variations
Color information
#0B531D (or 0x0B531D) is known color: Crusoe. HEX triplet: 0B, 53 and 1D. RGB value is (11,83,29). Sum of RGB (Red+Green+Blue) = 11+83+29=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #0B531D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B531D is #F4ACE2. Grayscale: #373737. Windows color (decimal): -16035043 or 1921803. OLE color: 1921803.
HSL color Cylindrical-coordinate representation of color #0B531D: hue angle of 135º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B531D is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 83 | 29 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.67 |
| HSL | 135º | 0.77% | 0.18% | - |
| HSV(B) | 135º | 0.87% | 0.33% | - |
| XYZ | 3.45 | 6.35 | 2.21 | - |
| YUV | 55.32 | 113.15 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 83 | 29 | 0.87 | 0 | 0.65 | 0.67 | 135 | 0.77 | 0.18 |
| Hex | B | 53 | 1D | 57 | 0 | 41 | 43 | 87 | 4D | 12 |
| Octal | 13 | 123 | 35 | 127 | 0 | 101 | 103 | 207 | 115 | 22 |
| Binary | 1011 | 1010011 | 11101 | 1010111 | 0 | 1000001 | 1000011 | 10000111 | 1001101 | 10010 |
Color Harmonies of #0B531D
Complementary color
Monochromatic Colors of #0B531D
Black with #0B531D
Text Example
Text Example
White with #0B531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B531D; }
p { color: rgb(11,83,29); }
H1.HeaderClassName
{
color: #0B531D;
}
.AnyTagClassName
{
color: #0B531D;
}
</style>
background-color css
<style>
a { background-color: #0B531D; }
a { background-color: rgb(11,83,29); }
div.DivClassName
{
background-color: #0B531D;
}
.BgClassName
{
background-color: #0B531D;
}
</style>
border-color css
<style>
span { border-color: #0B531D; }
span { border-color: rgb(11,83,29); }
td.TdClassName
{
border-color: #0B531D;
}
.TagClassName
{
border-color: #0B531D;
}
</style>