Shades of Blackberry #1F0112
Tints of Blackberry #1F0112
RGB
CMYK
RGB Variations
Color information
#1F0112 (or 0x1F0112) is known color: Blackberry. HEX triplet: 1F, 01 and 12. RGB value is (31,1,18). Sum of RGB (Red+Green+Blue) = 31+1+18=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0112 is #E0FEED. Grayscale: #0B0B0B. Windows color (decimal): -14745326 or 1179935. OLE color: 1179935.
HSL color Cylindrical-coordinate representation of color #1F0112: hue angle of 326º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0112 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 1 | 18 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.88 |
| HSL | 326º | 0.94% | 0.06% | - |
| HSV(B) | 326º | 0.97% | 0.12% | - |
| XYZ | 0.69 | 0.36 | 0.61 | - |
| YUV | 11.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 18 | 0 | 0.97 | 0.42 | 0.88 | 326 | 0.94 | 0.06 |
| Hex | 1F | 1 | 12 | 0 | 61 | 2A | 58 | 146 | 5E | 6 |
| Octal | 37 | 1 | 22 | 0 | 141 | 52 | 130 | 506 | 136 | 6 |
| Binary | 11111 | 1 | 10010 | 0 | 1100001 | 101010 | 1011000 | 101000110 | 1011110 | 110 |
Color Harmonies of #1F0112
Complementary color
Monochromatic Colors of #1F0112
Black with #1F0112
Text Example
Text Example
White with #1F0112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0112; }
p { color: rgb(31,1,18); }
H1.HeaderClassName
{
color: #1F0112;
}
.AnyTagClassName
{
color: #1F0112;
}
</style>
background-color css
<style>
a { background-color: #1F0112; }
a { background-color: rgb(31,1,18); }
div.DivClassName
{
background-color: #1F0112;
}
.BgClassName
{
background-color: #1F0112;
}
</style>
border-color css
<style>
span { border-color: #1F0112; }
span { border-color: rgb(31,1,18); }
td.TdClassName
{
border-color: #1F0112;
}
.TagClassName
{
border-color: #1F0112;
}
</style>