Shades of Blackberry #32051B
Tints of Blackberry #32051B
RGB
CMYK
RGB Variations
Color information
#32051B (or 0x32051B) is known color: Blackberry. HEX triplet: 32, 05 and 1B. RGB value is (50,5,27). Sum of RGB (Red+Green+Blue) = 50+5+27=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #32051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32051B is #CDFAE4. Grayscale: #141414. Windows color (decimal): -13499109 or 1770802. OLE color: 1770802.
HSL color Cylindrical-coordinate representation of color #32051B: hue angle of 330.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32051B is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 5 | 27 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.80 |
| HSL | 330.67º | 0.82% | 0.11% | - |
| HSV(B) | 330.67º | 0.9% | 0.2% | - |
| XYZ | 1.57 | 0.87 | 1.12 | - |
| YUV | 20.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 27 | 0 | 0.90 | 0.46 | 0.80 | 330.67 | 0.82 | 0.11 |
| Hex | 32 | 5 | 1B | 0 | 5A | 2E | 50 | 14B | 52 | B |
| Octal | 62 | 5 | 33 | 0 | 132 | 56 | 120 | 513 | 122 | 13 |
| Binary | 110010 | 101 | 11011 | 0 | 1011010 | 101110 | 1010000 | 101001011 | 1010010 | 1011 |
Color Harmonies of #32051B
Complementary color
Monochromatic Colors of #32051B
Black with #32051B
Text Example
Text Example
White with #32051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32051B; }
p { color: rgb(50,5,27); }
H1.HeaderClassName
{
color: #32051B;
}
.AnyTagClassName
{
color: #32051B;
}
</style>
background-color css
<style>
a { background-color: #32051B; }
a { background-color: rgb(50,5,27); }
div.DivClassName
{
background-color: #32051B;
}
.BgClassName
{
background-color: #32051B;
}
</style>
border-color css
<style>
span { border-color: #32051B; }
span { border-color: rgb(50,5,27); }
td.TdClassName
{
border-color: #32051B;
}
.TagClassName
{
border-color: #32051B;
}
</style>