Shades of Blackberry #32061D
Tints of Blackberry #32061D
RGB
CMYK
RGB Variations
Color information
#32061D (or 0x32061D) is known color: Blackberry. HEX triplet: 32, 06 and 1D. RGB value is (50,6,29). Sum of RGB (Red+Green+Blue) = 50+6+29=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #32061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32061D is #CDF9E2. Grayscale: #151515. Windows color (decimal): -13498851 or 1902130. OLE color: 1902130.
HSL color Cylindrical-coordinate representation of color #32061D: hue angle of 328.64º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32061D is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 6 | 29 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.80 |
| HSL | 328.64º | 0.79% | 0.11% | - |
| HSV(B) | 328.64º | 0.88% | 0.2% | - |
| XYZ | 1.6 | 0.9 | 1.25 | - |
| YUV | 21.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 29 | 0 | 0.88 | 0.42 | 0.80 | 328.64 | 0.79 | 0.11 |
| Hex | 32 | 6 | 1D | 0 | 58 | 2A | 50 | 149 | 4F | B |
| Octal | 62 | 6 | 35 | 0 | 130 | 52 | 120 | 511 | 117 | 13 |
| Binary | 110010 | 110 | 11101 | 0 | 1011000 | 101010 | 1010000 | 101001001 | 1001111 | 1011 |
Color Harmonies of #32061D
Complementary color
Monochromatic Colors of #32061D
Black with #32061D
Text Example
Text Example
White with #32061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32061D; }
p { color: rgb(50,6,29); }
H1.HeaderClassName
{
color: #32061D;
}
.AnyTagClassName
{
color: #32061D;
}
</style>
background-color css
<style>
a { background-color: #32061D; }
a { background-color: rgb(50,6,29); }
div.DivClassName
{
background-color: #32061D;
}
.BgClassName
{
background-color: #32061D;
}
</style>
border-color css
<style>
span { border-color: #32061D; }
span { border-color: rgb(50,6,29); }
td.TdClassName
{
border-color: #32061D;
}
.TagClassName
{
border-color: #32061D;
}
</style>