Shades of Blackberry #331021
Tints of Blackberry #331021
RGB
CMYK
RGB Variations
Color information
#331021 (or 0x331021) is known color: Blackberry. HEX triplet: 33, 10 and 21. RGB value is (51,16,33). Sum of RGB (Red+Green+Blue) = 51+16+33=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #331021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331021 is #CCEFDE. Grayscale: #1C1C1C. Windows color (decimal): -13430751 or 2166835. OLE color: 2166835.
HSL color Cylindrical-coordinate representation of color #331021: hue angle of 330.86º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331021 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 16 | 33 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.8 |
| HSL | 330.86º | 0.52% | 0.13% | - |
| HSV(B) | 330.86º | 0.69% | 0.2% | - |
| XYZ | 1.83 | 1.18 | 1.57 | - |
| YUV | 28.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 16 | 33 | 0 | 0.69 | 0.35 | 0.8 | 330.86 | 0.52 | 0.13 |
| Hex | 33 | 10 | 21 | 0 | 45 | 23 | 50 | 14B | 34 | D |
| Octal | 63 | 20 | 41 | 0 | 105 | 43 | 120 | 513 | 64 | 15 |
| Binary | 110011 | 10000 | 100001 | 0 | 1000101 | 100011 | 1010000 | 101001011 | 110100 | 1101 |
Color Harmonies of #331021
Complementary color
Monochromatic Colors of #331021
Black with #331021
Text Example
Text Example
White with #331021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331021; }
p { color: rgb(51,16,33); }
H1.HeaderClassName
{
color: #331021;
}
.AnyTagClassName
{
color: #331021;
}
</style>
background-color css
<style>
a { background-color: #331021; }
a { background-color: rgb(51,16,33); }
div.DivClassName
{
background-color: #331021;
}
.BgClassName
{
background-color: #331021;
}
</style>
border-color css
<style>
span { border-color: #331021; }
span { border-color: rgb(51,16,33); }
td.TdClassName
{
border-color: #331021;
}
.TagClassName
{
border-color: #331021;
}
</style>