Shades of Blackberry #32041E
Tints of Blackberry #32041E
RGB
CMYK
RGB Variations
Color information
#32041E (or 0x32041E) is known color: Blackberry. HEX triplet: 32, 04 and 1E. RGB value is (50,4,30). Sum of RGB (Red+Green+Blue) = 50+4+30=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #32041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32041E is #CDFBE1. Grayscale: #141414. Windows color (decimal): -13499362 or 1967154. OLE color: 1967154.
HSL color Cylindrical-coordinate representation of color #32041E: hue angle of 326.09º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32041E is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 4 | 30 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.80 |
| HSL | 326.09º | 0.85% | 0.11% | - |
| HSV(B) | 326.09º | 0.92% | 0.2% | - |
| XYZ | 1.59 | 0.86 | 1.31 | - |
| YUV | 20.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 30 | 0 | 0.92 | 0.40 | 0.80 | 326.09 | 0.85 | 0.11 |
| Hex | 32 | 4 | 1E | 0 | 5C | 28 | 50 | 146 | 55 | B |
| Octal | 62 | 4 | 36 | 0 | 134 | 50 | 120 | 506 | 125 | 13 |
| Binary | 110010 | 100 | 11110 | 0 | 1011100 | 101000 | 1010000 | 101000110 | 1010101 | 1011 |
Color Harmonies of #32041E
Complementary color
Monochromatic Colors of #32041E
Black with #32041E
Text Example
Text Example
White with #32041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32041E; }
p { color: rgb(50,4,30); }
H1.HeaderClassName
{
color: #32041E;
}
.AnyTagClassName
{
color: #32041E;
}
</style>
background-color css
<style>
a { background-color: #32041E; }
a { background-color: rgb(50,4,30); }
div.DivClassName
{
background-color: #32041E;
}
.BgClassName
{
background-color: #32041E;
}
</style>
border-color css
<style>
span { border-color: #32041E; }
span { border-color: rgb(50,4,30); }
td.TdClassName
{
border-color: #32041E;
}
.TagClassName
{
border-color: #32041E;
}
</style>