Shades of Crusoe #1B5333
Tints of Crusoe #1B5333
RGB
CMYK
RGB Variations
Color information
#1B5333 (or 0x1B5333) is known color: Crusoe. HEX triplet: 1B, 53 and 33. RGB value is (27,83,51). Sum of RGB (Red+Green+Blue) = 27+83+51=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5333 is #E4ACCC. Grayscale: #3E3E3E. Windows color (decimal): -14986445 or 3363611. OLE color: 3363611.
HSL color Cylindrical-coordinate representation of color #1B5333: hue angle of 145.71º 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 #1B5333 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 51 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.67 |
| HSL | 145.71º | 0.51% | 0.22% | - |
| HSV(B) | 145.71º | 0.67% | 0.33% | - |
| XYZ | 4.14 | 6.66 | 4.2 | - |
| YUV | 62.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 51 | 0.67 | 0 | 0.39 | 0.67 | 145.71 | 0.51 | 0.22 |
| Hex | 1B | 53 | 33 | 43 | 0 | 27 | 43 | 92 | 33 | 16 |
| Octal | 33 | 123 | 63 | 103 | 0 | 47 | 103 | 222 | 63 | 26 |
| Binary | 11011 | 1010011 | 110011 | 1000011 | 0 | 100111 | 1000011 | 10010010 | 110011 | 10110 |
Color Harmonies of #1B5333
Complementary color
Monochromatic Colors of #1B5333
Black with #1B5333
Text Example
Text Example
White with #1B5333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5333; }
p { color: rgb(27,83,51); }
H1.HeaderClassName
{
color: #1B5333;
}
.AnyTagClassName
{
color: #1B5333;
}
</style>
background-color css
<style>
a { background-color: #1B5333; }
a { background-color: rgb(27,83,51); }
div.DivClassName
{
background-color: #1B5333;
}
.BgClassName
{
background-color: #1B5333;
}
</style>
border-color css
<style>
span { border-color: #1B5333; }
span { border-color: rgb(27,83,51); }
td.TdClassName
{
border-color: #1B5333;
}
.TagClassName
{
border-color: #1B5333;
}
</style>