Shades of Zuccini #0B482B
Tints of Zuccini #0B482B
RGB
CMYK
RGB Variations
Color information
#0B482B (or 0x0B482B) is known color: Zuccini. HEX triplet: 0B, 48 and 2B. RGB value is (11,72,43). Sum of RGB (Red+Green+Blue) = 11+72+43=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #0B482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B482B is #F4B7D4. Grayscale: #323232. Windows color (decimal): -16037845 or 2836491. OLE color: 2836491.
HSL color Cylindrical-coordinate representation of color #0B482B: hue angle of 151.48º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B482B is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 72 | 43 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.72 |
| HSL | 151.48º | 0.73% | 0.16% | - |
| HSV(B) | 151.48º | 0.85% | 0.28% | - |
| XYZ | 2.89 | 4.88 | 3.08 | - |
| YUV | 50.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 72 | 43 | 0.85 | 0 | 0.40 | 0.72 | 151.48 | 0.73 | 0.16 |
| Hex | B | 48 | 2B | 55 | 0 | 28 | 48 | 97 | 49 | 10 |
| Octal | 13 | 110 | 53 | 125 | 0 | 50 | 110 | 227 | 111 | 20 |
| Binary | 1011 | 1001000 | 101011 | 1010101 | 0 | 101000 | 1001000 | 10010111 | 1001001 | 10000 |
Color Harmonies of #0B482B
Complementary color
Monochromatic Colors of #0B482B
Black with #0B482B
Text Example
Text Example
White with #0B482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B482B; }
p { color: rgb(11,72,43); }
H1.HeaderClassName
{
color: #0B482B;
}
.AnyTagClassName
{
color: #0B482B;
}
</style>
background-color css
<style>
a { background-color: #0B482B; }
a { background-color: rgb(11,72,43); }
div.DivClassName
{
background-color: #0B482B;
}
.BgClassName
{
background-color: #0B482B;
}
</style>
border-color css
<style>
span { border-color: #0B482B; }
span { border-color: rgb(11,72,43); }
td.TdClassName
{
border-color: #0B482B;
}
.TagClassName
{
border-color: #0B482B;
}
</style>