Shades of Blackberry #1F0417
Tints of Blackberry #1F0417
RGB
CMYK
RGB Variations
Color information
#1F0417 (or 0x1F0417) is known color: Blackberry. HEX triplet: 1F, 04 and 17. RGB value is (31,4,23). Sum of RGB (Red+Green+Blue) = 31+4+23=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0417 is #E0FBE8. Grayscale: #0E0E0E. Windows color (decimal): -14744553 or 1508383. OLE color: 1508383.
HSL color Cylindrical-coordinate representation of color #1F0417: hue angle of 317.78º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F0417 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 4 | 23 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.88 |
| HSL | 317.78º | 0.77% | 0.07% | - |
| HSV(B) | 317.78º | 0.87% | 0.12% | - |
| XYZ | 0.76 | 0.44 | 0.86 | - |
| YUV | 14.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 23 | 0 | 0.87 | 0.26 | 0.88 | 317.78 | 0.77 | 0.07 |
| Hex | 1F | 4 | 17 | 0 | 57 | 1A | 58 | 13E | 4D | 7 |
| Octal | 37 | 4 | 27 | 0 | 127 | 32 | 130 | 476 | 115 | 7 |
| Binary | 11111 | 100 | 10111 | 0 | 1010111 | 11010 | 1011000 | 100111110 | 1001101 | 111 |
Color Harmonies of #1F0417
Complementary color
Monochromatic Colors of #1F0417
Black with #1F0417
Text Example
Text Example
White with #1F0417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0417; }
p { color: rgb(31,4,23); }
H1.HeaderClassName
{
color: #1F0417;
}
.AnyTagClassName
{
color: #1F0417;
}
</style>
background-color css
<style>
a { background-color: #1F0417; }
a { background-color: rgb(31,4,23); }
div.DivClassName
{
background-color: #1F0417;
}
.BgClassName
{
background-color: #1F0417;
}
</style>
border-color css
<style>
span { border-color: #1F0417; }
span { border-color: rgb(31,4,23); }
td.TdClassName
{
border-color: #1F0417;
}
.TagClassName
{
border-color: #1F0417;
}
</style>