Shades of Blackberry #1F0C16
Tints of Blackberry #1F0C16
RGB
CMYK
RGB Variations
Color information
#1F0C16 (or 0x1F0C16) is known color: Blackberry. HEX triplet: 1F, 0C and 16. RGB value is (31,12,22). Sum of RGB (Red+Green+Blue) = 31+12+22=65 (8% of max value = 765). Red value is 31 (12.5% from 255 or 47.69% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C16 is #E0F3E9. Grayscale: #121212. Windows color (decimal): -14742506 or 1444895. OLE color: 1444895.
HSL color Cylindrical-coordinate representation of color #1F0C16: hue angle of 328.42º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F0C16 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 12 | 22 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.88 |
| HSL | 328.42º | 0.44% | 0.08% | - |
| HSV(B) | 328.42º | 0.61% | 0.12% | - |
| XYZ | 0.84 | 0.61 | 0.83 | - |
| YUV | 18.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 22 | 0 | 0.61 | 0.29 | 0.88 | 328.42 | 0.44 | 0.08 |
| Hex | 1F | C | 16 | 0 | 3D | 1D | 58 | 148 | 2C | 8 |
| Octal | 37 | 14 | 26 | 0 | 75 | 35 | 130 | 510 | 54 | 10 |
| Binary | 11111 | 1100 | 10110 | 0 | 111101 | 11101 | 1011000 | 101001000 | 101100 | 1000 |
Color Harmonies of #1F0C16
Complementary color
Monochromatic Colors of #1F0C16
Black with #1F0C16
Text Example
Text Example
White with #1F0C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0C16; }
p { color: rgb(31,12,22); }
H1.HeaderClassName
{
color: #1F0C16;
}
.AnyTagClassName
{
color: #1F0C16;
}
</style>
background-color css
<style>
a { background-color: #1F0C16; }
a { background-color: rgb(31,12,22); }
div.DivClassName
{
background-color: #1F0C16;
}
.BgClassName
{
background-color: #1F0C16;
}
</style>
border-color css
<style>
span { border-color: #1F0C16; }
span { border-color: rgb(31,12,22); }
td.TdClassName
{
border-color: #1F0C16;
}
.TagClassName
{
border-color: #1F0C16;
}
</style>