Shades of Crusoe #015D1B
Tints of Crusoe #015D1B
RGB
CMYK
RGB Variations
Color information
#015D1B (or 0x015D1B) is known color: Crusoe. HEX triplet: 01, 5D and 1B. RGB value is (1,93,27). Sum of RGB (Red+Green+Blue) = 1+93+27=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 93 (36.72% from 255 or 76.86% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 93 - color contains mainly: green. Hex color #015D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D1B is #FEA2E4. Grayscale: #3A3A3A. Windows color (decimal): -16687845 or 1793281. OLE color: 1793281.
HSL color Cylindrical-coordinate representation of color #015D1B: hue angle of 136.96º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D1B is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 27 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.64 |
| HSL | 136.96º | 0.98% | 0.18% | - |
| HSV(B) | 136.96º | 0.99% | 0.36% | - |
| XYZ | 4.12 | 7.91 | 2.35 | - |
| YUV | 57.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 27 | 0.99 | 0 | 0.71 | 0.64 | 136.96 | 0.98 | 0.18 |
| Hex | 1 | 5D | 1B | 63 | 0 | 47 | 40 | 89 | 62 | 12 |
| Octal | 1 | 135 | 33 | 143 | 0 | 107 | 100 | 211 | 142 | 22 |
| Binary | 1 | 1011101 | 11011 | 1100011 | 0 | 1000111 | 1000000 | 10001001 | 1100010 | 10010 |
Color Harmonies of #015D1B
Complementary color
Monochromatic Colors of #015D1B
Black with #015D1B
Text Example
Text Example
White with #015D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D1B; }
p { color: rgb(1,93,27); }
H1.HeaderClassName
{
color: #015D1B;
}
.AnyTagClassName
{
color: #015D1B;
}
</style>
background-color css
<style>
a { background-color: #015D1B; }
a { background-color: rgb(1,93,27); }
div.DivClassName
{
background-color: #015D1B;
}
.BgClassName
{
background-color: #015D1B;
}
</style>
border-color css
<style>
span { border-color: #015D1B; }
span { border-color: rgb(1,93,27); }
td.TdClassName
{
border-color: #015D1B;
}
.TagClassName
{
border-color: #015D1B;
}
</style>