Shades of Blackberry #32061C
Tints of Blackberry #32061C
RGB
CMYK
RGB Variations
Color information
#32061C (or 0x32061C) is known color: Blackberry. HEX triplet: 32, 06 and 1C. RGB value is (50,6,28). Sum of RGB (Red+Green+Blue) = 50+6+28=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #32061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32061C is #CDF9E3. Grayscale: #151515. Windows color (decimal): -13498852 or 1836594. OLE color: 1836594.
HSL color Cylindrical-coordinate representation of color #32061C: hue angle of 330º 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 #32061C is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 6 | 28 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.80 |
| HSL | 330º | 0.79% | 0.11% | - |
| HSV(B) | 330º | 0.88% | 0.2% | - |
| XYZ | 1.59 | 0.89 | 1.19 | - |
| YUV | 21.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 28 | 0 | 0.88 | 0.44 | 0.80 | 330 | 0.79 | 0.11 |
| Hex | 32 | 6 | 1C | 0 | 58 | 2C | 50 | 14A | 4F | B |
| Octal | 62 | 6 | 34 | 0 | 130 | 54 | 120 | 512 | 117 | 13 |
| Binary | 110010 | 110 | 11100 | 0 | 1011000 | 101100 | 1010000 | 101001010 | 1001111 | 1011 |
Color Harmonies of #32061C
Complementary color
Monochromatic Colors of #32061C
Black with #32061C
Text Example
Text Example
White with #32061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32061C; }
p { color: rgb(50,6,28); }
H1.HeaderClassName
{
color: #32061C;
}
.AnyTagClassName
{
color: #32061C;
}
</style>
background-color css
<style>
a { background-color: #32061C; }
a { background-color: rgb(50,6,28); }
div.DivClassName
{
background-color: #32061C;
}
.BgClassName
{
background-color: #32061C;
}
</style>
border-color css
<style>
span { border-color: #32061C; }
span { border-color: rgb(50,6,28); }
td.TdClassName
{
border-color: #32061C;
}
.TagClassName
{
border-color: #32061C;
}
</style>