Shades of Crusoe #18502B
Tints of Crusoe #18502B
RGB
CMYK
RGB Variations
Color information
#18502B (or 0x18502B) is known color: Crusoe. HEX triplet: 18, 50 and 2B. RGB value is (24,80,43). Sum of RGB (Red+Green+Blue) = 24+80+43=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #18502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18502B is #E7AFD4. Grayscale: #3B3B3B. Windows color (decimal): -15183829 or 2838552. OLE color: 2838552.
HSL color Cylindrical-coordinate representation of color #18502B: hue angle of 140.36º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18502B is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 80 | 43 | - |
| CMYK | 0.70 | 0 | 0.46 | 0.69 |
| HSL | 140.36º | 0.54% | 0.2% | - |
| HSV(B) | 140.36º | 0.7% | 0.31% | - |
| XYZ | 3.68 | 6.11 | 3.27 | - |
| YUV | 59.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 43 | 0.70 | 0 | 0.46 | 0.69 | 140.36 | 0.54 | 0.2 |
| Hex | 18 | 50 | 2B | 46 | 0 | 2E | 45 | 8C | 36 | 14 |
| Octal | 30 | 120 | 53 | 106 | 0 | 56 | 105 | 214 | 66 | 24 |
| Binary | 11000 | 1010000 | 101011 | 1000110 | 0 | 101110 | 1000101 | 10001100 | 110110 | 10100 |
Color Harmonies of #18502B
Complementary color
Monochromatic Colors of #18502B
Black with #18502B
Text Example
Text Example
White with #18502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18502B; }
p { color: rgb(24,80,43); }
H1.HeaderClassName
{
color: #18502B;
}
.AnyTagClassName
{
color: #18502B;
}
</style>
background-color css
<style>
a { background-color: #18502B; }
a { background-color: rgb(24,80,43); }
div.DivClassName
{
background-color: #18502B;
}
.BgClassName
{
background-color: #18502B;
}
</style>
border-color css
<style>
span { border-color: #18502B; }
span { border-color: rgb(24,80,43); }
td.TdClassName
{
border-color: #18502B;
}
.TagClassName
{
border-color: #18502B;
}
</style>