Shades of Blackberry #1F0917
Tints of Blackberry #1F0917
RGB
CMYK
RGB Variations
Color information
#1F0917 (or 0x1F0917) is known color: Blackberry. HEX triplet: 1F, 09 and 17. RGB value is (31,9,23). Sum of RGB (Red+Green+Blue) = 31+9+23=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0917 is #E0F6E8. Grayscale: #111111. Windows color (decimal): -14743273 or 1509663. OLE color: 1509663.
HSL color Cylindrical-coordinate representation of color #1F0917: hue angle of 321.82º 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 #1F0917 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 9 | 23 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.88 |
| HSL | 321.82º | 0.55% | 0.08% | - |
| HSV(B) | 321.82º | 0.71% | 0.12% | - |
| XYZ | 0.82 | 0.55 | 0.87 | - |
| YUV | 17.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 23 | 0 | 0.71 | 0.26 | 0.88 | 321.82 | 0.55 | 0.08 |
| Hex | 1F | 9 | 17 | 0 | 47 | 1A | 58 | 142 | 37 | 8 |
| Octal | 37 | 11 | 27 | 0 | 107 | 32 | 130 | 502 | 67 | 10 |
| Binary | 11111 | 1001 | 10111 | 0 | 1000111 | 11010 | 1011000 | 101000010 | 110111 | 1000 |
Color Harmonies of #1F0917
Complementary color
Monochromatic Colors of #1F0917
Black with #1F0917
Text Example
Text Example
White with #1F0917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0917; }
p { color: rgb(31,9,23); }
H1.HeaderClassName
{
color: #1F0917;
}
.AnyTagClassName
{
color: #1F0917;
}
</style>
background-color css
<style>
a { background-color: #1F0917; }
a { background-color: rgb(31,9,23); }
div.DivClassName
{
background-color: #1F0917;
}
.BgClassName
{
background-color: #1F0917;
}
</style>
border-color css
<style>
span { border-color: #1F0917; }
span { border-color: rgb(31,9,23); }
td.TdClassName
{
border-color: #1F0917;
}
.TagClassName
{
border-color: #1F0917;
}
</style>