Shades of Blackberry #31011C
Tints of Blackberry #31011C
RGB
CMYK
RGB Variations
Color information
#31011C (or 0x31011C) is known color: Blackberry. HEX triplet: 31, 01 and 1C. RGB value is (49,1,28). Sum of RGB (Red+Green+Blue) = 49+1+28=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #31011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31011C is #CEFEE3. Grayscale: #121212. Windows color (decimal): -13565668 or 1835313. OLE color: 1835313.
HSL color Cylindrical-coordinate representation of color #31011C: hue angle of 326.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31011C is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 1 | 28 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.81 |
| HSL | 326.25º | 0.96% | 0.1% | - |
| HSV(B) | 326.25º | 0.98% | 0.19% | - |
| XYZ | 1.49 | 0.76 | 1.17 | - |
| YUV | 18.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 28 | 0 | 0.98 | 0.43 | 0.81 | 326.25 | 0.96 | 0.1 |
| Hex | 31 | 1 | 1C | 0 | 62 | 2B | 51 | 146 | 60 | A |
| Octal | 61 | 1 | 34 | 0 | 142 | 53 | 121 | 506 | 140 | 12 |
| Binary | 110001 | 1 | 11100 | 0 | 1100010 | 101011 | 1010001 | 101000110 | 1100000 | 1010 |
Color Harmonies of #31011C
Complementary color
Monochromatic Colors of #31011C
Black with #31011C
Text Example
Text Example
White with #31011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31011C; }
p { color: rgb(49,1,28); }
H1.HeaderClassName
{
color: #31011C;
}
.AnyTagClassName
{
color: #31011C;
}
</style>
background-color css
<style>
a { background-color: #31011C; }
a { background-color: rgb(49,1,28); }
div.DivClassName
{
background-color: #31011C;
}
.BgClassName
{
background-color: #31011C;
}
</style>
border-color css
<style>
span { border-color: #31011C; }
span { border-color: rgb(49,1,28); }
td.TdClassName
{
border-color: #31011C;
}
.TagClassName
{
border-color: #31011C;
}
</style>