Shades of Blackberry #1F0C17
Tints of Blackberry #1F0C17
RGB
CMYK
RGB Variations
Color information
#1F0C17 (or 0x1F0C17) is known color: Blackberry. HEX triplet: 1F, 0C and 17. RGB value is (31,12,23). Sum of RGB (Red+Green+Blue) = 31+12+23=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C17 is #E0F3E8. Grayscale: #121212. Windows color (decimal): -14742505 or 1510431. OLE color: 1510431.
HSL color Cylindrical-coordinate representation of color #1F0C17: hue angle of 325.26º 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 #1F0C17 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 12 | 23 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.88 |
| HSL | 325.26º | 0.44% | 0.08% | - |
| HSV(B) | 325.26º | 0.61% | 0.12% | - |
| XYZ | 0.85 | 0.62 | 0.88 | - |
| YUV | 18.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 23 | 0 | 0.61 | 0.26 | 0.88 | 325.26 | 0.44 | 0.08 |
| Hex | 1F | C | 17 | 0 | 3D | 1A | 58 | 145 | 2C | 8 |
| Octal | 37 | 14 | 27 | 0 | 75 | 32 | 130 | 505 | 54 | 10 |
| Binary | 11111 | 1100 | 10111 | 0 | 111101 | 11010 | 1011000 | 101000101 | 101100 | 1000 |
Color Harmonies of #1F0C17
Complementary color
Monochromatic Colors of #1F0C17
Black with #1F0C17
Text Example
Text Example
White with #1F0C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0C17; }
p { color: rgb(31,12,23); }
H1.HeaderClassName
{
color: #1F0C17;
}
.AnyTagClassName
{
color: #1F0C17;
}
</style>
background-color css
<style>
a { background-color: #1F0C17; }
a { background-color: rgb(31,12,23); }
div.DivClassName
{
background-color: #1F0C17;
}
.BgClassName
{
background-color: #1F0C17;
}
</style>
border-color css
<style>
span { border-color: #1F0C17; }
span { border-color: rgb(31,12,23); }
td.TdClassName
{
border-color: #1F0C17;
}
.TagClassName
{
border-color: #1F0C17;
}
</style>