Shades of Crusoe #1B532B
Tints of Crusoe #1B532B
RGB
CMYK
RGB Variations
Color information
#1B532B (or 0x1B532B) is known color: Crusoe. HEX triplet: 1B, 53 and 2B. RGB value is (27,83,43). Sum of RGB (Red+Green+Blue) = 27+83+43=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #1B532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B532B is #E4ACD4. Grayscale: #3D3D3D. Windows color (decimal): -14986453 or 2839323. OLE color: 2839323.
HSL color Cylindrical-coordinate representation of color #1B532B: hue angle of 137.14º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B532B is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 43 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.67 |
| HSL | 137.14º | 0.51% | 0.22% | - |
| HSV(B) | 137.14º | 0.67% | 0.33% | - |
| XYZ | 3.98 | 6.59 | 3.35 | - |
| YUV | 61.7 | 117.45 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 43 | 0.67 | 0 | 0.48 | 0.67 | 137.14 | 0.51 | 0.22 |
| Hex | 1B | 53 | 2B | 43 | 0 | 30 | 43 | 89 | 33 | 16 |
| Octal | 33 | 123 | 53 | 103 | 0 | 60 | 103 | 211 | 63 | 26 |
| Binary | 11011 | 1010011 | 101011 | 1000011 | 0 | 110000 | 1000011 | 10001001 | 110011 | 10110 |
Color Harmonies of #1B532B
Complementary color
Monochromatic Colors of #1B532B
Black with #1B532B
Text Example
Text Example
White with #1B532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B532B; }
p { color: rgb(27,83,43); }
H1.HeaderClassName
{
color: #1B532B;
}
.AnyTagClassName
{
color: #1B532B;
}
</style>
background-color css
<style>
a { background-color: #1B532B; }
a { background-color: rgb(27,83,43); }
div.DivClassName
{
background-color: #1B532B;
}
.BgClassName
{
background-color: #1B532B;
}
</style>
border-color css
<style>
span { border-color: #1B532B; }
span { border-color: rgb(27,83,43); }
td.TdClassName
{
border-color: #1B532B;
}
.TagClassName
{
border-color: #1B532B;
}
</style>