Shades of Blackberry #310C25
Tints of Blackberry #310C25
RGB
CMYK
RGB Variations
Color information
#310C25 (or 0x310C25) is known color: Blackberry. HEX triplet: 31, 0C and 25. RGB value is (49,12,37). Sum of RGB (Red+Green+Blue) = 49+12+37=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #310C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C25 is #CEF3DA. Grayscale: #191919. Windows color (decimal): -13562843 or 2427953. OLE color: 2427953.
HSL color Cylindrical-coordinate representation of color #310C25: hue angle of 319.46º 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 #310C25 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 12 | 37 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.81 |
| HSL | 319.46º | 0.61% | 0.12% | - |
| HSV(B) | 319.46º | 0.76% | 0.19% | - |
| XYZ | 1.73 | 1.05 | 1.86 | - |
| YUV | 25.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 37 | 0 | 0.76 | 0.24 | 0.81 | 319.46 | 0.61 | 0.12 |
| Hex | 31 | C | 25 | 0 | 4C | 18 | 51 | 13F | 3D | C |
| Octal | 61 | 14 | 45 | 0 | 114 | 30 | 121 | 477 | 75 | 14 |
| Binary | 110001 | 1100 | 100101 | 0 | 1001100 | 11000 | 1010001 | 100111111 | 111101 | 1100 |
Color Harmonies of #310C25
Complementary color
Monochromatic Colors of #310C25
Black with #310C25
Text Example
Text Example
White with #310C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C25; }
p { color: rgb(49,12,37); }
H1.HeaderClassName
{
color: #310C25;
}
.AnyTagClassName
{
color: #310C25;
}
</style>
background-color css
<style>
a { background-color: #310C25; }
a { background-color: rgb(49,12,37); }
div.DivClassName
{
background-color: #310C25;
}
.BgClassName
{
background-color: #310C25;
}
</style>
border-color css
<style>
span { border-color: #310C25; }
span { border-color: rgb(49,12,37); }
td.TdClassName
{
border-color: #310C25;
}
.TagClassName
{
border-color: #310C25;
}
</style>