Shades of Crusoe #19502B
Tints of Crusoe #19502B
RGB
CMYK
RGB Variations
Color information
#19502B (or 0x19502B) is known color: Crusoe. HEX triplet: 19, 50 and 2B. RGB value is (25,80,43). Sum of RGB (Red+Green+Blue) = 25+80+43=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #19502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19502B is #E6AFD4. Grayscale: #3B3B3B. Windows color (decimal): -15118293 or 2838553. OLE color: 2838553.
HSL color Cylindrical-coordinate representation of color #19502B: hue angle of 139.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #19502B is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 43 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.69 |
| HSL | 139.64º | 0.52% | 0.21% | - |
| HSV(B) | 139.64º | 0.69% | 0.31% | - |
| XYZ | 3.71 | 6.12 | 3.27 | - |
| YUV | 59.34 | 118.78 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 43 | 0.69 | 0 | 0.46 | 0.69 | 139.64 | 0.52 | 0.21 |
| Hex | 19 | 50 | 2B | 45 | 0 | 2E | 45 | 8C | 34 | 15 |
| Octal | 31 | 120 | 53 | 105 | 0 | 56 | 105 | 214 | 64 | 25 |
| Binary | 11001 | 1010000 | 101011 | 1000101 | 0 | 101110 | 1000101 | 10001100 | 110100 | 10101 |
Color Harmonies of #19502B
Complementary color
Monochromatic Colors of #19502B
Black with #19502B
Text Example
Text Example
White with #19502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19502B; }
p { color: rgb(25,80,43); }
H1.HeaderClassName
{
color: #19502B;
}
.AnyTagClassName
{
color: #19502B;
}
</style>
background-color css
<style>
a { background-color: #19502B; }
a { background-color: rgb(25,80,43); }
div.DivClassName
{
background-color: #19502B;
}
.BgClassName
{
background-color: #19502B;
}
</style>
border-color css
<style>
span { border-color: #19502B; }
span { border-color: rgb(25,80,43); }
td.TdClassName
{
border-color: #19502B;
}
.TagClassName
{
border-color: #19502B;
}
</style>