Shades of Camarone #0B7321
Tints of Camarone #0B7321
RGB
CMYK
RGB Variations
Color information
#0B7321 (or 0x0B7321) is known color: Camarone. HEX triplet: 0B, 73 and 21. RGB value is (11,115,33). Sum of RGB (Red+Green+Blue) = 11+115+33=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 115 (45.31% from 255 or 72.33% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7321 is #F48CDE. Grayscale: #4A4A4A. Windows color (decimal): -16026847 or 2192139. OLE color: 2192139.
HSL color Cylindrical-coordinate representation of color #0B7321: hue angle of 132.69º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7321 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 33 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.55 |
| HSL | 132.69º | 0.83% | 0.25% | - |
| HSV(B) | 132.69º | 0.9% | 0.45% | - |
| XYZ | 6.54 | 12.44 | 3.5 | - |
| YUV | 74.56 | 104.54 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 33 | 0.90 | 0 | 0.71 | 0.55 | 132.69 | 0.83 | 0.25 |
| Hex | B | 73 | 21 | 5A | 0 | 47 | 37 | 85 | 53 | 19 |
| Octal | 13 | 163 | 41 | 132 | 0 | 107 | 67 | 205 | 123 | 31 |
| Binary | 1011 | 1110011 | 100001 | 1011010 | 0 | 1000111 | 110111 | 10000101 | 1010011 | 11001 |
Color Harmonies of #0B7321
Complementary color
Monochromatic Colors of #0B7321
Black with #0B7321
Text Example
Text Example
White with #0B7321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7321; }
p { color: rgb(11,115,33); }
H1.HeaderClassName
{
color: #0B7321;
}
.AnyTagClassName
{
color: #0B7321;
}
</style>
background-color css
<style>
a { background-color: #0B7321; }
a { background-color: rgb(11,115,33); }
div.DivClassName
{
background-color: #0B7321;
}
.BgClassName
{
background-color: #0B7321;
}
</style>
border-color css
<style>
span { border-color: #0B7321; }
span { border-color: rgb(11,115,33); }
td.TdClassName
{
border-color: #0B7321;
}
.TagClassName
{
border-color: #0B7321;
}
</style>