Shades of Blackberry #320F26
Tints of Blackberry #320F26
RGB
CMYK
RGB Variations
Color information
#320F26 (or 0x320F26) is known color: Blackberry. HEX triplet: 32, 0F and 26. RGB value is (50,15,38). Sum of RGB (Red+Green+Blue) = 50+15+38=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #320F26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F26 is #CDF0D9. Grayscale: #1C1C1C. Windows color (decimal): -13496538 or 2494258. OLE color: 2494258.
HSL color Cylindrical-coordinate representation of color #320F26: hue angle of 320.57º 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 #320F26 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 38 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.80 |
| HSL | 320.57º | 0.54% | 0.13% | - |
| HSV(B) | 320.57º | 0.7% | 0.2% | - |
| XYZ | 1.84 | 1.16 | 1.96 | - |
| YUV | 28.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 38 | 0 | 0.70 | 0.24 | 0.80 | 320.57 | 0.54 | 0.13 |
| Hex | 32 | F | 26 | 0 | 46 | 18 | 50 | 141 | 36 | D |
| Octal | 62 | 17 | 46 | 0 | 106 | 30 | 120 | 501 | 66 | 15 |
| Binary | 110010 | 1111 | 100110 | 0 | 1000110 | 11000 | 1010000 | 101000001 | 110110 | 1101 |
Color Harmonies of #320F26
Complementary color
Monochromatic Colors of #320F26
Black with #320F26
Text Example
Text Example
White with #320F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F26; }
p { color: rgb(50,15,38); }
H1.HeaderClassName
{
color: #320F26;
}
.AnyTagClassName
{
color: #320F26;
}
</style>
background-color css
<style>
a { background-color: #320F26; }
a { background-color: rgb(50,15,38); }
div.DivClassName
{
background-color: #320F26;
}
.BgClassName
{
background-color: #320F26;
}
</style>
border-color css
<style>
span { border-color: #320F26; }
span { border-color: rgb(50,15,38); }
td.TdClassName
{
border-color: #320F26;
}
.TagClassName
{
border-color: #320F26;
}
</style>