Shades of Blackberry #32021E
Tints of Blackberry #32021E
RGB
CMYK
RGB Variations
Color information
#32021E (or 0x32021E) is known color: Blackberry. HEX triplet: 32, 02 and 1E. RGB value is (50,2,30). Sum of RGB (Red+Green+Blue) = 50+2+30=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #32021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32021E is #CDFDE1. Grayscale: #131313. Windows color (decimal): -13499874 or 1966642. OLE color: 1966642.
HSL color Cylindrical-coordinate representation of color #32021E: hue angle of 325º 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 #32021E is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 2 | 30 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.80 |
| HSL | 325º | 0.92% | 0.1% | - |
| HSV(B) | 325º | 0.96% | 0.2% | - |
| XYZ | 1.57 | 0.82 | 1.3 | - |
| YUV | 19.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 30 | 0 | 0.96 | 0.40 | 0.80 | 325 | 0.92 | 0.1 |
| Hex | 32 | 2 | 1E | 0 | 60 | 28 | 50 | 145 | 5C | A |
| Octal | 62 | 2 | 36 | 0 | 140 | 50 | 120 | 505 | 134 | 12 |
| Binary | 110010 | 10 | 11110 | 0 | 1100000 | 101000 | 1010000 | 101000101 | 1011100 | 1010 |
Color Harmonies of #32021E
Complementary color
Monochromatic Colors of #32021E
Black with #32021E
Text Example
Text Example
White with #32021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32021E; }
p { color: rgb(50,2,30); }
H1.HeaderClassName
{
color: #32021E;
}
.AnyTagClassName
{
color: #32021E;
}
</style>
background-color css
<style>
a { background-color: #32021E; }
a { background-color: rgb(50,2,30); }
div.DivClassName
{
background-color: #32021E;
}
.BgClassName
{
background-color: #32021E;
}
</style>
border-color css
<style>
span { border-color: #32021E; }
span { border-color: rgb(50,2,30); }
td.TdClassName
{
border-color: #32021E;
}
.TagClassName
{
border-color: #32021E;
}
</style>