Shades of Blackberry #320F1E
Tints of Blackberry #320F1E
RGB
CMYK
RGB Variations
Color information
#320F1E (or 0x320F1E) is known color: Blackberry. HEX triplet: 32, 0F and 1E. RGB value is (50,15,30). Sum of RGB (Red+Green+Blue) = 50+15+30=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #320F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F1E is #CDF0E1. Grayscale: #1B1B1B. Windows color (decimal): -13496546 or 1969970. OLE color: 1969970.
HSL color Cylindrical-coordinate representation of color #320F1E: hue angle of 334.29º 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 #320F1E is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 30 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.80 |
| HSL | 334.29º | 0.54% | 0.13% | - |
| HSV(B) | 334.29º | 0.7% | 0.2% | - |
| XYZ | 1.72 | 1.11 | 1.35 | - |
| YUV | 27.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 30 | 0 | 0.70 | 0.40 | 0.80 | 334.29 | 0.54 | 0.13 |
| Hex | 32 | F | 1E | 0 | 46 | 28 | 50 | 14E | 36 | D |
| Octal | 62 | 17 | 36 | 0 | 106 | 50 | 120 | 516 | 66 | 15 |
| Binary | 110010 | 1111 | 11110 | 0 | 1000110 | 101000 | 1010000 | 101001110 | 110110 | 1101 |
Color Harmonies of #320F1E
Complementary color
Monochromatic Colors of #320F1E
Black with #320F1E
Text Example
Text Example
White with #320F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F1E; }
p { color: rgb(50,15,30); }
H1.HeaderClassName
{
color: #320F1E;
}
.AnyTagClassName
{
color: #320F1E;
}
</style>
background-color css
<style>
a { background-color: #320F1E; }
a { background-color: rgb(50,15,30); }
div.DivClassName
{
background-color: #320F1E;
}
.BgClassName
{
background-color: #320F1E;
}
</style>
border-color css
<style>
span { border-color: #320F1E; }
span { border-color: rgb(50,15,30); }
td.TdClassName
{
border-color: #320F1E;
}
.TagClassName
{
border-color: #320F1E;
}
</style>