Shades of Blackberry #1F0817
Tints of Blackberry #1F0817
RGB
CMYK
RGB Variations
Color information
#1F0817 (or 0x1F0817) is known color: Blackberry. HEX triplet: 1F, 08 and 17. RGB value is (31,8,23). Sum of RGB (Red+Green+Blue) = 31+8+23=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0817 is #E0F7E8. Grayscale: #101010. Windows color (decimal): -14743529 or 1509407. OLE color: 1509407.
HSL color Cylindrical-coordinate representation of color #1F0817: hue angle of 320.87º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F0817 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 8 | 23 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.88 |
| HSL | 320.87º | 0.59% | 0.08% | - |
| HSV(B) | 320.87º | 0.74% | 0.12% | - |
| XYZ | 0.81 | 0.53 | 0.87 | - |
| YUV | 16.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 23 | 0 | 0.74 | 0.26 | 0.88 | 320.87 | 0.59 | 0.08 |
| Hex | 1F | 8 | 17 | 0 | 4A | 1A | 58 | 141 | 3B | 8 |
| Octal | 37 | 10 | 27 | 0 | 112 | 32 | 130 | 501 | 73 | 10 |
| Binary | 11111 | 1000 | 10111 | 0 | 1001010 | 11010 | 1011000 | 101000001 | 111011 | 1000 |
Color Harmonies of #1F0817
Complementary color
Monochromatic Colors of #1F0817
Black with #1F0817
Text Example
Text Example
White with #1F0817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0817; }
p { color: rgb(31,8,23); }
H1.HeaderClassName
{
color: #1F0817;
}
.AnyTagClassName
{
color: #1F0817;
}
</style>
background-color css
<style>
a { background-color: #1F0817; }
a { background-color: rgb(31,8,23); }
div.DivClassName
{
background-color: #1F0817;
}
.BgClassName
{
background-color: #1F0817;
}
</style>
border-color css
<style>
span { border-color: #1F0817; }
span { border-color: rgb(31,8,23); }
td.TdClassName
{
border-color: #1F0817;
}
.TagClassName
{
border-color: #1F0817;
}
</style>