Shades of Blackberry #320019
Tints of Blackberry #320019
RGB
CMYK
RGB Variations
Color information
#320019 (or 0x320019) is known color: Blackberry. HEX triplet: 32, 00 and 19. RGB value is (50,0,25). Sum of RGB (Red+Green+Blue) = 50+0+25=75 (9% of max value = 765). Red value is 50 (19.92% from 255 or 66.67% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 50 - color contains mainly: red. Hex color #320019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320019 is #CDFFE6. Grayscale: #111111. Windows color (decimal): -13500391 or 1638450. OLE color: 1638450.
HSL color Cylindrical-coordinate representation of color #320019: hue angle of 330º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320019 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.50 | 0.80 |
| HSL | 330º | 1% | 0.1% | - |
| HSV(B) | 330º | 1% | 0.2% | - |
| XYZ | 1.49 | 0.75 | 0.99 | - |
| YUV | 17.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 25 | 0 | 1 | 0.50 | 0.80 | 330 | 1 | 0.1 |
| Hex | 32 | 0 | 19 | 0 | 64 | 32 | 50 | 14A | 64 | A |
| Octal | 62 | 0 | 31 | 0 | 144 | 62 | 120 | 512 | 144 | 12 |
| Binary | 110010 | 0 | 11001 | 0 | 1100100 | 110010 | 1010000 | 101001010 | 1100100 | 1010 |
Color Harmonies of #320019
Complementary color
Monochromatic Colors of #320019
Black with #320019
Text Example
Text Example
White with #320019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320019; }
p { color: rgb(50,0,25); }
H1.HeaderClassName
{
color: #320019;
}
.AnyTagClassName
{
color: #320019;
}
</style>
background-color css
<style>
a { background-color: #320019; }
a { background-color: rgb(50,0,25); }
div.DivClassName
{
background-color: #320019;
}
.BgClassName
{
background-color: #320019;
}
</style>
border-color css
<style>
span { border-color: #320019; }
span { border-color: rgb(50,0,25); }
td.TdClassName
{
border-color: #320019;
}
.TagClassName
{
border-color: #320019;
}
</style>