Shades of Blackberry #32071B
Tints of Blackberry #32071B
RGB
CMYK
RGB Variations
Color information
#32071B (or 0x32071B) is known color: Blackberry. HEX triplet: 32, 07 and 1B. RGB value is (50,7,27). Sum of RGB (Red+Green+Blue) = 50+7+27=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #32071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32071B is #CDF8E4. Grayscale: #161616. Windows color (decimal): -13498597 or 1771314. OLE color: 1771314.
HSL color Cylindrical-coordinate representation of color #32071B: hue angle of 332.09º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32071B is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 7 | 27 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.80 |
| HSL | 332.09º | 0.75% | 0.11% | - |
| HSV(B) | 332.09º | 0.86% | 0.2% | - |
| XYZ | 1.59 | 0.91 | 1.13 | - |
| YUV | 22.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 27 | 0 | 0.86 | 0.46 | 0.80 | 332.09 | 0.75 | 0.11 |
| Hex | 32 | 7 | 1B | 0 | 56 | 2E | 50 | 14C | 4B | B |
| Octal | 62 | 7 | 33 | 0 | 126 | 56 | 120 | 514 | 113 | 13 |
| Binary | 110010 | 111 | 11011 | 0 | 1010110 | 101110 | 1010000 | 101001100 | 1001011 | 1011 |
Color Harmonies of #32071B
Complementary color
Monochromatic Colors of #32071B
Black with #32071B
Text Example
Text Example
White with #32071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32071B; }
p { color: rgb(50,7,27); }
H1.HeaderClassName
{
color: #32071B;
}
.AnyTagClassName
{
color: #32071B;
}
</style>
background-color css
<style>
a { background-color: #32071B; }
a { background-color: rgb(50,7,27); }
div.DivClassName
{
background-color: #32071B;
}
.BgClassName
{
background-color: #32071B;
}
</style>
border-color css
<style>
span { border-color: #32071B; }
span { border-color: rgb(50,7,27); }
td.TdClassName
{
border-color: #32071B;
}
.TagClassName
{
border-color: #32071B;
}
</style>