Shades of Blackberry #320018
Tints of Blackberry #320018
RGB
CMYK
RGB Variations
Color information
#320018 (or 0x320018) is known color: Blackberry. HEX triplet: 32, 00 and 18. RGB value is (50,0,24). Sum of RGB (Red+Green+Blue) = 50+0+24=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #320018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320018 is #CDFFE7. Grayscale: #111111. Windows color (decimal): -13500392 or 1572914. OLE color: 1572914.
HSL color Cylindrical-coordinate representation of color #320018: hue angle of 331.2º 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 #320018 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.52 | 0.80 |
| HSL | 331.2º | 1% | 0.1% | - |
| HSV(B) | 331.2º | 1% | 0.2% | - |
| XYZ | 1.48 | 0.74 | 0.93 | - |
| YUV | 17.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 24 | 0 | 1 | 0.52 | 0.80 | 331.2 | 1 | 0.1 |
| Hex | 32 | 0 | 18 | 0 | 64 | 34 | 50 | 14B | 64 | A |
| Octal | 62 | 0 | 30 | 0 | 144 | 64 | 120 | 513 | 144 | 12 |
| Binary | 110010 | 0 | 11000 | 0 | 1100100 | 110100 | 1010000 | 101001011 | 1100100 | 1010 |
Color Harmonies of #320018
Complementary color
Monochromatic Colors of #320018
Black with #320018
Text Example
Text Example
White with #320018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320018; }
p { color: rgb(50,0,24); }
H1.HeaderClassName
{
color: #320018;
}
.AnyTagClassName
{
color: #320018;
}
</style>
background-color css
<style>
a { background-color: #320018; }
a { background-color: rgb(50,0,24); }
div.DivClassName
{
background-color: #320018;
}
.BgClassName
{
background-color: #320018;
}
</style>
border-color css
<style>
span { border-color: #320018; }
span { border-color: rgb(50,0,24); }
td.TdClassName
{
border-color: #320018;
}
.TagClassName
{
border-color: #320018;
}
</style>