Shades of Blackberry #32071C
Tints of Blackberry #32071C
RGB
CMYK
RGB Variations
Color information
#32071C (or 0x32071C) is known color: Blackberry. HEX triplet: 32, 07 and 1C. RGB value is (50,7,28). Sum of RGB (Red+Green+Blue) = 50+7+28=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #32071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32071C is #CDF8E3. Grayscale: #161616. Windows color (decimal): -13498596 or 1836850. OLE color: 1836850.
HSL color Cylindrical-coordinate representation of color #32071C: hue angle of 330.7º 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 #32071C is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 7 | 28 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.80 |
| HSL | 330.7º | 0.75% | 0.11% | - |
| HSV(B) | 330.7º | 0.86% | 0.2% | - |
| XYZ | 1.6 | 0.91 | 1.19 | - |
| YUV | 22.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 28 | 0 | 0.86 | 0.44 | 0.80 | 330.7 | 0.75 | 0.11 |
| Hex | 32 | 7 | 1C | 0 | 56 | 2C | 50 | 14B | 4B | B |
| Octal | 62 | 7 | 34 | 0 | 126 | 54 | 120 | 513 | 113 | 13 |
| Binary | 110010 | 111 | 11100 | 0 | 1010110 | 101100 | 1010000 | 101001011 | 1001011 | 1011 |
Color Harmonies of #32071C
Complementary color
Monochromatic Colors of #32071C
Black with #32071C
Text Example
Text Example
White with #32071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32071C; }
p { color: rgb(50,7,28); }
H1.HeaderClassName
{
color: #32071C;
}
.AnyTagClassName
{
color: #32071C;
}
</style>
background-color css
<style>
a { background-color: #32071C; }
a { background-color: rgb(50,7,28); }
div.DivClassName
{
background-color: #32071C;
}
.BgClassName
{
background-color: #32071C;
}
</style>
border-color css
<style>
span { border-color: #32071C; }
span { border-color: rgb(50,7,28); }
td.TdClassName
{
border-color: #32071C;
}
.TagClassName
{
border-color: #32071C;
}
</style>