Shades of Blackberry #321526
Tints of Blackberry #321526
RGB
CMYK
RGB Variations
Color information
#321526 (or 0x321526) is known color: Blackberry. HEX triplet: 32, 15 and 26. RGB value is (50,21,38). Sum of RGB (Red+Green+Blue) = 50+21+38=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #321526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321526 is #CDEAD9. Grayscale: #1F1F1F. Windows color (decimal): -13495002 or 2495794. OLE color: 2495794.
HSL color Cylindrical-coordinate representation of color #321526: hue angle of 324.83º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321526 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 21 | 38 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.80 |
| HSL | 324.83º | 0.41% | 0.14% | - |
| HSV(B) | 324.83º | 0.58% | 0.2% | - |
| XYZ | 1.93 | 1.35 | 1.99 | - |
| YUV | 31.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 38 | 0 | 0.58 | 0.24 | 0.80 | 324.83 | 0.41 | 0.14 |
| Hex | 32 | 15 | 26 | 0 | 3A | 18 | 50 | 145 | 29 | E |
| Octal | 62 | 25 | 46 | 0 | 72 | 30 | 120 | 505 | 51 | 16 |
| Binary | 110010 | 10101 | 100110 | 0 | 111010 | 11000 | 1010000 | 101000101 | 101001 | 1110 |
Color Harmonies of #321526
Complementary color
Monochromatic Colors of #321526
Black with #321526
Text Example
Text Example
White with #321526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321526; }
p { color: rgb(50,21,38); }
H1.HeaderClassName
{
color: #321526;
}
.AnyTagClassName
{
color: #321526;
}
</style>
background-color css
<style>
a { background-color: #321526; }
a { background-color: rgb(50,21,38); }
div.DivClassName
{
background-color: #321526;
}
.BgClassName
{
background-color: #321526;
}
</style>
border-color css
<style>
span { border-color: #321526; }
span { border-color: rgb(50,21,38); }
td.TdClassName
{
border-color: #321526;
}
.TagClassName
{
border-color: #321526;
}
</style>