Shades of Blackberry #1F0412
Tints of Blackberry #1F0412
RGB
CMYK
RGB Variations
Color information
#1F0412 (or 0x1F0412) is known color: Blackberry. HEX triplet: 1F, 04 and 12. RGB value is (31,4,18). Sum of RGB (Red+Green+Blue) = 31+4+18=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0412 is #E0FBED. Grayscale: #0D0D0D. Windows color (decimal): -14744558 or 1180703. OLE color: 1180703.
HSL color Cylindrical-coordinate representation of color #1F0412: hue angle of 328.89º 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 #1F0412 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 4 | 18 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.88 |
| HSL | 328.89º | 0.77% | 0.07% | - |
| HSV(B) | 328.89º | 0.87% | 0.12% | - |
| XYZ | 0.72 | 0.42 | 0.62 | - |
| YUV | 13.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 18 | 0 | 0.87 | 0.42 | 0.88 | 328.89 | 0.77 | 0.07 |
| Hex | 1F | 4 | 12 | 0 | 57 | 2A | 58 | 149 | 4D | 7 |
| Octal | 37 | 4 | 22 | 0 | 127 | 52 | 130 | 511 | 115 | 7 |
| Binary | 11111 | 100 | 10010 | 0 | 1010111 | 101010 | 1011000 | 101001001 | 1001101 | 111 |
Color Harmonies of #1F0412
Complementary color
Monochromatic Colors of #1F0412
Black with #1F0412
Text Example
Text Example
White with #1F0412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0412; }
p { color: rgb(31,4,18); }
H1.HeaderClassName
{
color: #1F0412;
}
.AnyTagClassName
{
color: #1F0412;
}
</style>
background-color css
<style>
a { background-color: #1F0412; }
a { background-color: rgb(31,4,18); }
div.DivClassName
{
background-color: #1F0412;
}
.BgClassName
{
background-color: #1F0412;
}
</style>
border-color css
<style>
span { border-color: #1F0412; }
span { border-color: rgb(31,4,18); }
td.TdClassName
{
border-color: #1F0412;
}
.TagClassName
{
border-color: #1F0412;
}
</style>