Shades of Blackberry #320119
Tints of Blackberry #320119
RGB
CMYK
RGB Variations
Color information
#320119 (or 0x320119) is known color: Blackberry. HEX triplet: 32, 01 and 19. RGB value is (50,1,25). Sum of RGB (Red+Green+Blue) = 50+1+25=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #320119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320119 is #CDFEE6. Grayscale: #121212. Windows color (decimal): -13500135 or 1638706. OLE color: 1638706.
HSL color Cylindrical-coordinate representation of color #320119: hue angle of 330.61º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320119 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 1 | 25 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.80 |
| HSL | 330.61º | 0.96% | 0.1% | - |
| HSV(B) | 330.61º | 0.98% | 0.2% | - |
| XYZ | 1.5 | 0.77 | 0.99 | - |
| YUV | 18.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 25 | 0 | 0.98 | 0.50 | 0.80 | 330.61 | 0.96 | 0.1 |
| Hex | 32 | 1 | 19 | 0 | 62 | 32 | 50 | 14B | 60 | A |
| Octal | 62 | 1 | 31 | 0 | 142 | 62 | 120 | 513 | 140 | 12 |
| Binary | 110010 | 1 | 11001 | 0 | 1100010 | 110010 | 1010000 | 101001011 | 1100000 | 1010 |
Color Harmonies of #320119
Complementary color
Monochromatic Colors of #320119
Black with #320119
Text Example
Text Example
White with #320119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320119; }
p { color: rgb(50,1,25); }
H1.HeaderClassName
{
color: #320119;
}
.AnyTagClassName
{
color: #320119;
}
</style>
background-color css
<style>
a { background-color: #320119; }
a { background-color: rgb(50,1,25); }
div.DivClassName
{
background-color: #320119;
}
.BgClassName
{
background-color: #320119;
}
</style>
border-color css
<style>
span { border-color: #320119; }
span { border-color: rgb(50,1,25); }
td.TdClassName
{
border-color: #320119;
}
.TagClassName
{
border-color: #320119;
}
</style>