Shades of Blackberry #1F0815
Tints of Blackberry #1F0815
RGB
CMYK
RGB Variations
Color information
#1F0815 (or 0x1F0815) is known color: Blackberry. HEX triplet: 1F, 08 and 15. RGB value is (31,8,21). Sum of RGB (Red+Green+Blue) = 31+8+21=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0815 is #E0F7EA. Grayscale: #101010. Windows color (decimal): -14743531 or 1378335. OLE color: 1378335.
HSL color Cylindrical-coordinate representation of color #1F0815: hue angle of 326.09º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F0815 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 8 | 21 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.88 |
| HSL | 326.09º | 0.59% | 0.08% | - |
| HSV(B) | 326.09º | 0.74% | 0.12% | - |
| XYZ | 0.79 | 0.52 | 0.77 | - |
| YUV | 16.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 21 | 0 | 0.74 | 0.32 | 0.88 | 326.09 | 0.59 | 0.08 |
| Hex | 1F | 8 | 15 | 0 | 4A | 20 | 58 | 146 | 3B | 8 |
| Octal | 37 | 10 | 25 | 0 | 112 | 40 | 130 | 506 | 73 | 10 |
| Binary | 11111 | 1000 | 10101 | 0 | 1001010 | 100000 | 1011000 | 101000110 | 111011 | 1000 |
Color Harmonies of #1F0815
Complementary color
Monochromatic Colors of #1F0815
Black with #1F0815
Text Example
Text Example
White with #1F0815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0815; }
p { color: rgb(31,8,21); }
H1.HeaderClassName
{
color: #1F0815;
}
.AnyTagClassName
{
color: #1F0815;
}
</style>
background-color css
<style>
a { background-color: #1F0815; }
a { background-color: rgb(31,8,21); }
div.DivClassName
{
background-color: #1F0815;
}
.BgClassName
{
background-color: #1F0815;
}
</style>
border-color css
<style>
span { border-color: #1F0815; }
span { border-color: rgb(31,8,21); }
td.TdClassName
{
border-color: #1F0815;
}
.TagClassName
{
border-color: #1F0815;
}
</style>