Shades of Blackberry #331B28
Tints of Blackberry #331B28
RGB
CMYK
RGB Variations
Color information
#331B28 (or 0x331B28) is known color: Blackberry. HEX triplet: 33, 1B and 28. RGB value is (51,27,40). Sum of RGB (Red+Green+Blue) = 51+27+40=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 51 - color contains mainly: red. Hex color #331B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B28 is #CCE4D7. Grayscale: #232323. Windows color (decimal): -13427928 or 2628403. OLE color: 2628403.
HSL color Cylindrical-coordinate representation of color #331B28: hue angle of 327.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #331B28 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 27 | 40 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.8 |
| HSL | 327.5º | 0.31% | 0.15% | - |
| HSV(B) | 327.5º | 0.47% | 0.2% | - |
| XYZ | 2.14 | 1.64 | 2.21 | - |
| YUV | 35.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 40 | 0 | 0.47 | 0.22 | 0.8 | 327.5 | 0.31 | 0.15 |
| Hex | 33 | 1B | 28 | 0 | 2F | 16 | 50 | 148 | 1F | F |
| Octal | 63 | 33 | 50 | 0 | 57 | 26 | 120 | 510 | 37 | 17 |
| Binary | 110011 | 11011 | 101000 | 0 | 101111 | 10110 | 1010000 | 101001000 | 11111 | 1111 |
Color Harmonies of #331B28
Complementary color
Monochromatic Colors of #331B28
Black with #331B28
Text Example
Text Example
White with #331B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331B28; }
p { color: rgb(51,27,40); }
H1.HeaderClassName
{
color: #331B28;
}
.AnyTagClassName
{
color: #331B28;
}
</style>
background-color css
<style>
a { background-color: #331B28; }
a { background-color: rgb(51,27,40); }
div.DivClassName
{
background-color: #331B28;
}
.BgClassName
{
background-color: #331B28;
}
</style>
border-color css
<style>
span { border-color: #331B28; }
span { border-color: rgb(51,27,40); }
td.TdClassName
{
border-color: #331B28;
}
.TagClassName
{
border-color: #331B28;
}
</style>