Shades of Blackberry #330328
Tints of Blackberry #330328
RGB
CMYK
RGB Variations
Color information
#330328 (or 0x330328) is known color: Blackberry. HEX triplet: 33, 03 and 28. RGB value is (51,3,40). Sum of RGB (Red+Green+Blue) = 51+3+40=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #330328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330328 is #CCFCD7. Grayscale: #151515. Windows color (decimal): -13434072 or 2622259. OLE color: 2622259.
HSL color Cylindrical-coordinate representation of color #330328: hue angle of 313.75º 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 #330328 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 3 | 40 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.8 |
| HSL | 313.75º | 0.89% | 0.11% | - |
| HSV(B) | 313.75º | 0.94% | 0.2% | - |
| XYZ | 1.78 | 0.92 | 2.09 | - |
| YUV | 21.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 40 | 0 | 0.94 | 0.22 | 0.8 | 313.75 | 0.89 | 0.11 |
| Hex | 33 | 3 | 28 | 0 | 5E | 16 | 50 | 13A | 59 | B |
| Octal | 63 | 3 | 50 | 0 | 136 | 26 | 120 | 472 | 131 | 13 |
| Binary | 110011 | 11 | 101000 | 0 | 1011110 | 10110 | 1010000 | 100111010 | 1011001 | 1011 |
Color Harmonies of #330328
Complementary color
Monochromatic Colors of #330328
Black with #330328
Text Example
Text Example
White with #330328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330328; }
p { color: rgb(51,3,40); }
H1.HeaderClassName
{
color: #330328;
}
.AnyTagClassName
{
color: #330328;
}
</style>
background-color css
<style>
a { background-color: #330328; }
a { background-color: rgb(51,3,40); }
div.DivClassName
{
background-color: #330328;
}
.BgClassName
{
background-color: #330328;
}
</style>
border-color css
<style>
span { border-color: #330328; }
span { border-color: rgb(51,3,40); }
td.TdClassName
{
border-color: #330328;
}
.TagClassName
{
border-color: #330328;
}
</style>