Shades of Blackberry #321128
Tints of Blackberry #321128
RGB
CMYK
RGB Variations
Color information
#321128 (or 0x321128) is known color: Blackberry. HEX triplet: 32, 11 and 28. RGB value is (50,17,40). Sum of RGB (Red+Green+Blue) = 50+17+40=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 50 - color contains mainly: red. Hex color #321128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321128 is #CDEED7. Grayscale: #1D1D1D. Windows color (decimal): -13496024 or 2625842. OLE color: 2625842.
HSL color Cylindrical-coordinate representation of color #321128: hue angle of 318.18º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321128 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 17 | 40 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.80 |
| HSL | 318.18º | 0.49% | 0.13% | - |
| HSV(B) | 318.18º | 0.66% | 0.2% | - |
| XYZ | 1.9 | 1.23 | 2.15 | - |
| YUV | 29.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 40 | 0 | 0.66 | 0.20 | 0.80 | 318.18 | 0.49 | 0.13 |
| Hex | 32 | 11 | 28 | 0 | 42 | 14 | 50 | 13E | 31 | D |
| Octal | 62 | 21 | 50 | 0 | 102 | 24 | 120 | 476 | 61 | 15 |
| Binary | 110010 | 10001 | 101000 | 0 | 1000010 | 10100 | 1010000 | 100111110 | 110001 | 1101 |
Color Harmonies of #321128
Complementary color
Monochromatic Colors of #321128
Black with #321128
Text Example
Text Example
White with #321128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321128; }
p { color: rgb(50,17,40); }
H1.HeaderClassName
{
color: #321128;
}
.AnyTagClassName
{
color: #321128;
}
</style>
background-color css
<style>
a { background-color: #321128; }
a { background-color: rgb(50,17,40); }
div.DivClassName
{
background-color: #321128;
}
.BgClassName
{
background-color: #321128;
}
</style>
border-color css
<style>
span { border-color: #321128; }
span { border-color: rgb(50,17,40); }
td.TdClassName
{
border-color: #321128;
}
.TagClassName
{
border-color: #321128;
}
</style>