Shades of Blackberry #32111F
Tints of Blackberry #32111F
RGB
CMYK
RGB Variations
Color information
#32111F (or 0x32111F) is known color: Blackberry. HEX triplet: 32, 11 and 1F. RGB value is (50,17,31). Sum of RGB (Red+Green+Blue) = 50+17+31=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #32111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32111F is #CDEEE0. Grayscale: #1C1C1C. Windows color (decimal): -13496033 or 2036018. OLE color: 2036018.
HSL color Cylindrical-coordinate representation of color #32111F: hue angle of 334.55º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32111F is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 17 | 31 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.80 |
| HSL | 334.55º | 0.49% | 0.13% | - |
| HSV(B) | 334.55º | 0.66% | 0.2% | - |
| XYZ | 1.76 | 1.18 | 1.43 | - |
| YUV | 28.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 31 | 0 | 0.66 | 0.38 | 0.80 | 334.55 | 0.49 | 0.13 |
| Hex | 32 | 11 | 1F | 0 | 42 | 26 | 50 | 14F | 31 | D |
| Octal | 62 | 21 | 37 | 0 | 102 | 46 | 120 | 517 | 61 | 15 |
| Binary | 110010 | 10001 | 11111 | 0 | 1000010 | 100110 | 1010000 | 101001111 | 110001 | 1101 |
Color Harmonies of #32111F
Complementary color
Monochromatic Colors of #32111F
Black with #32111F
Text Example
Text Example
White with #32111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32111F; }
p { color: rgb(50,17,31); }
H1.HeaderClassName
{
color: #32111F;
}
.AnyTagClassName
{
color: #32111F;
}
</style>
background-color css
<style>
a { background-color: #32111F; }
a { background-color: rgb(50,17,31); }
div.DivClassName
{
background-color: #32111F;
}
.BgClassName
{
background-color: #32111F;
}
</style>
border-color css
<style>
span { border-color: #32111F; }
span { border-color: rgb(50,17,31); }
td.TdClassName
{
border-color: #32111F;
}
.TagClassName
{
border-color: #32111F;
}
</style>