Shades of Blackberry #330B24
Tints of Blackberry #330B24
RGB
CMYK
RGB Variations
Color information
#330B24 (or 0x330B24) is known color: Blackberry. HEX triplet: 33, 0B and 24. RGB value is (51,11,36). Sum of RGB (Red+Green+Blue) = 51+11+36=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #330B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B24 is #CCF4DB. Grayscale: #191919. Windows color (decimal): -13432028 or 2362163. OLE color: 2362163.
HSL color Cylindrical-coordinate representation of color #330B24: hue angle of 322.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #330B24 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 11 | 36 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.8 |
| HSL | 322.5º | 0.65% | 0.12% | - |
| HSV(B) | 322.5º | 0.78% | 0.2% | - |
| XYZ | 1.8 | 1.07 | 1.78 | - |
| YUV | 25.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 36 | 0 | 0.78 | 0.29 | 0.8 | 322.5 | 0.65 | 0.12 |
| Hex | 33 | B | 24 | 0 | 4E | 1D | 50 | 142 | 41 | C |
| Octal | 63 | 13 | 44 | 0 | 116 | 35 | 120 | 502 | 101 | 14 |
| Binary | 110011 | 1011 | 100100 | 0 | 1001110 | 11101 | 1010000 | 101000010 | 1000001 | 1100 |
Color Harmonies of #330B24
Complementary color
Monochromatic Colors of #330B24
Black with #330B24
Text Example
Text Example
White with #330B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B24; }
p { color: rgb(51,11,36); }
H1.HeaderClassName
{
color: #330B24;
}
.AnyTagClassName
{
color: #330B24;
}
</style>
background-color css
<style>
a { background-color: #330B24; }
a { background-color: rgb(51,11,36); }
div.DivClassName
{
background-color: #330B24;
}
.BgClassName
{
background-color: #330B24;
}
</style>
border-color css
<style>
span { border-color: #330B24; }
span { border-color: rgb(51,11,36); }
td.TdClassName
{
border-color: #330B24;
}
.TagClassName
{
border-color: #330B24;
}
</style>