Shades of Blackberry #310F1E
Tints of Blackberry #310F1E
RGB
CMYK
RGB Variations
Color information
#310F1E (or 0x310F1E) is known color: Blackberry. HEX triplet: 31, 0F and 1E. RGB value is (49,15,30). Sum of RGB (Red+Green+Blue) = 49+15+30=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #310F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310F1E is #CEF0E1. Grayscale: #1A1A1A. Windows color (decimal): -13562082 or 1969969. OLE color: 1969969.
HSL color Cylindrical-coordinate representation of color #310F1E: hue angle of 333.53º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #310F1E is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 15 | 30 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.81 |
| HSL | 333.53º | 0.53% | 0.13% | - |
| HSV(B) | 333.53º | 0.69% | 0.19% | - |
| XYZ | 1.67 | 1.09 | 1.35 | - |
| YUV | 26.88 | 129.76 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 30 | 0 | 0.69 | 0.39 | 0.81 | 333.53 | 0.53 | 0.13 |
| Hex | 31 | F | 1E | 0 | 45 | 27 | 51 | 14E | 35 | D |
| Octal | 61 | 17 | 36 | 0 | 105 | 47 | 121 | 516 | 65 | 15 |
| Binary | 110001 | 1111 | 11110 | 0 | 1000101 | 100111 | 1010001 | 101001110 | 110101 | 1101 |
Color Harmonies of #310F1E
Complementary color
Monochromatic Colors of #310F1E
Black with #310F1E
Text Example
Text Example
White with #310F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310F1E; }
p { color: rgb(49,15,30); }
H1.HeaderClassName
{
color: #310F1E;
}
.AnyTagClassName
{
color: #310F1E;
}
</style>
background-color css
<style>
a { background-color: #310F1E; }
a { background-color: rgb(49,15,30); }
div.DivClassName
{
background-color: #310F1E;
}
.BgClassName
{
background-color: #310F1E;
}
</style>
border-color css
<style>
span { border-color: #310F1E; }
span { border-color: rgb(49,15,30); }
td.TdClassName
{
border-color: #310F1E;
}
.TagClassName
{
border-color: #310F1E;
}
</style>