Shades of Blackberry #330329
Tints of Blackberry #330329
RGB
CMYK
RGB Variations
Color information
#330329 (or 0x330329) is known color: Blackberry. HEX triplet: 33, 03 and 29. RGB value is (51,3,41). Sum of RGB (Red+Green+Blue) = 51+3+41=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #330329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330329 is #CCFCD6. Grayscale: #151515. Windows color (decimal): -13434071 or 2687795. OLE color: 2687795.
HSL color Cylindrical-coordinate representation of color #330329: hue angle of 312.5º 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 #330329 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 3 | 41 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.8 |
| HSL | 312.5º | 0.89% | 0.11% | - |
| HSV(B) | 312.5º | 0.94% | 0.2% | - |
| XYZ | 1.8 | 0.93 | 2.18 | - |
| YUV | 21.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 41 | 0 | 0.94 | 0.20 | 0.8 | 312.5 | 0.89 | 0.11 |
| Hex | 33 | 3 | 29 | 0 | 5E | 14 | 50 | 138 | 59 | B |
| Octal | 63 | 3 | 51 | 0 | 136 | 24 | 120 | 470 | 131 | 13 |
| Binary | 110011 | 11 | 101001 | 0 | 1011110 | 10100 | 1010000 | 100111000 | 1011001 | 1011 |
Color Harmonies of #330329
Complementary color
Monochromatic Colors of #330329
Black with #330329
Text Example
Text Example
White with #330329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330329; }
p { color: rgb(51,3,41); }
H1.HeaderClassName
{
color: #330329;
}
.AnyTagClassName
{
color: #330329;
}
</style>
background-color css
<style>
a { background-color: #330329; }
a { background-color: rgb(51,3,41); }
div.DivClassName
{
background-color: #330329;
}
.BgClassName
{
background-color: #330329;
}
</style>
border-color css
<style>
span { border-color: #330329; }
span { border-color: rgb(51,3,41); }
td.TdClassName
{
border-color: #330329;
}
.TagClassName
{
border-color: #330329;
}
</style>