Shades of Blackberry #1F0E17
Tints of Blackberry #1F0E17
RGB
CMYK
RGB Variations
Color information
#1F0E17 (or 0x1F0E17) is known color: Blackberry. HEX triplet: 1F, 0E and 17. RGB value is (31,14,23). Sum of RGB (Red+Green+Blue) = 31+14+23=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0E17 is #E0F1E8. Grayscale: #141414. Windows color (decimal): -14741993 or 1510943. OLE color: 1510943.
HSL color Cylindrical-coordinate representation of color #1F0E17: hue angle of 328.24º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F0E17 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 14 | 23 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.88 |
| HSL | 328.24º | 0.38% | 0.09% | - |
| HSV(B) | 328.24º | 0.55% | 0.12% | - |
| XYZ | 0.88 | 0.67 | 0.89 | - |
| YUV | 20.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 14 | 23 | 0 | 0.55 | 0.26 | 0.88 | 328.24 | 0.38 | 0.09 |
| Hex | 1F | E | 17 | 0 | 37 | 1A | 58 | 148 | 26 | 9 |
| Octal | 37 | 16 | 27 | 0 | 67 | 32 | 130 | 510 | 46 | 11 |
| Binary | 11111 | 1110 | 10111 | 0 | 110111 | 11010 | 1011000 | 101001000 | 100110 | 1001 |
Color Harmonies of #1F0E17
Complementary color
Monochromatic Colors of #1F0E17
Black with #1F0E17
Text Example
Text Example
White with #1F0E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0E17; }
p { color: rgb(31,14,23); }
H1.HeaderClassName
{
color: #1F0E17;
}
.AnyTagClassName
{
color: #1F0E17;
}
</style>
background-color css
<style>
a { background-color: #1F0E17; }
a { background-color: rgb(31,14,23); }
div.DivClassName
{
background-color: #1F0E17;
}
.BgClassName
{
background-color: #1F0E17;
}
</style>
border-color css
<style>
span { border-color: #1F0E17; }
span { border-color: rgb(31,14,23); }
td.TdClassName
{
border-color: #1F0E17;
}
.TagClassName
{
border-color: #1F0E17;
}
</style>