Shades of Crusoe #0B641C
Tints of Crusoe #0B641C
RGB
CMYK
RGB Variations
Color information
#0B641C (or 0x0B641C) is known color: Crusoe. HEX triplet: 0B, 64 and 1C. RGB value is (11,100,28). Sum of RGB (Red+Green+Blue) = 11+100+28=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 100 (39.45% from 255 or 71.94% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 100 - color contains mainly: green. Hex color #0B641C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B641C is #F49BE3. Grayscale: #414141. Windows color (decimal): -16030692 or 1860619. OLE color: 1860619.
HSL color Cylindrical-coordinate representation of color #0B641C: hue angle of 131.46º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B641C is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 11 | 100 | 28 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.61 |
| HSL | 131.46º | 0.8% | 0.22% | - |
| HSV(B) | 131.46º | 0.89% | 0.39% | - |
| XYZ | 4.9 | 9.27 | 2.63 | - |
| YUV | 65.18 | 107.01 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 100 | 28 | 0.89 | 0 | 0.72 | 0.61 | 131.46 | 0.8 | 0.22 |
| Hex | B | 64 | 1C | 59 | 0 | 48 | 3D | 83 | 50 | 16 |
| Octal | 13 | 144 | 34 | 131 | 0 | 110 | 75 | 203 | 120 | 26 |
| Binary | 1011 | 1100100 | 11100 | 1011001 | 0 | 1001000 | 111101 | 10000011 | 1010000 | 10110 |
Color Harmonies of #0B641C
Complementary color
Monochromatic Colors of #0B641C
Black with #0B641C
Text Example
Text Example
White with #0B641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B641C; }
p { color: rgb(11,100,28); }
H1.HeaderClassName
{
color: #0B641C;
}
.AnyTagClassName
{
color: #0B641C;
}
</style>
background-color css
<style>
a { background-color: #0B641C; }
a { background-color: rgb(11,100,28); }
div.DivClassName
{
background-color: #0B641C;
}
.BgClassName
{
background-color: #0B641C;
}
</style>
border-color css
<style>
span { border-color: #0B641C; }
span { border-color: rgb(11,100,28); }
td.TdClassName
{
border-color: #0B641C;
}
.TagClassName
{
border-color: #0B641C;
}
</style>