Shades of Blackberry #31061C
Tints of Blackberry #31061C
RGB
CMYK
RGB Variations
Color information
#31061C (or 0x31061C) is known color: Blackberry. HEX triplet: 31, 06 and 1C. RGB value is (49,6,28). Sum of RGB (Red+Green+Blue) = 49+6+28=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #31061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31061C is #CEF9E3. Grayscale: #151515. Windows color (decimal): -13564388 or 1836593. OLE color: 1836593.
HSL color Cylindrical-coordinate representation of color #31061C: hue angle of 329.3º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31061C is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 6 | 28 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.81 |
| HSL | 329.3º | 0.78% | 0.11% | - |
| HSV(B) | 329.3º | 0.88% | 0.19% | - |
| XYZ | 1.54 | 0.87 | 1.18 | - |
| YUV | 21.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 6 | 28 | 0 | 0.88 | 0.43 | 0.81 | 329.3 | 0.78 | 0.11 |
| Hex | 31 | 6 | 1C | 0 | 58 | 2B | 51 | 149 | 4E | B |
| Octal | 61 | 6 | 34 | 0 | 130 | 53 | 121 | 511 | 116 | 13 |
| Binary | 110001 | 110 | 11100 | 0 | 1011000 | 101011 | 1010001 | 101001001 | 1001110 | 1011 |
Color Harmonies of #31061C
Complementary color
Monochromatic Colors of #31061C
Black with #31061C
Text Example
Text Example
White with #31061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31061C; }
p { color: rgb(49,6,28); }
H1.HeaderClassName
{
color: #31061C;
}
.AnyTagClassName
{
color: #31061C;
}
</style>
background-color css
<style>
a { background-color: #31061C; }
a { background-color: rgb(49,6,28); }
div.DivClassName
{
background-color: #31061C;
}
.BgClassName
{
background-color: #31061C;
}
</style>
border-color css
<style>
span { border-color: #31061C; }
span { border-color: rgb(49,6,28); }
td.TdClassName
{
border-color: #31061C;
}
.TagClassName
{
border-color: #31061C;
}
</style>