Shades of Blackberry #320B26
Tints of Blackberry #320B26
RGB
CMYK
RGB Variations
Color information
#320B26 (or 0x320B26) is known color: Blackberry. HEX triplet: 32, 0B and 26. RGB value is (50,11,38). Sum of RGB (Red+Green+Blue) = 50+11+38=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #320B26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B26 is #CDF4D9. Grayscale: #191919. Windows color (decimal): -13497562 or 2493234. OLE color: 2493234.
HSL color Cylindrical-coordinate representation of color #320B26: hue angle of 318.46º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320B26 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 38 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.80 |
| HSL | 318.46º | 0.64% | 0.12% | - |
| HSV(B) | 318.46º | 0.78% | 0.2% | - |
| XYZ | 1.78 | 1.06 | 1.94 | - |
| YUV | 25.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 38 | 0 | 0.78 | 0.24 | 0.80 | 318.46 | 0.64 | 0.12 |
| Hex | 32 | B | 26 | 0 | 4E | 18 | 50 | 13E | 40 | C |
| Octal | 62 | 13 | 46 | 0 | 116 | 30 | 120 | 476 | 100 | 14 |
| Binary | 110010 | 1011 | 100110 | 0 | 1001110 | 11000 | 1010000 | 100111110 | 1000000 | 1100 |
Color Harmonies of #320B26
Complementary color
Monochromatic Colors of #320B26
Black with #320B26
Text Example
Text Example
White with #320B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B26; }
p { color: rgb(50,11,38); }
H1.HeaderClassName
{
color: #320B26;
}
.AnyTagClassName
{
color: #320B26;
}
</style>
background-color css
<style>
a { background-color: #320B26; }
a { background-color: rgb(50,11,38); }
div.DivClassName
{
background-color: #320B26;
}
.BgClassName
{
background-color: #320B26;
}
</style>
border-color css
<style>
span { border-color: #320B26; }
span { border-color: rgb(50,11,38); }
td.TdClassName
{
border-color: #320B26;
}
.TagClassName
{
border-color: #320B26;
}
</style>