Shades of Blackberry #330322
Tints of Blackberry #330322
RGB
CMYK
RGB Variations
Color information
#330322 (or 0x330322) is known color: Blackberry. HEX triplet: 33, 03 and 22. RGB value is (51,3,34). Sum of RGB (Red+Green+Blue) = 51+3+34=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #330322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330322 is #CCFCDD. Grayscale: #141414. Windows color (decimal): -13434078 or 2229043. OLE color: 2229043.
HSL color Cylindrical-coordinate representation of color #330322: hue angle of 321.25º 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 #330322 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 3 | 34 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.8 |
| HSL | 321.25º | 0.89% | 0.11% | - |
| HSV(B) | 321.25º | 0.94% | 0.2% | - |
| XYZ | 1.69 | 0.88 | 1.6 | - |
| YUV | 20.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 34 | 0 | 0.94 | 0.33 | 0.8 | 321.25 | 0.89 | 0.11 |
| Hex | 33 | 3 | 22 | 0 | 5E | 21 | 50 | 141 | 59 | B |
| Octal | 63 | 3 | 42 | 0 | 136 | 41 | 120 | 501 | 131 | 13 |
| Binary | 110011 | 11 | 100010 | 0 | 1011110 | 100001 | 1010000 | 101000001 | 1011001 | 1011 |
Color Harmonies of #330322
Complementary color
Monochromatic Colors of #330322
Black with #330322
Text Example
Text Example
White with #330322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330322; }
p { color: rgb(51,3,34); }
H1.HeaderClassName
{
color: #330322;
}
.AnyTagClassName
{
color: #330322;
}
</style>
background-color css
<style>
a { background-color: #330322; }
a { background-color: rgb(51,3,34); }
div.DivClassName
{
background-color: #330322;
}
.BgClassName
{
background-color: #330322;
}
</style>
border-color css
<style>
span { border-color: #330322; }
span { border-color: rgb(51,3,34); }
td.TdClassName
{
border-color: #330322;
}
.TagClassName
{
border-color: #330322;
}
</style>