Shades of Crusoe #0B532B
Tints of Crusoe #0B532B
RGB
CMYK
RGB Variations
Color information
#0B532B (or 0x0B532B) is known color: Crusoe. HEX triplet: 0B, 53 and 2B. RGB value is (11,83,43). Sum of RGB (Red+Green+Blue) = 11+83+43=137 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.03% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #0B532B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B532B is #F4ACD4. Grayscale: #393939. Windows color (decimal): -16035029 or 2839307. OLE color: 2839307.
HSL color Cylindrical-coordinate representation of color #0B532B: hue angle of 146.67º 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 #0B532B is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 83 | 43 | - |
| CMYK | 0.87 | 0 | 0.48 | 0.67 |
| HSL | 146.67º | 0.77% | 0.18% | - |
| HSV(B) | 146.67º | 0.87% | 0.33% | - |
| XYZ | 3.67 | 6.43 | 3.33 | - |
| YUV | 56.91 | 120.15 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 83 | 43 | 0.87 | 0 | 0.48 | 0.67 | 146.67 | 0.77 | 0.18 |
| Hex | B | 53 | 2B | 57 | 0 | 30 | 43 | 93 | 4D | 12 |
| Octal | 13 | 123 | 53 | 127 | 0 | 60 | 103 | 223 | 115 | 22 |
| Binary | 1011 | 1010011 | 101011 | 1010111 | 0 | 110000 | 1000011 | 10010011 | 1001101 | 10010 |
Color Harmonies of #0B532B
Complementary color
Monochromatic Colors of #0B532B
Black with #0B532B
Text Example
Text Example
White with #0B532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B532B; }
p { color: rgb(11,83,43); }
H1.HeaderClassName
{
color: #0B532B;
}
.AnyTagClassName
{
color: #0B532B;
}
</style>
background-color css
<style>
a { background-color: #0B532B; }
a { background-color: rgb(11,83,43); }
div.DivClassName
{
background-color: #0B532B;
}
.BgClassName
{
background-color: #0B532B;
}
</style>
border-color css
<style>
span { border-color: #0B532B; }
span { border-color: rgb(11,83,43); }
td.TdClassName
{
border-color: #0B532B;
}
.TagClassName
{
border-color: #0B532B;
}
</style>