Shades of Blackberry #330028
Tints of Blackberry #330028
RGB
CMYK
RGB Variations
Color information
#330028 (or 0x330028) is known color: Blackberry. HEX triplet: 33, 00 and 28. RGB value is (51,0,40). Sum of RGB (Red+Green+Blue) = 51+0+40=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #330028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330028 is #CCFFD7. Grayscale: #131313. Windows color (decimal): -13434840 or 2621491. OLE color: 2621491.
HSL color Cylindrical-coordinate representation of color #330028: hue angle of 312.94º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330028 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.22 | 0.8 |
| HSL | 312.94º | 1% | 0.1% | - |
| HSV(B) | 312.94º | 1% | 0.2% | - |
| XYZ | 1.75 | 0.86 | 2.08 | - |
| YUV | 19.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 40 | 0 | 1 | 0.22 | 0.8 | 312.94 | 1 | 0.1 |
| Hex | 33 | 0 | 28 | 0 | 64 | 16 | 50 | 139 | 64 | A |
| Octal | 63 | 0 | 50 | 0 | 144 | 26 | 120 | 471 | 144 | 12 |
| Binary | 110011 | 0 | 101000 | 0 | 1100100 | 10110 | 1010000 | 100111001 | 1100100 | 1010 |
Color Harmonies of #330028
Complementary color
Monochromatic Colors of #330028
Black with #330028
Text Example
Text Example
White with #330028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330028; }
p { color: rgb(51,0,40); }
H1.HeaderClassName
{
color: #330028;
}
.AnyTagClassName
{
color: #330028;
}
</style>
background-color css
<style>
a { background-color: #330028; }
a { background-color: rgb(51,0,40); }
div.DivClassName
{
background-color: #330028;
}
.BgClassName
{
background-color: #330028;
}
</style>
border-color css
<style>
span { border-color: #330028; }
span { border-color: rgb(51,0,40); }
td.TdClassName
{
border-color: #330028;
}
.TagClassName
{
border-color: #330028;
}
</style>