Shades of Blackberry #320F29
Tints of Blackberry #320F29
RGB
CMYK
RGB Variations
Color information
#320F29 (or 0x320F29) is known color: Blackberry. HEX triplet: 32, 0F and 29. RGB value is (50,15,41). Sum of RGB (Red+Green+Blue) = 50+15+41=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #320F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F29 is #CDF0D6. Grayscale: #1C1C1C. Windows color (decimal): -13496535 or 2690866. OLE color: 2690866.
HSL color Cylindrical-coordinate representation of color #320F29: hue angle of 315.43º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #320F29 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 41 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.80 |
| HSL | 315.43º | 0.54% | 0.13% | - |
| HSV(B) | 315.43º | 0.7% | 0.2% | - |
| XYZ | 1.89 | 1.18 | 2.23 | - |
| YUV | 28.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 41 | 0 | 0.70 | 0.18 | 0.80 | 315.43 | 0.54 | 0.13 |
| Hex | 32 | F | 29 | 0 | 46 | 12 | 50 | 13B | 36 | D |
| Octal | 62 | 17 | 51 | 0 | 106 | 22 | 120 | 473 | 66 | 15 |
| Binary | 110010 | 1111 | 101001 | 0 | 1000110 | 10010 | 1010000 | 100111011 | 110110 | 1101 |
Color Harmonies of #320F29
Complementary color
Monochromatic Colors of #320F29
Black with #320F29
Text Example
Text Example
White with #320F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F29; }
p { color: rgb(50,15,41); }
H1.HeaderClassName
{
color: #320F29;
}
.AnyTagClassName
{
color: #320F29;
}
</style>
background-color css
<style>
a { background-color: #320F29; }
a { background-color: rgb(50,15,41); }
div.DivClassName
{
background-color: #320F29;
}
.BgClassName
{
background-color: #320F29;
}
</style>
border-color css
<style>
span { border-color: #320F29; }
span { border-color: rgb(50,15,41); }
td.TdClassName
{
border-color: #320F29;
}
.TagClassName
{
border-color: #320F29;
}
</style>