Shades of Blackberry #321A27
Tints of Blackberry #321A27
RGB
CMYK
RGB Variations
Color information
#321A27 (or 0x321A27) is known color: Blackberry. HEX triplet: 32, 1A and 27. RGB value is (50,26,39). Sum of RGB (Red+Green+Blue) = 50+26+39=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #321A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A27 is #CDE5D8. Grayscale: #222222. Windows color (decimal): -13493721 or 2562610. OLE color: 2562610.
HSL color Cylindrical-coordinate representation of color #321A27: hue angle of 327.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #321A27 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 26 | 39 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.80 |
| HSL | 327.5º | 0.32% | 0.15% | - |
| HSV(B) | 327.5º | 0.48% | 0.2% | - |
| XYZ | 2.05 | 1.56 | 2.11 | - |
| YUV | 34.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 39 | 0 | 0.48 | 0.22 | 0.80 | 327.5 | 0.32 | 0.15 |
| Hex | 32 | 1A | 27 | 0 | 30 | 16 | 50 | 148 | 20 | F |
| Octal | 62 | 32 | 47 | 0 | 60 | 26 | 120 | 510 | 40 | 17 |
| Binary | 110010 | 11010 | 100111 | 0 | 110000 | 10110 | 1010000 | 101001000 | 100000 | 1111 |
Color Harmonies of #321A27
Complementary color
Monochromatic Colors of #321A27
Black with #321A27
Text Example
Text Example
White with #321A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A27; }
p { color: rgb(50,26,39); }
H1.HeaderClassName
{
color: #321A27;
}
.AnyTagClassName
{
color: #321A27;
}
</style>
background-color css
<style>
a { background-color: #321A27; }
a { background-color: rgb(50,26,39); }
div.DivClassName
{
background-color: #321A27;
}
.BgClassName
{
background-color: #321A27;
}
</style>
border-color css
<style>
span { border-color: #321A27; }
span { border-color: rgb(50,26,39); }
td.TdClassName
{
border-color: #321A27;
}
.TagClassName
{
border-color: #321A27;
}
</style>