Shades of Crusoe #015E1D
Tints of Crusoe #015E1D
RGB
CMYK
RGB Variations
Color information
#015E1D (or 0x015E1D) is known color: Crusoe. HEX triplet: 01, 5E and 1D. RGB value is (1,94,29). Sum of RGB (Red+Green+Blue) = 1+94+29=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 94 (37.11% from 255 or 75.81% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 94 - color contains mainly: green. Hex color #015E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015E1D is #FEA1E2. Grayscale: #3A3A3A. Windows color (decimal): -16687587 or 1924609. OLE color: 1924609.
HSL color Cylindrical-coordinate representation of color #015E1D: hue angle of 138.06º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E1D is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 94 | 29 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.63 |
| HSL | 138.06º | 0.98% | 0.19% | - |
| HSV(B) | 138.06º | 0.99% | 0.37% | - |
| XYZ | 4.24 | 8.1 | 2.5 | - |
| YUV | 58.78 | 111.19 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 29 | 0.99 | 0 | 0.69 | 0.63 | 138.06 | 0.98 | 0.19 |
| Hex | 1 | 5E | 1D | 63 | 0 | 45 | 3F | 8A | 62 | 13 |
| Octal | 1 | 136 | 35 | 143 | 0 | 105 | 77 | 212 | 142 | 23 |
| Binary | 1 | 1011110 | 11101 | 1100011 | 0 | 1000101 | 111111 | 10001010 | 1100010 | 10011 |
Color Harmonies of #015E1D
Complementary color
Monochromatic Colors of #015E1D
Black with #015E1D
Text Example
Text Example
White with #015E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E1D; }
p { color: rgb(1,94,29); }
H1.HeaderClassName
{
color: #015E1D;
}
.AnyTagClassName
{
color: #015E1D;
}
</style>
background-color css
<style>
a { background-color: #015E1D; }
a { background-color: rgb(1,94,29); }
div.DivClassName
{
background-color: #015E1D;
}
.BgClassName
{
background-color: #015E1D;
}
</style>
border-color css
<style>
span { border-color: #015E1D; }
span { border-color: rgb(1,94,29); }
td.TdClassName
{
border-color: #015E1D;
}
.TagClassName
{
border-color: #015E1D;
}
</style>