Shades of Blackberry #330326
Tints of Blackberry #330326
RGB
CMYK
RGB Variations
Color information
#330326 (or 0x330326) is known color: Blackberry. HEX triplet: 33, 03 and 26. RGB value is (51,3,38). Sum of RGB (Red+Green+Blue) = 51+3+38=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #330326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330326 is #CCFCD9. Grayscale: #151515. Windows color (decimal): -13434074 or 2491187. OLE color: 2491187.
HSL color Cylindrical-coordinate representation of color #330326: hue angle of 316.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330326 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 3 | 38 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.8 |
| HSL | 316.25º | 0.89% | 0.11% | - |
| HSV(B) | 316.25º | 0.94% | 0.2% | - |
| XYZ | 1.75 | 0.91 | 1.92 | - |
| YUV | 21.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 38 | 0 | 0.94 | 0.25 | 0.8 | 316.25 | 0.89 | 0.11 |
| Hex | 33 | 3 | 26 | 0 | 5E | 19 | 50 | 13C | 59 | B |
| Octal | 63 | 3 | 46 | 0 | 136 | 31 | 120 | 474 | 131 | 13 |
| Binary | 110011 | 11 | 100110 | 0 | 1011110 | 11001 | 1010000 | 100111100 | 1011001 | 1011 |
Color Harmonies of #330326
Complementary color
Monochromatic Colors of #330326
Black with #330326
Text Example
Text Example
White with #330326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330326; }
p { color: rgb(51,3,38); }
H1.HeaderClassName
{
color: #330326;
}
.AnyTagClassName
{
color: #330326;
}
</style>
background-color css
<style>
a { background-color: #330326; }
a { background-color: rgb(51,3,38); }
div.DivClassName
{
background-color: #330326;
}
.BgClassName
{
background-color: #330326;
}
</style>
border-color css
<style>
span { border-color: #330326; }
span { border-color: rgb(51,3,38); }
td.TdClassName
{
border-color: #330326;
}
.TagClassName
{
border-color: #330326;
}
</style>