Shades of Zuccini #0B4B31
Tints of Zuccini #0B4B31
RGB
CMYK
RGB Variations
Color information
#0B4B31 (or 0x0B4B31) is known color: Zuccini. HEX triplet: 0B, 4B and 31. RGB value is (11,75,49). Sum of RGB (Red+Green+Blue) = 11+75+49=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 75 (29.69% from 255 or 55.56% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 75 - color contains mainly: green. Hex color #0B4B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4B31 is #F4B4CE. Grayscale: #343434. Windows color (decimal): -16037071 or 3230475. OLE color: 3230475.
HSL color Cylindrical-coordinate representation of color #0B4B31: hue angle of 155.62º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4B31 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 75 | 49 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.71 |
| HSL | 155.63º | 0.74% | 0.17% | - |
| HSV(B) | 155.63º | 0.85% | 0.29% | - |
| XYZ | 3.21 | 5.33 | 3.76 | - |
| YUV | 52.9 | 125.8 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 75 | 49 | 0.85 | 0 | 0.35 | 0.71 | 155.63 | 0.74 | 0.17 |
| Hex | B | 4B | 31 | 55 | 0 | 23 | 47 | 9C | 4A | 11 |
| Octal | 13 | 113 | 61 | 125 | 0 | 43 | 107 | 234 | 112 | 21 |
| Binary | 1011 | 1001011 | 110001 | 1010101 | 0 | 100011 | 1000111 | 10011100 | 1001010 | 10001 |
Color Harmonies of #0B4B31
Complementary color
Monochromatic Colors of #0B4B31
Black with #0B4B31
Text Example
Text Example
White with #0B4B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4B31; }
p { color: rgb(11,75,49); }
H1.HeaderClassName
{
color: #0B4B31;
}
.AnyTagClassName
{
color: #0B4B31;
}
</style>
background-color css
<style>
a { background-color: #0B4B31; }
a { background-color: rgb(11,75,49); }
div.DivClassName
{
background-color: #0B4B31;
}
.BgClassName
{
background-color: #0B4B31;
}
</style>
border-color css
<style>
span { border-color: #0B4B31; }
span { border-color: rgb(11,75,49); }
td.TdClassName
{
border-color: #0B4B31;
}
.TagClassName
{
border-color: #0B4B31;
}
</style>