Shades of Blackberry #330728
Tints of Blackberry #330728
RGB
CMYK
RGB Variations
Color information
#330728 (or 0x330728) is known color: Blackberry. HEX triplet: 33, 07 and 28. RGB value is (51,7,40). Sum of RGB (Red+Green+Blue) = 51+7+40=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #330728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330728 is #CCF8D7. Grayscale: #171717. Windows color (decimal): -13433048 or 2623283. OLE color: 2623283.
HSL color Cylindrical-coordinate representation of color #330728: hue angle of 315º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #330728 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 7 | 40 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.8 |
| HSL | 315º | 0.76% | 0.11% | - |
| HSV(B) | 315º | 0.86% | 0.2% | - |
| XYZ | 1.82 | 1.01 | 2.11 | - |
| YUV | 23.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 40 | 0 | 0.86 | 0.22 | 0.8 | 315 | 0.76 | 0.11 |
| Hex | 33 | 7 | 28 | 0 | 56 | 16 | 50 | 13B | 4C | B |
| Octal | 63 | 7 | 50 | 0 | 126 | 26 | 120 | 473 | 114 | 13 |
| Binary | 110011 | 111 | 101000 | 0 | 1010110 | 10110 | 1010000 | 100111011 | 1001100 | 1011 |
Color Harmonies of #330728
Complementary color
Monochromatic Colors of #330728
Black with #330728
Text Example
Text Example
White with #330728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330728; }
p { color: rgb(51,7,40); }
H1.HeaderClassName
{
color: #330728;
}
.AnyTagClassName
{
color: #330728;
}
</style>
background-color css
<style>
a { background-color: #330728; }
a { background-color: rgb(51,7,40); }
div.DivClassName
{
background-color: #330728;
}
.BgClassName
{
background-color: #330728;
}
</style>
border-color css
<style>
span { border-color: #330728; }
span { border-color: rgb(51,7,40); }
td.TdClassName
{
border-color: #330728;
}
.TagClassName
{
border-color: #330728;
}
</style>