Shades of Blackberry #331928
Tints of Blackberry #331928
RGB
CMYK
RGB Variations
Color information
#331928 (or 0x331928) is known color: Blackberry. HEX triplet: 33, 19 and 28. RGB value is (51,25,40). Sum of RGB (Red+Green+Blue) = 51+25+40=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #331928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331928 is #CCE6D7. Grayscale: #222222. Windows color (decimal): -13428440 or 2627891. OLE color: 2627891.
HSL color Cylindrical-coordinate representation of color #331928: hue angle of 325.38º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #331928 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 25 | 40 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.8 |
| HSL | 325.38º | 0.34% | 0.15% | - |
| HSV(B) | 325.38º | 0.51% | 0.2% | - |
| XYZ | 2.1 | 1.55 | 2.2 | - |
| YUV | 34.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 40 | 0 | 0.51 | 0.22 | 0.8 | 325.38 | 0.34 | 0.15 |
| Hex | 33 | 19 | 28 | 0 | 33 | 16 | 50 | 145 | 22 | F |
| Octal | 63 | 31 | 50 | 0 | 63 | 26 | 120 | 505 | 42 | 17 |
| Binary | 110011 | 11001 | 101000 | 0 | 110011 | 10110 | 1010000 | 101000101 | 100010 | 1111 |
Color Harmonies of #331928
Complementary color
Monochromatic Colors of #331928
Black with #331928
Text Example
Text Example
White with #331928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331928; }
p { color: rgb(51,25,40); }
H1.HeaderClassName
{
color: #331928;
}
.AnyTagClassName
{
color: #331928;
}
</style>
background-color css
<style>
a { background-color: #331928; }
a { background-color: rgb(51,25,40); }
div.DivClassName
{
background-color: #331928;
}
.BgClassName
{
background-color: #331928;
}
</style>
border-color css
<style>
span { border-color: #331928; }
span { border-color: rgb(51,25,40); }
td.TdClassName
{
border-color: #331928;
}
.TagClassName
{
border-color: #331928;
}
</style>