Shades of Blackberry #1F0914
Tints of Blackberry #1F0914
RGB
CMYK
RGB Variations
Color information
#1F0914 (or 0x1F0914) is known color: Blackberry. HEX triplet: 1F, 09 and 14. RGB value is (31,9,20). Sum of RGB (Red+Green+Blue) = 31+9+20=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0914 is #E0F6EB. Grayscale: #101010. Windows color (decimal): -14743276 or 1313055. OLE color: 1313055.
HSL color Cylindrical-coordinate representation of color #1F0914: hue angle of 330º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F0914 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 9 | 20 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.88 |
| HSL | 330º | 0.55% | 0.08% | - |
| HSV(B) | 330º | 0.71% | 0.12% | - |
| XYZ | 0.79 | 0.54 | 0.72 | - |
| YUV | 16.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 20 | 0 | 0.71 | 0.35 | 0.88 | 330 | 0.55 | 0.08 |
| Hex | 1F | 9 | 14 | 0 | 47 | 23 | 58 | 14A | 37 | 8 |
| Octal | 37 | 11 | 24 | 0 | 107 | 43 | 130 | 512 | 67 | 10 |
| Binary | 11111 | 1001 | 10100 | 0 | 1000111 | 100011 | 1011000 | 101001010 | 110111 | 1000 |
Color Harmonies of #1F0914
Complementary color
Monochromatic Colors of #1F0914
Black with #1F0914
Text Example
Text Example
White with #1F0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0914; }
p { color: rgb(31,9,20); }
H1.HeaderClassName
{
color: #1F0914;
}
.AnyTagClassName
{
color: #1F0914;
}
</style>
background-color css
<style>
a { background-color: #1F0914; }
a { background-color: rgb(31,9,20); }
div.DivClassName
{
background-color: #1F0914;
}
.BgClassName
{
background-color: #1F0914;
}
</style>
border-color css
<style>
span { border-color: #1F0914; }
span { border-color: rgb(31,9,20); }
td.TdClassName
{
border-color: #1F0914;
}
.TagClassName
{
border-color: #1F0914;
}
</style>