Shades of Blackberry #31021B
Tints of Blackberry #31021B
RGB
CMYK
RGB Variations
Color information
#31021B (or 0x31021B) is known color: Blackberry. HEX triplet: 31, 02 and 1B. RGB value is (49,2,27). Sum of RGB (Red+Green+Blue) = 49+2+27=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #31021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31021B is #CEFDE4. Grayscale: #121212. Windows color (decimal): -13565413 or 1770033. OLE color: 1770033.
HSL color Cylindrical-coordinate representation of color #31021B: hue angle of 328.09º 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 #31021B is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 2 | 27 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.81 |
| HSL | 328.09º | 0.92% | 0.1% | - |
| HSV(B) | 328.09º | 0.96% | 0.19% | - |
| XYZ | 1.49 | 0.78 | 1.11 | - |
| YUV | 18.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 27 | 0 | 0.96 | 0.45 | 0.81 | 328.09 | 0.92 | 0.1 |
| Hex | 31 | 2 | 1B | 0 | 60 | 2D | 51 | 148 | 5C | A |
| Octal | 61 | 2 | 33 | 0 | 140 | 55 | 121 | 510 | 134 | 12 |
| Binary | 110001 | 10 | 11011 | 0 | 1100000 | 101101 | 1010001 | 101001000 | 1011100 | 1010 |
Color Harmonies of #31021B
Complementary color
Monochromatic Colors of #31021B
Black with #31021B
Text Example
Text Example
White with #31021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31021B; }
p { color: rgb(49,2,27); }
H1.HeaderClassName
{
color: #31021B;
}
.AnyTagClassName
{
color: #31021B;
}
</style>
background-color css
<style>
a { background-color: #31021B; }
a { background-color: rgb(49,2,27); }
div.DivClassName
{
background-color: #31021B;
}
.BgClassName
{
background-color: #31021B;
}
</style>
border-color css
<style>
span { border-color: #31021B; }
span { border-color: rgb(49,2,27); }
td.TdClassName
{
border-color: #31021B;
}
.TagClassName
{
border-color: #31021B;
}
</style>