Shades of Blackberry #310C1E
Tints of Blackberry #310C1E
RGB
CMYK
RGB Variations
Color information
#310C1E (or 0x310C1E) is known color: Blackberry. HEX triplet: 31, 0C and 1E. RGB value is (49,12,30). Sum of RGB (Red+Green+Blue) = 49+12+30=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #310C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C1E is #CEF3E1. Grayscale: #191919. Windows color (decimal): -13562850 or 1969201. OLE color: 1969201.
HSL color Cylindrical-coordinate representation of color #310C1E: hue angle of 330.81º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #310C1E is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 12 | 30 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.81 |
| HSL | 330.81º | 0.61% | 0.12% | - |
| HSV(B) | 330.81º | 0.76% | 0.19% | - |
| XYZ | 1.63 | 1.01 | 1.34 | - |
| YUV | 25.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 30 | 0 | 0.76 | 0.39 | 0.81 | 330.81 | 0.61 | 0.12 |
| Hex | 31 | C | 1E | 0 | 4C | 27 | 51 | 14B | 3D | C |
| Octal | 61 | 14 | 36 | 0 | 114 | 47 | 121 | 513 | 75 | 14 |
| Binary | 110001 | 1100 | 11110 | 0 | 1001100 | 100111 | 1010001 | 101001011 | 111101 | 1100 |
Color Harmonies of #310C1E
Complementary color
Monochromatic Colors of #310C1E
Black with #310C1E
Text Example
Text Example
White with #310C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C1E; }
p { color: rgb(49,12,30); }
H1.HeaderClassName
{
color: #310C1E;
}
.AnyTagClassName
{
color: #310C1E;
}
</style>
background-color css
<style>
a { background-color: #310C1E; }
a { background-color: rgb(49,12,30); }
div.DivClassName
{
background-color: #310C1E;
}
.BgClassName
{
background-color: #310C1E;
}
</style>
border-color css
<style>
span { border-color: #310C1E; }
span { border-color: rgb(49,12,30); }
td.TdClassName
{
border-color: #310C1E;
}
.TagClassName
{
border-color: #310C1E;
}
</style>