Shades of Blackberry #1F0313
Tints of Blackberry #1F0313
RGB
CMYK
RGB Variations
Color information
#1F0313 (or 0x1F0313) is known color: Blackberry. HEX triplet: 1F, 03 and 13. RGB value is (31,3,19). Sum of RGB (Red+Green+Blue) = 31+3+19=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0313 is #E0FCEC. Grayscale: #0D0D0D. Windows color (decimal): -14744813 or 1245983. OLE color: 1245983.
HSL color Cylindrical-coordinate representation of color #1F0313: hue angle of 325.71º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0313 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 3 | 19 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.88 |
| HSL | 325.71º | 0.82% | 0.07% | - |
| HSV(B) | 325.71º | 0.9% | 0.12% | - |
| XYZ | 0.72 | 0.4 | 0.66 | - |
| YUV | 13.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 19 | 0 | 0.90 | 0.39 | 0.88 | 325.71 | 0.82 | 0.07 |
| Hex | 1F | 3 | 13 | 0 | 5A | 27 | 58 | 146 | 52 | 7 |
| Octal | 37 | 3 | 23 | 0 | 132 | 47 | 130 | 506 | 122 | 7 |
| Binary | 11111 | 11 | 10011 | 0 | 1011010 | 100111 | 1011000 | 101000110 | 1010010 | 111 |
Color Harmonies of #1F0313
Complementary color
Monochromatic Colors of #1F0313
Black with #1F0313
Text Example
Text Example
White with #1F0313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0313; }
p { color: rgb(31,3,19); }
H1.HeaderClassName
{
color: #1F0313;
}
.AnyTagClassName
{
color: #1F0313;
}
</style>
background-color css
<style>
a { background-color: #1F0313; }
a { background-color: rgb(31,3,19); }
div.DivClassName
{
background-color: #1F0313;
}
.BgClassName
{
background-color: #1F0313;
}
</style>
border-color css
<style>
span { border-color: #1F0313; }
span { border-color: rgb(31,3,19); }
td.TdClassName
{
border-color: #1F0313;
}
.TagClassName
{
border-color: #1F0313;
}
</style>