Shades of Blackberry #330B26
Tints of Blackberry #330B26
RGB
CMYK
RGB Variations
Color information
#330B26 (or 0x330B26) is known color: Blackberry. HEX triplet: 33, 0B and 26. RGB value is (51,11,38). Sum of RGB (Red+Green+Blue) = 51+11+38=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 38 (15.23% from 255 or 38% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #330B26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B26 is #CCF4D9. Grayscale: #191919. Windows color (decimal): -13432026 or 2493235. OLE color: 2493235.
HSL color Cylindrical-coordinate representation of color #330B26: hue angle of 319.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 #330B26 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 11 | 38 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.8 |
| HSL | 319.5º | 0.65% | 0.12% | - |
| HSV(B) | 319.5º | 0.78% | 0.2% | - |
| XYZ | 1.83 | 1.08 | 1.95 | - |
| YUV | 26.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 38 | 0 | 0.78 | 0.25 | 0.8 | 319.5 | 0.65 | 0.12 |
| Hex | 33 | B | 26 | 0 | 4E | 19 | 50 | 140 | 41 | C |
| Octal | 63 | 13 | 46 | 0 | 116 | 31 | 120 | 500 | 101 | 14 |
| Binary | 110011 | 1011 | 100110 | 0 | 1001110 | 11001 | 1010000 | 101000000 | 1000001 | 1100 |
Color Harmonies of #330B26
Complementary color
Monochromatic Colors of #330B26
Black with #330B26
Text Example
Text Example
White with #330B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B26; }
p { color: rgb(51,11,38); }
H1.HeaderClassName
{
color: #330B26;
}
.AnyTagClassName
{
color: #330B26;
}
</style>
background-color css
<style>
a { background-color: #330B26; }
a { background-color: rgb(51,11,38); }
div.DivClassName
{
background-color: #330B26;
}
.BgClassName
{
background-color: #330B26;
}
</style>
border-color css
<style>
span { border-color: #330B26; }
span { border-color: rgb(51,11,38); }
td.TdClassName
{
border-color: #330B26;
}
.TagClassName
{
border-color: #330B26;
}
</style>