Shades of Blackberry #331C28
Tints of Blackberry #331C28
RGB
CMYK
RGB Variations
Color information
#331C28 (or 0x331C28) is known color: Blackberry. HEX triplet: 33, 1C and 28. RGB value is (51,28,40). Sum of RGB (Red+Green+Blue) = 51+28+40=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #331C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C28 is #CCE3D7. Grayscale: #242424. Windows color (decimal): -13427672 or 2628659. OLE color: 2628659.
HSL color Cylindrical-coordinate representation of color #331C28: hue angle of 328.7º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #331C28 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 28 | 40 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.8 |
| HSL | 328.7º | 0.29% | 0.15% | - |
| HSV(B) | 328.7º | 0.45% | 0.2% | - |
| XYZ | 2.16 | 1.69 | 2.22 | - |
| YUV | 36.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 40 | 0 | 0.45 | 0.22 | 0.8 | 328.7 | 0.29 | 0.15 |
| Hex | 33 | 1C | 28 | 0 | 2D | 16 | 50 | 149 | 1D | F |
| Octal | 63 | 34 | 50 | 0 | 55 | 26 | 120 | 511 | 35 | 17 |
| Binary | 110011 | 11100 | 101000 | 0 | 101101 | 10110 | 1010000 | 101001001 | 11101 | 1111 |
Color Harmonies of #331C28
Complementary color
Monochromatic Colors of #331C28
Black with #331C28
Text Example
Text Example
White with #331C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C28; }
p { color: rgb(51,28,40); }
H1.HeaderClassName
{
color: #331C28;
}
.AnyTagClassName
{
color: #331C28;
}
</style>
background-color css
<style>
a { background-color: #331C28; }
a { background-color: rgb(51,28,40); }
div.DivClassName
{
background-color: #331C28;
}
.BgClassName
{
background-color: #331C28;
}
</style>
border-color css
<style>
span { border-color: #331C28; }
span { border-color: rgb(51,28,40); }
td.TdClassName
{
border-color: #331C28;
}
.TagClassName
{
border-color: #331C28;
}
</style>