Shades of Blackberry #1F0016
Tints of Blackberry #1F0016
RGB
CMYK
RGB Variations
Color information
#1F0016 (or 0x1F0016) is known color: Blackberry. HEX triplet: 1F, 00 and 16. RGB value is (31,0,22). Sum of RGB (Red+Green+Blue) = 31+0+22=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0016 is #E0FFE9. Grayscale: #0B0B0B. Windows color (decimal): -14745578 or 1441823. OLE color: 1441823.
HSL color Cylindrical-coordinate representation of color #1F0016: hue angle of 317.42º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0016 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.29 | 0.88 |
| HSL | 317.42º | 1% | 0.06% | - |
| HSV(B) | 317.42º | 1% | 0.12% | - |
| XYZ | 0.71 | 0.35 | 0.79 | - |
| YUV | 11.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 22 | 0 | 1 | 0.29 | 0.88 | 317.42 | 1 | 0.06 |
| Hex | 1F | 0 | 16 | 0 | 64 | 1D | 58 | 13D | 64 | 6 |
| Octal | 37 | 0 | 26 | 0 | 144 | 35 | 130 | 475 | 144 | 6 |
| Binary | 11111 | 0 | 10110 | 0 | 1100100 | 11101 | 1011000 | 100111101 | 1100100 | 110 |
Color Harmonies of #1F0016
Complementary color
Monochromatic Colors of #1F0016
Black with #1F0016
Text Example
Text Example
White with #1F0016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0016; }
p { color: rgb(31,0,22); }
H1.HeaderClassName
{
color: #1F0016;
}
.AnyTagClassName
{
color: #1F0016;
}
</style>
background-color css
<style>
a { background-color: #1F0016; }
a { background-color: rgb(31,0,22); }
div.DivClassName
{
background-color: #1F0016;
}
.BgClassName
{
background-color: #1F0016;
}
</style>
border-color css
<style>
span { border-color: #1F0016; }
span { border-color: rgb(31,0,22); }
td.TdClassName
{
border-color: #1F0016;
}
.TagClassName
{
border-color: #1F0016;
}
</style>