Shades of Blackberry #320E28
Tints of Blackberry #320E28
RGB
CMYK
RGB Variations
Color information
#320E28 (or 0x320E28) is known color: Blackberry. HEX triplet: 32, 0E and 28. RGB value is (50,14,40). Sum of RGB (Red+Green+Blue) = 50+14+40=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #320E28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320E28 is #CDF1D7. Grayscale: #1B1B1B. Windows color (decimal): -13496792 or 2625074. OLE color: 2625074.
HSL color Cylindrical-coordinate representation of color #320E28: hue angle of 316.67º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #320E28 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 14 | 40 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.80 |
| HSL | 316.67º | 0.56% | 0.13% | - |
| HSV(B) | 316.67º | 0.72% | 0.2% | - |
| XYZ | 1.86 | 1.15 | 2.13 | - |
| YUV | 27.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 40 | 0 | 0.72 | 0.20 | 0.80 | 316.67 | 0.56 | 0.13 |
| Hex | 32 | E | 28 | 0 | 48 | 14 | 50 | 13D | 38 | D |
| Octal | 62 | 16 | 50 | 0 | 110 | 24 | 120 | 475 | 70 | 15 |
| Binary | 110010 | 1110 | 101000 | 0 | 1001000 | 10100 | 1010000 | 100111101 | 111000 | 1101 |
Color Harmonies of #320E28
Complementary color
Monochromatic Colors of #320E28
Black with #320E28
Text Example
Text Example
White with #320E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320E28; }
p { color: rgb(50,14,40); }
H1.HeaderClassName
{
color: #320E28;
}
.AnyTagClassName
{
color: #320E28;
}
</style>
background-color css
<style>
a { background-color: #320E28; }
a { background-color: rgb(50,14,40); }
div.DivClassName
{
background-color: #320E28;
}
.BgClassName
{
background-color: #320E28;
}
</style>
border-color css
<style>
span { border-color: #320E28; }
span { border-color: rgb(50,14,40); }
td.TdClassName
{
border-color: #320E28;
}
.TagClassName
{
border-color: #320E28;
}
</style>