Shades of Crusoe #0F5431
Tints of Crusoe #0F5431
RGB
CMYK
RGB Variations
Color information
#0F5431 (or 0x0F5431) is known color: Crusoe. HEX triplet: 0F, 54 and 31. RGB value is (15,84,49). Sum of RGB (Red+Green+Blue) = 15+84+49=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5431 is #F0ABCE. Grayscale: #3B3B3B. Windows color (decimal): -15772623 or 3232783. OLE color: 3232783.
HSL color Cylindrical-coordinate representation of color #0F5431: hue angle of 149.57º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5431 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 84 | 49 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.67 |
| HSL | 149.57º | 0.7% | 0.19% | - |
| HSV(B) | 149.57º | 0.82% | 0.33% | - |
| XYZ | 3.92 | 6.66 | 3.99 | - |
| YUV | 59.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 49 | 0.82 | 0 | 0.42 | 0.67 | 149.57 | 0.7 | 0.19 |
| Hex | F | 54 | 31 | 52 | 0 | 2A | 43 | 96 | 46 | 13 |
| Octal | 17 | 124 | 61 | 122 | 0 | 52 | 103 | 226 | 106 | 23 |
| Binary | 1111 | 1010100 | 110001 | 1010010 | 0 | 101010 | 1000011 | 10010110 | 1000110 | 10011 |
Color Harmonies of #0F5431
Complementary color
Monochromatic Colors of #0F5431
Black with #0F5431
Text Example
Text Example
White with #0F5431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5431; }
p { color: rgb(15,84,49); }
H1.HeaderClassName
{
color: #0F5431;
}
.AnyTagClassName
{
color: #0F5431;
}
</style>
background-color css
<style>
a { background-color: #0F5431; }
a { background-color: rgb(15,84,49); }
div.DivClassName
{
background-color: #0F5431;
}
.BgClassName
{
background-color: #0F5431;
}
</style>
border-color css
<style>
span { border-color: #0F5431; }
span { border-color: rgb(15,84,49); }
td.TdClassName
{
border-color: #0F5431;
}
.TagClassName
{
border-color: #0F5431;
}
</style>