Shades of Blackberry #1F1319
Tints of Blackberry #1F1319
RGB
CMYK
RGB Variations
Color information
#1F1319 (or 0x1F1319) is known color: Blackberry. HEX triplet: 1F, 13 and 19. RGB value is (31,19,25). Sum of RGB (Red+Green+Blue) = 31+19+25=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1319 is #E0ECE6. Grayscale: #171717. Windows color (decimal): -14740711 or 1643295. OLE color: 1643295.
HSL color Cylindrical-coordinate representation of color #1F1319: hue angle of 330º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F1319 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 19 | 25 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.88 |
| HSL | 330º | 0.24% | 0.1% | - |
| HSV(B) | 330º | 0.39% | 0.12% | - |
| XYZ | 0.97 | 0.83 | 1.03 | - |
| YUV | 23.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 25 | 0 | 0.39 | 0.19 | 0.88 | 330 | 0.24 | 0.1 |
| Hex | 1F | 13 | 19 | 0 | 27 | 13 | 58 | 14A | 18 | A |
| Octal | 37 | 23 | 31 | 0 | 47 | 23 | 130 | 512 | 30 | 12 |
| Binary | 11111 | 10011 | 11001 | 0 | 100111 | 10011 | 1011000 | 101001010 | 11000 | 1010 |
Color Harmonies of #1F1319
Complementary color
Monochromatic Colors of #1F1319
Black with #1F1319
Text Example
Text Example
White with #1F1319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1319; }
p { color: rgb(31,19,25); }
H1.HeaderClassName
{
color: #1F1319;
}
.AnyTagClassName
{
color: #1F1319;
}
</style>
background-color css
<style>
a { background-color: #1F1319; }
a { background-color: rgb(31,19,25); }
div.DivClassName
{
background-color: #1F1319;
}
.BgClassName
{
background-color: #1F1319;
}
</style>
border-color css
<style>
span { border-color: #1F1319; }
span { border-color: rgb(31,19,25); }
td.TdClassName
{
border-color: #1F1319;
}
.TagClassName
{
border-color: #1F1319;
}
</style>