Shades of Blackberry #310C1B
Tints of Blackberry #310C1B
RGB
CMYK
RGB Variations
Color information
#310C1B (or 0x310C1B) is known color: Blackberry. HEX triplet: 31, 0C and 1B. RGB value is (49,12,27). Sum of RGB (Red+Green+Blue) = 49+12+27=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #310C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C1B is #CEF3E4. Grayscale: #181818. Windows color (decimal): -13562853 or 1772593. OLE color: 1772593.
HSL color Cylindrical-coordinate representation of color #310C1B: hue angle of 335.68º 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 #310C1B is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 12 | 27 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.81 |
| HSL | 335.68º | 0.61% | 0.12% | - |
| HSV(B) | 335.68º | 0.76% | 0.19% | - |
| XYZ | 1.6 | 1 | 1.14 | - |
| YUV | 24.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 27 | 0 | 0.76 | 0.45 | 0.81 | 335.68 | 0.61 | 0.12 |
| Hex | 31 | C | 1B | 0 | 4C | 2D | 51 | 150 | 3D | C |
| Octal | 61 | 14 | 33 | 0 | 114 | 55 | 121 | 520 | 75 | 14 |
| Binary | 110001 | 1100 | 11011 | 0 | 1001100 | 101101 | 1010001 | 101010000 | 111101 | 1100 |
Color Harmonies of #310C1B
Complementary color
Monochromatic Colors of #310C1B
Black with #310C1B
Text Example
Text Example
White with #310C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C1B; }
p { color: rgb(49,12,27); }
H1.HeaderClassName
{
color: #310C1B;
}
.AnyTagClassName
{
color: #310C1B;
}
</style>
background-color css
<style>
a { background-color: #310C1B; }
a { background-color: rgb(49,12,27); }
div.DivClassName
{
background-color: #310C1B;
}
.BgClassName
{
background-color: #310C1B;
}
</style>
border-color css
<style>
span { border-color: #310C1B; }
span { border-color: rgb(49,12,27); }
td.TdClassName
{
border-color: #310C1B;
}
.TagClassName
{
border-color: #310C1B;
}
</style>