Shades of Blackberry #330320
Tints of Blackberry #330320
RGB
CMYK
RGB Variations
Color information
#330320 (or 0x330320) is known color: Blackberry. HEX triplet: 33, 03 and 20. RGB value is (51,3,32). Sum of RGB (Red+Green+Blue) = 51+3+32=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #330320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330320 is #CCFCDF. Grayscale: #141414. Windows color (decimal): -13434080 or 2097971. OLE color: 2097971.
HSL color Cylindrical-coordinate representation of color #330320: hue angle of 323.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 #330320 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 3 | 32 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.8 |
| HSL | 323.75º | 0.89% | 0.11% | - |
| HSV(B) | 323.75º | 0.94% | 0.2% | - |
| XYZ | 1.66 | 0.87 | 1.45 | - |
| YUV | 20.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 32 | 0 | 0.94 | 0.37 | 0.8 | 323.75 | 0.89 | 0.11 |
| Hex | 33 | 3 | 20 | 0 | 5E | 25 | 50 | 144 | 59 | B |
| Octal | 63 | 3 | 40 | 0 | 136 | 45 | 120 | 504 | 131 | 13 |
| Binary | 110011 | 11 | 100000 | 0 | 1011110 | 100101 | 1010000 | 101000100 | 1011001 | 1011 |
Color Harmonies of #330320
Complementary color
Monochromatic Colors of #330320
Black with #330320
Text Example
Text Example
White with #330320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330320; }
p { color: rgb(51,3,32); }
H1.HeaderClassName
{
color: #330320;
}
.AnyTagClassName
{
color: #330320;
}
</style>
background-color css
<style>
a { background-color: #330320; }
a { background-color: rgb(51,3,32); }
div.DivClassName
{
background-color: #330320;
}
.BgClassName
{
background-color: #330320;
}
</style>
border-color css
<style>
span { border-color: #330320; }
span { border-color: rgb(51,3,32); }
td.TdClassName
{
border-color: #330320;
}
.TagClassName
{
border-color: #330320;
}
</style>