Shades of Blackberry #320017
Tints of Blackberry #320017
RGB
CMYK
RGB Variations
Color information
#320017 (or 0x320017) is known color: Blackberry. HEX triplet: 32, 00 and 17. RGB value is (50,0,23). Sum of RGB (Red+Green+Blue) = 50+0+23=73 (9% of max value = 765). Red value is 50 (19.92% from 255 or 68.49% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 50 - color contains mainly: red. Hex color #320017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320017 is #CDFFE8. Grayscale: #111111. Windows color (decimal): -13500393 or 1507378. OLE color: 1507378.
HSL color Cylindrical-coordinate representation of color #320017: hue angle of 332.4º 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 #320017 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.54 | 0.80 |
| HSL | 332.4º | 1% | 0.1% | - |
| HSV(B) | 332.4º | 1% | 0.2% | - |
| XYZ | 1.47 | 0.74 | 0.88 | - |
| YUV | 17.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 23 | 0 | 1 | 0.54 | 0.80 | 332.4 | 1 | 0.1 |
| Hex | 32 | 0 | 17 | 0 | 64 | 36 | 50 | 14C | 64 | A |
| Octal | 62 | 0 | 27 | 0 | 144 | 66 | 120 | 514 | 144 | 12 |
| Binary | 110010 | 0 | 10111 | 0 | 1100100 | 110110 | 1010000 | 101001100 | 1100100 | 1010 |
Color Harmonies of #320017
Complementary color
Monochromatic Colors of #320017
Black with #320017
Text Example
Text Example
White with #320017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320017; }
p { color: rgb(50,0,23); }
H1.HeaderClassName
{
color: #320017;
}
.AnyTagClassName
{
color: #320017;
}
</style>
background-color css
<style>
a { background-color: #320017; }
a { background-color: rgb(50,0,23); }
div.DivClassName
{
background-color: #320017;
}
.BgClassName
{
background-color: #320017;
}
</style>
border-color css
<style>
span { border-color: #320017; }
span { border-color: rgb(50,0,23); }
td.TdClassName
{
border-color: #320017;
}
.TagClassName
{
border-color: #320017;
}
</style>