Shades of Blackberry #32081B
Tints of Blackberry #32081B
RGB
CMYK
RGB Variations
Color information
#32081B (or 0x32081B) is known color: Blackberry. HEX triplet: 32, 08 and 1B. RGB value is (50,8,27). Sum of RGB (Red+Green+Blue) = 50+8+27=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #32081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32081B is #CDF7E4. Grayscale: #161616. Windows color (decimal): -13498341 or 1771570. OLE color: 1771570.
HSL color Cylindrical-coordinate representation of color #32081B: hue angle of 332.86º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32081B is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 8 | 27 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.80 |
| HSL | 332.86º | 0.72% | 0.11% | - |
| HSV(B) | 332.86º | 0.84% | 0.2% | - |
| XYZ | 1.6 | 0.93 | 1.13 | - |
| YUV | 22.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 27 | 0 | 0.84 | 0.46 | 0.80 | 332.86 | 0.72 | 0.11 |
| Hex | 32 | 8 | 1B | 0 | 54 | 2E | 50 | 14D | 48 | B |
| Octal | 62 | 10 | 33 | 0 | 124 | 56 | 120 | 515 | 110 | 13 |
| Binary | 110010 | 1000 | 11011 | 0 | 1010100 | 101110 | 1010000 | 101001101 | 1001000 | 1011 |
Color Harmonies of #32081B
Complementary color
Monochromatic Colors of #32081B
Black with #32081B
Text Example
Text Example
White with #32081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32081B; }
p { color: rgb(50,8,27); }
H1.HeaderClassName
{
color: #32081B;
}
.AnyTagClassName
{
color: #32081B;
}
</style>
background-color css
<style>
a { background-color: #32081B; }
a { background-color: rgb(50,8,27); }
div.DivClassName
{
background-color: #32081B;
}
.BgClassName
{
background-color: #32081B;
}
</style>
border-color css
<style>
span { border-color: #32081B; }
span { border-color: rgb(50,8,27); }
td.TdClassName
{
border-color: #32081B;
}
.TagClassName
{
border-color: #32081B;
}
</style>