Shades of Blackberry #31091A
Tints of Blackberry #31091A
RGB
CMYK
RGB Variations
Color information
#31091A (or 0x31091A) is known color: Blackberry. HEX triplet: 31, 09 and 1A. RGB value is (49,9,26). Sum of RGB (Red+Green+Blue) = 49+9+26=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #31091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31091A is #CEF6E5. Grayscale: #161616. Windows color (decimal): -13563622 or 1706289. OLE color: 1706289.
HSL color Cylindrical-coordinate representation of color #31091A: hue angle of 334.5º 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 #31091A is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 9 | 26 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.81 |
| HSL | 334.5º | 0.69% | 0.11% | - |
| HSV(B) | 334.5º | 0.82% | 0.19% | - |
| XYZ | 1.55 | 0.92 | 1.07 | - |
| YUV | 22.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 26 | 0 | 0.82 | 0.47 | 0.81 | 334.5 | 0.69 | 0.11 |
| Hex | 31 | 9 | 1A | 0 | 52 | 2F | 51 | 14E | 45 | B |
| Octal | 61 | 11 | 32 | 0 | 122 | 57 | 121 | 516 | 105 | 13 |
| Binary | 110001 | 1001 | 11010 | 0 | 1010010 | 101111 | 1010001 | 101001110 | 1000101 | 1011 |
Color Harmonies of #31091A
Complementary color
Monochromatic Colors of #31091A
Black with #31091A
Text Example
Text Example
White with #31091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31091A; }
p { color: rgb(49,9,26); }
H1.HeaderClassName
{
color: #31091A;
}
.AnyTagClassName
{
color: #31091A;
}
</style>
background-color css
<style>
a { background-color: #31091A; }
a { background-color: rgb(49,9,26); }
div.DivClassName
{
background-color: #31091A;
}
.BgClassName
{
background-color: #31091A;
}
</style>
border-color css
<style>
span { border-color: #31091A; }
span { border-color: rgb(49,9,26); }
td.TdClassName
{
border-color: #31091A;
}
.TagClassName
{
border-color: #31091A;
}
</style>