Shades of Blackberry #331228
Tints of Blackberry #331228
RGB
CMYK
RGB Variations
Color information
#331228 (or 0x331228) is known color: Blackberry. HEX triplet: 33, 12 and 28. RGB value is (51,18,40). Sum of RGB (Red+Green+Blue) = 51+18+40=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #331228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331228 is #CCEDD7. Grayscale: #1E1E1E. Windows color (decimal): -13430232 or 2626099. OLE color: 2626099.
HSL color Cylindrical-coordinate representation of color #331228: hue angle of 320º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331228 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 18 | 40 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.8 |
| HSL | 320º | 0.48% | 0.14% | - |
| HSV(B) | 320º | 0.65% | 0.2% | - |
| XYZ | 1.96 | 1.29 | 2.15 | - |
| YUV | 30.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 40 | 0 | 0.65 | 0.22 | 0.8 | 320 | 0.48 | 0.14 |
| Hex | 33 | 12 | 28 | 0 | 41 | 16 | 50 | 140 | 30 | E |
| Octal | 63 | 22 | 50 | 0 | 101 | 26 | 120 | 500 | 60 | 16 |
| Binary | 110011 | 10010 | 101000 | 0 | 1000001 | 10110 | 1010000 | 101000000 | 110000 | 1110 |
Color Harmonies of #331228
Complementary color
Monochromatic Colors of #331228
Black with #331228
Text Example
Text Example
White with #331228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331228; }
p { color: rgb(51,18,40); }
H1.HeaderClassName
{
color: #331228;
}
.AnyTagClassName
{
color: #331228;
}
</style>
background-color css
<style>
a { background-color: #331228; }
a { background-color: rgb(51,18,40); }
div.DivClassName
{
background-color: #331228;
}
.BgClassName
{
background-color: #331228;
}
</style>
border-color css
<style>
span { border-color: #331228; }
span { border-color: rgb(51,18,40); }
td.TdClassName
{
border-color: #331228;
}
.TagClassName
{
border-color: #331228;
}
</style>