Shades of Blackberry #331927
Tints of Blackberry #331927
RGB
CMYK
RGB Variations
Color information
#331927 (or 0x331927) is known color: Blackberry. HEX triplet: 33, 19 and 27. RGB value is (51,25,39). Sum of RGB (Red+Green+Blue) = 51+25+39=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #331927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331927 is #CCE6D8. Grayscale: #222222. Windows color (decimal): -13428441 or 2562355. OLE color: 2562355.
HSL color Cylindrical-coordinate representation of color #331927: hue angle of 327.69º 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 #331927 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 25 | 39 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.8 |
| HSL | 327.69º | 0.34% | 0.15% | - |
| HSV(B) | 327.69º | 0.51% | 0.2% | - |
| XYZ | 2.08 | 1.55 | 2.11 | - |
| YUV | 34.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 39 | 0 | 0.51 | 0.24 | 0.8 | 327.69 | 0.34 | 0.15 |
| Hex | 33 | 19 | 27 | 0 | 33 | 18 | 50 | 148 | 22 | F |
| Octal | 63 | 31 | 47 | 0 | 63 | 30 | 120 | 510 | 42 | 17 |
| Binary | 110011 | 11001 | 100111 | 0 | 110011 | 11000 | 1010000 | 101001000 | 100010 | 1111 |
Color Harmonies of #331927
Complementary color
Monochromatic Colors of #331927
Black with #331927
Text Example
Text Example
White with #331927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331927; }
p { color: rgb(51,25,39); }
H1.HeaderClassName
{
color: #331927;
}
.AnyTagClassName
{
color: #331927;
}
</style>
background-color css
<style>
a { background-color: #331927; }
a { background-color: rgb(51,25,39); }
div.DivClassName
{
background-color: #331927;
}
.BgClassName
{
background-color: #331927;
}
</style>
border-color css
<style>
span { border-color: #331927; }
span { border-color: rgb(51,25,39); }
td.TdClassName
{
border-color: #331927;
}
.TagClassName
{
border-color: #331927;
}
</style>