Shades of Blackberry #1F0512
Tints of Blackberry #1F0512
RGB
CMYK
RGB Variations
Color information
#1F0512 (or 0x1F0512) is known color: Blackberry. HEX triplet: 1F, 05 and 12. RGB value is (31,5,18). Sum of RGB (Red+Green+Blue) = 31+5+18=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0512 is #E0FAED. Grayscale: #0E0E0E. Windows color (decimal): -14744302 or 1180959. OLE color: 1180959.
HSL color Cylindrical-coordinate representation of color #1F0512: hue angle of 330º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F0512 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 5 | 18 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.88 |
| HSL | 330º | 0.72% | 0.07% | - |
| HSV(B) | 330º | 0.84% | 0.12% | - |
| XYZ | 0.73 | 0.44 | 0.62 | - |
| YUV | 14.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 18 | 0 | 0.84 | 0.42 | 0.88 | 330 | 0.72 | 0.07 |
| Hex | 1F | 5 | 12 | 0 | 54 | 2A | 58 | 14A | 48 | 7 |
| Octal | 37 | 5 | 22 | 0 | 124 | 52 | 130 | 512 | 110 | 7 |
| Binary | 11111 | 101 | 10010 | 0 | 1010100 | 101010 | 1011000 | 101001010 | 1001000 | 111 |
Color Harmonies of #1F0512
Complementary color
Monochromatic Colors of #1F0512
Black with #1F0512
Text Example
Text Example
White with #1F0512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0512; }
p { color: rgb(31,5,18); }
H1.HeaderClassName
{
color: #1F0512;
}
.AnyTagClassName
{
color: #1F0512;
}
</style>
background-color css
<style>
a { background-color: #1F0512; }
a { background-color: rgb(31,5,18); }
div.DivClassName
{
background-color: #1F0512;
}
.BgClassName
{
background-color: #1F0512;
}
</style>
border-color css
<style>
span { border-color: #1F0512; }
span { border-color: rgb(31,5,18); }
td.TdClassName
{
border-color: #1F0512;
}
.TagClassName
{
border-color: #1F0512;
}
</style>