Shades of Blackberry #1F0316
Tints of Blackberry #1F0316
RGB
CMYK
RGB Variations
Color information
#1F0316 (or 0x1F0316) is known color: Blackberry. HEX triplet: 1F, 03 and 16. RGB value is (31,3,22). Sum of RGB (Red+Green+Blue) = 31+3+22=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0316 is #E0FCE9. Grayscale: #0D0D0D. Windows color (decimal): -14744810 or 1442591. OLE color: 1442591.
HSL color Cylindrical-coordinate representation of color #1F0316: hue angle of 319.29º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0316 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 3 | 22 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.88 |
| HSL | 319.29º | 0.82% | 0.07% | - |
| HSV(B) | 319.29º | 0.9% | 0.12% | - |
| XYZ | 0.74 | 0.41 | 0.8 | - |
| YUV | 13.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 22 | 0 | 0.90 | 0.29 | 0.88 | 319.29 | 0.82 | 0.07 |
| Hex | 1F | 3 | 16 | 0 | 5A | 1D | 58 | 13F | 52 | 7 |
| Octal | 37 | 3 | 26 | 0 | 132 | 35 | 130 | 477 | 122 | 7 |
| Binary | 11111 | 11 | 10110 | 0 | 1011010 | 11101 | 1011000 | 100111111 | 1010010 | 111 |
Color Harmonies of #1F0316
Complementary color
Monochromatic Colors of #1F0316
Black with #1F0316
Text Example
Text Example
White with #1F0316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0316; }
p { color: rgb(31,3,22); }
H1.HeaderClassName
{
color: #1F0316;
}
.AnyTagClassName
{
color: #1F0316;
}
</style>
background-color css
<style>
a { background-color: #1F0316; }
a { background-color: rgb(31,3,22); }
div.DivClassName
{
background-color: #1F0316;
}
.BgClassName
{
background-color: #1F0316;
}
</style>
border-color css
<style>
span { border-color: #1F0316; }
span { border-color: rgb(31,3,22); }
td.TdClassName
{
border-color: #1F0316;
}
.TagClassName
{
border-color: #1F0316;
}
</style>