Shades of Blackberry #1F0214
Tints of Blackberry #1F0214
RGB
CMYK
RGB Variations
Color information
#1F0214 (or 0x1F0214) is known color: Blackberry. HEX triplet: 1F, 02 and 14. RGB value is (31,2,20). Sum of RGB (Red+Green+Blue) = 31+2+20=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0214 is #E0FDEB. Grayscale: #0C0C0C. Windows color (decimal): -14745068 or 1311263. OLE color: 1311263.
HSL color Cylindrical-coordinate representation of color #1F0214: hue angle of 322.76º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0214 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 2 | 20 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.88 |
| HSL | 322.76º | 0.88% | 0.06% | - |
| HSV(B) | 322.76º | 0.94% | 0.12% | - |
| XYZ | 0.71 | 0.39 | 0.7 | - |
| YUV | 12.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 20 | 0 | 0.94 | 0.35 | 0.88 | 322.76 | 0.88 | 0.06 |
| Hex | 1F | 2 | 14 | 0 | 5E | 23 | 58 | 143 | 58 | 6 |
| Octal | 37 | 2 | 24 | 0 | 136 | 43 | 130 | 503 | 130 | 6 |
| Binary | 11111 | 10 | 10100 | 0 | 1011110 | 100011 | 1011000 | 101000011 | 1011000 | 110 |
Color Harmonies of #1F0214
Complementary color
Monochromatic Colors of #1F0214
Black with #1F0214
Text Example
Text Example
White with #1F0214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0214; }
p { color: rgb(31,2,20); }
H1.HeaderClassName
{
color: #1F0214;
}
.AnyTagClassName
{
color: #1F0214;
}
</style>
background-color css
<style>
a { background-color: #1F0214; }
a { background-color: rgb(31,2,20); }
div.DivClassName
{
background-color: #1F0214;
}
.BgClassName
{
background-color: #1F0214;
}
</style>
border-color css
<style>
span { border-color: #1F0214; }
span { border-color: rgb(31,2,20); }
td.TdClassName
{
border-color: #1F0214;
}
.TagClassName
{
border-color: #1F0214;
}
</style>