Shades of Blackberry #330528
Tints of Blackberry #330528
RGB
CMYK
RGB Variations
Color information
#330528 (or 0x330528) is known color: Blackberry. HEX triplet: 33, 05 and 28. RGB value is (51,5,40). Sum of RGB (Red+Green+Blue) = 51+5+40=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #330528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330528 is #CCFAD7. Grayscale: #161616. Windows color (decimal): -13433560 or 2622771. OLE color: 2622771.
HSL color Cylindrical-coordinate representation of color #330528: hue angle of 314.35º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330528 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 5 | 40 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.8 |
| HSL | 314.35º | 0.82% | 0.11% | - |
| HSV(B) | 314.35º | 0.9% | 0.2% | - |
| XYZ | 1.8 | 0.97 | 2.1 | - |
| YUV | 22.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 40 | 0 | 0.90 | 0.22 | 0.8 | 314.35 | 0.82 | 0.11 |
| Hex | 33 | 5 | 28 | 0 | 5A | 16 | 50 | 13A | 52 | B |
| Octal | 63 | 5 | 50 | 0 | 132 | 26 | 120 | 472 | 122 | 13 |
| Binary | 110011 | 101 | 101000 | 0 | 1011010 | 10110 | 1010000 | 100111010 | 1010010 | 1011 |
Color Harmonies of #330528
Complementary color
Monochromatic Colors of #330528
Black with #330528
Text Example
Text Example
White with #330528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330528; }
p { color: rgb(51,5,40); }
H1.HeaderClassName
{
color: #330528;
}
.AnyTagClassName
{
color: #330528;
}
</style>
background-color css
<style>
a { background-color: #330528; }
a { background-color: rgb(51,5,40); }
div.DivClassName
{
background-color: #330528;
}
.BgClassName
{
background-color: #330528;
}
</style>
border-color css
<style>
span { border-color: #330528; }
span { border-color: rgb(51,5,40); }
td.TdClassName
{
border-color: #330528;
}
.TagClassName
{
border-color: #330528;
}
</style>