Shades of Crusoe #0F5331
Tints of Crusoe #0F5331
RGB
CMYK
RGB Variations
Color information
#0F5331 (or 0x0F5331) is known color: Crusoe. HEX triplet: 0F, 53 and 31. RGB value is (15,83,49). Sum of RGB (Red+Green+Blue) = 15+83+49=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #0F5331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5331 is #F0ACCE. Grayscale: #3A3A3A. Windows color (decimal): -15772879 or 3232527. OLE color: 3232527.
HSL color Cylindrical-coordinate representation of color #0F5331: hue angle of 150º degrees, saturation: 0.69, 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 #0F5331 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 49 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.67 |
| HSL | 150º | 0.69% | 0.19% | - |
| HSV(B) | 150º | 0.82% | 0.33% | - |
| XYZ | 3.84 | 6.51 | 3.96 | - |
| YUV | 58.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 49 | 0.82 | 0 | 0.41 | 0.67 | 150 | 0.69 | 0.19 |
| Hex | F | 53 | 31 | 52 | 0 | 29 | 43 | 96 | 45 | 13 |
| Octal | 17 | 123 | 61 | 122 | 0 | 51 | 103 | 226 | 105 | 23 |
| Binary | 1111 | 1010011 | 110001 | 1010010 | 0 | 101001 | 1000011 | 10010110 | 1000101 | 10011 |
Color Harmonies of #0F5331
Complementary color
Monochromatic Colors of #0F5331
Black with #0F5331
Text Example
Text Example
White with #0F5331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5331; }
p { color: rgb(15,83,49); }
H1.HeaderClassName
{
color: #0F5331;
}
.AnyTagClassName
{
color: #0F5331;
}
</style>
background-color css
<style>
a { background-color: #0F5331; }
a { background-color: rgb(15,83,49); }
div.DivClassName
{
background-color: #0F5331;
}
.BgClassName
{
background-color: #0F5331;
}
</style>
border-color css
<style>
span { border-color: #0F5331; }
span { border-color: rgb(15,83,49); }
td.TdClassName
{
border-color: #0F5331;
}
.TagClassName
{
border-color: #0F5331;
}
</style>