Shades of Blackberry #32061B
Tints of Blackberry #32061B
RGB
CMYK
RGB Variations
Color information
#32061B (or 0x32061B) is known color: Blackberry. HEX triplet: 32, 06 and 1B. RGB value is (50,6,27). Sum of RGB (Red+Green+Blue) = 50+6+27=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #32061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32061B is #CDF9E4. Grayscale: #151515. Windows color (decimal): -13498853 or 1771058. OLE color: 1771058.
HSL color Cylindrical-coordinate representation of color #32061B: hue angle of 331.36º 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 #32061B is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 6 | 27 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.80 |
| HSL | 331.36º | 0.79% | 0.11% | - |
| HSV(B) | 331.36º | 0.88% | 0.2% | - |
| XYZ | 1.58 | 0.89 | 1.13 | - |
| YUV | 21.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 27 | 0 | 0.88 | 0.46 | 0.80 | 331.36 | 0.79 | 0.11 |
| Hex | 32 | 6 | 1B | 0 | 58 | 2E | 50 | 14B | 4F | B |
| Octal | 62 | 6 | 33 | 0 | 130 | 56 | 120 | 513 | 117 | 13 |
| Binary | 110010 | 110 | 11011 | 0 | 1011000 | 101110 | 1010000 | 101001011 | 1001111 | 1011 |
Color Harmonies of #32061B
Complementary color
Monochromatic Colors of #32061B
Black with #32061B
Text Example
Text Example
White with #32061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32061B; }
p { color: rgb(50,6,27); }
H1.HeaderClassName
{
color: #32061B;
}
.AnyTagClassName
{
color: #32061B;
}
</style>
background-color css
<style>
a { background-color: #32061B; }
a { background-color: rgb(50,6,27); }
div.DivClassName
{
background-color: #32061B;
}
.BgClassName
{
background-color: #32061B;
}
</style>
border-color css
<style>
span { border-color: #32061B; }
span { border-color: rgb(50,6,27); }
td.TdClassName
{
border-color: #32061B;
}
.TagClassName
{
border-color: #32061B;
}
</style>