Shades of Blackberry #31091B
Tints of Blackberry #31091B
RGB
CMYK
RGB Variations
Color information
#31091B (or 0x31091B) is known color: Blackberry. HEX triplet: 31, 09 and 1B. RGB value is (49,9,27). Sum of RGB (Red+Green+Blue) = 49+9+27=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #31091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31091B is #CEF6E4. Grayscale: #161616. Windows color (decimal): -13563621 or 1771825. OLE color: 1771825.
HSL color Cylindrical-coordinate representation of color #31091B: hue angle of 333º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31091B is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 9 | 27 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.81 |
| HSL | 333º | 0.69% | 0.11% | - |
| HSV(B) | 333º | 0.82% | 0.19% | - |
| XYZ | 1.56 | 0.93 | 1.13 | - |
| YUV | 23.01 | 130.25 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 27 | 0 | 0.82 | 0.45 | 0.81 | 333 | 0.69 | 0.11 |
| Hex | 31 | 9 | 1B | 0 | 52 | 2D | 51 | 14D | 45 | B |
| Octal | 61 | 11 | 33 | 0 | 122 | 55 | 121 | 515 | 105 | 13 |
| Binary | 110001 | 1001 | 11011 | 0 | 1010010 | 101101 | 1010001 | 101001101 | 1000101 | 1011 |
Color Harmonies of #31091B
Complementary color
Monochromatic Colors of #31091B
Black with #31091B
Text Example
Text Example
White with #31091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31091B; }
p { color: rgb(49,9,27); }
H1.HeaderClassName
{
color: #31091B;
}
.AnyTagClassName
{
color: #31091B;
}
</style>
background-color css
<style>
a { background-color: #31091B; }
a { background-color: rgb(49,9,27); }
div.DivClassName
{
background-color: #31091B;
}
.BgClassName
{
background-color: #31091B;
}
</style>
border-color css
<style>
span { border-color: #31091B; }
span { border-color: rgb(49,9,27); }
td.TdClassName
{
border-color: #31091B;
}
.TagClassName
{
border-color: #31091B;
}
</style>