Shades of Blackberry #32071D
Tints of Blackberry #32071D
RGB
CMYK
RGB Variations
Color information
#32071D (or 0x32071D) is known color: Blackberry. HEX triplet: 32, 07 and 1D. RGB value is (50,7,29). Sum of RGB (Red+Green+Blue) = 50+7+29=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #32071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32071D is #CDF8E2. Grayscale: #161616. Windows color (decimal): -13498595 or 1902386. OLE color: 1902386.
HSL color Cylindrical-coordinate representation of color #32071D: hue angle of 329.3º 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 #32071D is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 7 | 29 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.80 |
| HSL | 329.3º | 0.75% | 0.11% | - |
| HSV(B) | 329.3º | 0.86% | 0.2% | - |
| XYZ | 1.61 | 0.92 | 1.25 | - |
| YUV | 22.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 29 | 0 | 0.86 | 0.42 | 0.80 | 329.3 | 0.75 | 0.11 |
| Hex | 32 | 7 | 1D | 0 | 56 | 2A | 50 | 149 | 4B | B |
| Octal | 62 | 7 | 35 | 0 | 126 | 52 | 120 | 511 | 113 | 13 |
| Binary | 110010 | 111 | 11101 | 0 | 1010110 | 101010 | 1010000 | 101001001 | 1001011 | 1011 |
Color Harmonies of #32071D
Complementary color
Monochromatic Colors of #32071D
Black with #32071D
Text Example
Text Example
White with #32071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32071D; }
p { color: rgb(50,7,29); }
H1.HeaderClassName
{
color: #32071D;
}
.AnyTagClassName
{
color: #32071D;
}
</style>
background-color css
<style>
a { background-color: #32071D; }
a { background-color: rgb(50,7,29); }
div.DivClassName
{
background-color: #32071D;
}
.BgClassName
{
background-color: #32071D;
}
</style>
border-color css
<style>
span { border-color: #32071D; }
span { border-color: rgb(50,7,29); }
td.TdClassName
{
border-color: #32071D;
}
.TagClassName
{
border-color: #32071D;
}
</style>