Shades of Crusoe #0F551B
Tints of Crusoe #0F551B
RGB
CMYK
RGB Variations
Color information
#0F551B (or 0x0F551B) is known color: Crusoe. HEX triplet: 0F, 55 and 1B. RGB value is (15,85,27). Sum of RGB (Red+Green+Blue) = 15+85+27=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #0F551B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F551B is #F0AAE4. Grayscale: #393939. Windows color (decimal): -15772389 or 1791247. OLE color: 1791247.
HSL color Cylindrical-coordinate representation of color #0F551B: hue angle of 130.29º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F551B is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 85 | 27 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.67 |
| HSL | 130.29º | 0.7% | 0.2% | - |
| HSV(B) | 130.29º | 0.82% | 0.33% | - |
| XYZ | 3.64 | 6.68 | 2.13 | - |
| YUV | 57.46 | 110.81 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 27 | 0.82 | 0 | 0.68 | 0.67 | 130.29 | 0.7 | 0.2 |
| Hex | F | 55 | 1B | 52 | 0 | 44 | 43 | 82 | 46 | 14 |
| Octal | 17 | 125 | 33 | 122 | 0 | 104 | 103 | 202 | 106 | 24 |
| Binary | 1111 | 1010101 | 11011 | 1010010 | 0 | 1000100 | 1000011 | 10000010 | 1000110 | 10100 |
Color Harmonies of #0F551B
Complementary color
Monochromatic Colors of #0F551B
Black with #0F551B
Text Example
Text Example
White with #0F551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F551B; }
p { color: rgb(15,85,27); }
H1.HeaderClassName
{
color: #0F551B;
}
.AnyTagClassName
{
color: #0F551B;
}
</style>
background-color css
<style>
a { background-color: #0F551B; }
a { background-color: rgb(15,85,27); }
div.DivClassName
{
background-color: #0F551B;
}
.BgClassName
{
background-color: #0F551B;
}
</style>
border-color css
<style>
span { border-color: #0F551B; }
span { border-color: rgb(15,85,27); }
td.TdClassName
{
border-color: #0F551B;
}
.TagClassName
{
border-color: #0F551B;
}
</style>