Shades of Blackberry #321628
Tints of Blackberry #321628
RGB
CMYK
RGB Variations
Color information
#321628 (or 0x321628) is known color: Blackberry. HEX triplet: 32, 16 and 28. RGB value is (50,22,40). Sum of RGB (Red+Green+Blue) = 50+22+40=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 50 - color contains mainly: red. Hex color #321628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321628 is #CDE9D7. Grayscale: #202020. Windows color (decimal): -13494744 or 2627122. OLE color: 2627122.
HSL color Cylindrical-coordinate representation of color #321628: hue angle of 321.43º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321628 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 22 | 40 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.80 |
| HSL | 321.43º | 0.39% | 0.14% | - |
| HSV(B) | 321.43º | 0.56% | 0.2% | - |
| XYZ | 1.99 | 1.41 | 2.17 | - |
| YUV | 32.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 40 | 0 | 0.56 | 0.20 | 0.80 | 321.43 | 0.39 | 0.14 |
| Hex | 32 | 16 | 28 | 0 | 38 | 14 | 50 | 141 | 27 | E |
| Octal | 62 | 26 | 50 | 0 | 70 | 24 | 120 | 501 | 47 | 16 |
| Binary | 110010 | 10110 | 101000 | 0 | 111000 | 10100 | 1010000 | 101000001 | 100111 | 1110 |
Color Harmonies of #321628
Complementary color
Monochromatic Colors of #321628
Black with #321628
Text Example
Text Example
White with #321628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321628; }
p { color: rgb(50,22,40); }
H1.HeaderClassName
{
color: #321628;
}
.AnyTagClassName
{
color: #321628;
}
</style>
background-color css
<style>
a { background-color: #321628; }
a { background-color: rgb(50,22,40); }
div.DivClassName
{
background-color: #321628;
}
.BgClassName
{
background-color: #321628;
}
</style>
border-color css
<style>
span { border-color: #321628; }
span { border-color: rgb(50,22,40); }
td.TdClassName
{
border-color: #321628;
}
.TagClassName
{
border-color: #321628;
}
</style>