Shades of Blackberry #32021C
Tints of Blackberry #32021C
RGB
CMYK
RGB Variations
Color information
#32021C (or 0x32021C) is known color: Blackberry. HEX triplet: 32, 02 and 1C. RGB value is (50,2,28). Sum of RGB (Red+Green+Blue) = 50+2+28=80 (10% of max value = 765). Red value is 50 (19.92% from 255 or 62.5% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 50 - color contains mainly: red. Hex color #32021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32021C is #CDFDE3. Grayscale: #131313. Windows color (decimal): -13499876 or 1835570. OLE color: 1835570.
HSL color Cylindrical-coordinate representation of color #32021C: hue angle of 327.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32021C is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 2 | 28 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.80 |
| HSL | 327.5º | 0.92% | 0.1% | - |
| HSV(B) | 327.5º | 0.96% | 0.2% | - |
| XYZ | 1.55 | 0.81 | 1.17 | - |
| YUV | 19.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 28 | 0 | 0.96 | 0.44 | 0.80 | 327.5 | 0.92 | 0.1 |
| Hex | 32 | 2 | 1C | 0 | 60 | 2C | 50 | 148 | 5C | A |
| Octal | 62 | 2 | 34 | 0 | 140 | 54 | 120 | 510 | 134 | 12 |
| Binary | 110010 | 10 | 11100 | 0 | 1100000 | 101100 | 1010000 | 101001000 | 1011100 | 1010 |
Color Harmonies of #32021C
Complementary color
Monochromatic Colors of #32021C
Black with #32021C
Text Example
Text Example
White with #32021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32021C; }
p { color: rgb(50,2,28); }
H1.HeaderClassName
{
color: #32021C;
}
.AnyTagClassName
{
color: #32021C;
}
</style>
background-color css
<style>
a { background-color: #32021C; }
a { background-color: rgb(50,2,28); }
div.DivClassName
{
background-color: #32021C;
}
.BgClassName
{
background-color: #32021C;
}
</style>
border-color css
<style>
span { border-color: #32021C; }
span { border-color: rgb(50,2,28); }
td.TdClassName
{
border-color: #32021C;
}
.TagClassName
{
border-color: #32021C;
}
</style>