Shades of Crusoe #105121
Tints of Crusoe #105121
RGB
CMYK
RGB Variations
Color information
#105121 (or 0x105121) is known color: Crusoe. HEX triplet: 10, 51 and 21. RGB value is (16,81,33). Sum of RGB (Red+Green+Blue) = 16+81+33=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 81 (32.03% from 255 or 62.31% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 81 - color contains mainly: green. Hex color #105121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105121 is #EFAEDE. Grayscale: #383838. Windows color (decimal): -15707871 or 2183440. OLE color: 2183440.
HSL color Cylindrical-coordinate representation of color #105121: hue angle of 135.69º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #105121 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 81 | 33 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.68 |
| HSL | 135.69º | 0.67% | 0.19% | - |
| HSV(B) | 135.69º | 0.8% | 0.32% | - |
| XYZ | 3.43 | 6.1 | 2.44 | - |
| YUV | 56.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 33 | 0.80 | 0 | 0.59 | 0.68 | 135.69 | 0.67 | 0.19 |
| Hex | 10 | 51 | 21 | 50 | 0 | 3B | 44 | 88 | 43 | 13 |
| Octal | 20 | 121 | 41 | 120 | 0 | 73 | 104 | 210 | 103 | 23 |
| Binary | 10000 | 1010001 | 100001 | 1010000 | 0 | 111011 | 1000100 | 10001000 | 1000011 | 10011 |
Color Harmonies of #105121
Complementary color
Monochromatic Colors of #105121
Black with #105121
Text Example
Text Example
White with #105121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105121; }
p { color: rgb(16,81,33); }
H1.HeaderClassName
{
color: #105121;
}
.AnyTagClassName
{
color: #105121;
}
</style>
background-color css
<style>
a { background-color: #105121; }
a { background-color: rgb(16,81,33); }
div.DivClassName
{
background-color: #105121;
}
.BgClassName
{
background-color: #105121;
}
</style>
border-color css
<style>
span { border-color: #105121; }
span { border-color: rgb(16,81,33); }
td.TdClassName
{
border-color: #105121;
}
.TagClassName
{
border-color: #105121;
}
</style>