Shades of Blackberry #31021A
Tints of Blackberry #31021A
RGB
CMYK
RGB Variations
Color information
#31021A (or 0x31021A) is known color: Blackberry. HEX triplet: 31, 02 and 1A. RGB value is (49,2,26). Sum of RGB (Red+Green+Blue) = 49+2+26=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #31021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31021A is #CEFDE5. Grayscale: #121212. Windows color (decimal): -13565414 or 1704497. OLE color: 1704497.
HSL color Cylindrical-coordinate representation of color #31021A: hue angle of 329.36º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31021A is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 2 | 26 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.81 |
| HSL | 329.36º | 0.92% | 0.1% | - |
| HSV(B) | 329.36º | 0.96% | 0.19% | - |
| XYZ | 1.47 | 0.77 | 1.05 | - |
| YUV | 18.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 26 | 0 | 0.96 | 0.47 | 0.81 | 329.36 | 0.92 | 0.1 |
| Hex | 31 | 2 | 1A | 0 | 60 | 2F | 51 | 149 | 5C | A |
| Octal | 61 | 2 | 32 | 0 | 140 | 57 | 121 | 511 | 134 | 12 |
| Binary | 110001 | 10 | 11010 | 0 | 1100000 | 101111 | 1010001 | 101001001 | 1011100 | 1010 |
Color Harmonies of #31021A
Complementary color
Monochromatic Colors of #31021A
Black with #31021A
Text Example
Text Example
White with #31021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31021A; }
p { color: rgb(49,2,26); }
H1.HeaderClassName
{
color: #31021A;
}
.AnyTagClassName
{
color: #31021A;
}
</style>
background-color css
<style>
a { background-color: #31021A; }
a { background-color: rgb(49,2,26); }
div.DivClassName
{
background-color: #31021A;
}
.BgClassName
{
background-color: #31021A;
}
</style>
border-color css
<style>
span { border-color: #31021A; }
span { border-color: rgb(49,2,26); }
td.TdClassName
{
border-color: #31021A;
}
.TagClassName
{
border-color: #31021A;
}
</style>