Shades of Blackberry #1F0516
Tints of Blackberry #1F0516
RGB
CMYK
RGB Variations
Color information
#1F0516 (or 0x1F0516) is known color: Blackberry. HEX triplet: 1F, 05 and 16. RGB value is (31,5,22). Sum of RGB (Red+Green+Blue) = 31+5+22=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0516 is #E0FAE9. Grayscale: #0E0E0E. Windows color (decimal): -14744298 or 1443103. OLE color: 1443103.
HSL color Cylindrical-coordinate representation of color #1F0516: hue angle of 320.77º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F0516 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 5 | 22 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.88 |
| HSL | 320.77º | 0.72% | 0.07% | - |
| HSV(B) | 320.77º | 0.84% | 0.12% | - |
| XYZ | 0.76 | 0.46 | 0.81 | - |
| YUV | 14.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 22 | 0 | 0.84 | 0.29 | 0.88 | 320.77 | 0.72 | 0.07 |
| Hex | 1F | 5 | 16 | 0 | 54 | 1D | 58 | 141 | 48 | 7 |
| Octal | 37 | 5 | 26 | 0 | 124 | 35 | 130 | 501 | 110 | 7 |
| Binary | 11111 | 101 | 10110 | 0 | 1010100 | 11101 | 1011000 | 101000001 | 1001000 | 111 |
Color Harmonies of #1F0516
Complementary color
Monochromatic Colors of #1F0516
Black with #1F0516
Text Example
Text Example
White with #1F0516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0516; }
p { color: rgb(31,5,22); }
H1.HeaderClassName
{
color: #1F0516;
}
.AnyTagClassName
{
color: #1F0516;
}
</style>
background-color css
<style>
a { background-color: #1F0516; }
a { background-color: rgb(31,5,22); }
div.DivClassName
{
background-color: #1F0516;
}
.BgClassName
{
background-color: #1F0516;
}
</style>
border-color css
<style>
span { border-color: #1F0516; }
span { border-color: rgb(31,5,22); }
td.TdClassName
{
border-color: #1F0516;
}
.TagClassName
{
border-color: #1F0516;
}
</style>