Shades of Blackberry #321B28
Tints of Blackberry #321B28
RGB
CMYK
RGB Variations
Color information
#321B28 (or 0x321B28) is known color: Blackberry. HEX triplet: 32, 1B and 28. RGB value is (50,27,40). Sum of RGB (Red+Green+Blue) = 50+27+40=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #321B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B28 is #CDE4D7. Grayscale: #232323. Windows color (decimal): -13493464 or 2628402. OLE color: 2628402.
HSL color Cylindrical-coordinate representation of color #321B28: hue angle of 326.09º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #321B28 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 40 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.80 |
| HSL | 326.09º | 0.3% | 0.15% | - |
| HSV(B) | 326.09º | 0.46% | 0.2% | - |
| XYZ | 2.09 | 1.62 | 2.21 | - |
| YUV | 35.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 40 | 0 | 0.46 | 0.20 | 0.80 | 326.09 | 0.3 | 0.15 |
| Hex | 32 | 1B | 28 | 0 | 2E | 14 | 50 | 146 | 1E | F |
| Octal | 62 | 33 | 50 | 0 | 56 | 24 | 120 | 506 | 36 | 17 |
| Binary | 110010 | 11011 | 101000 | 0 | 101110 | 10100 | 1010000 | 101000110 | 11110 | 1111 |
Color Harmonies of #321B28
Complementary color
Monochromatic Colors of #321B28
Black with #321B28
Text Example
Text Example
White with #321B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B28; }
p { color: rgb(50,27,40); }
H1.HeaderClassName
{
color: #321B28;
}
.AnyTagClassName
{
color: #321B28;
}
</style>
background-color css
<style>
a { background-color: #321B28; }
a { background-color: rgb(50,27,40); }
div.DivClassName
{
background-color: #321B28;
}
.BgClassName
{
background-color: #321B28;
}
</style>
border-color css
<style>
span { border-color: #321B28; }
span { border-color: rgb(50,27,40); }
td.TdClassName
{
border-color: #321B28;
}
.TagClassName
{
border-color: #321B28;
}
</style>