Shades of Blackberry #31041C
Tints of Blackberry #31041C
RGB
CMYK
RGB Variations
Color information
#31041C (or 0x31041C) is known color: Blackberry. HEX triplet: 31, 04 and 1C. RGB value is (49,4,28). Sum of RGB (Red+Green+Blue) = 49+4+28=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #31041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31041C is #CEFBE3. Grayscale: #141414. Windows color (decimal): -13564900 or 1836081. OLE color: 1836081.
HSL color Cylindrical-coordinate representation of color #31041C: hue angle of 328º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31041C is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 4 | 28 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.81 |
| HSL | 328º | 0.85% | 0.1% | - |
| HSV(B) | 328º | 0.92% | 0.19% | - |
| XYZ | 1.52 | 0.82 | 1.18 | - |
| YUV | 20.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 4 | 28 | 0 | 0.92 | 0.43 | 0.81 | 328 | 0.85 | 0.1 |
| Hex | 31 | 4 | 1C | 0 | 5C | 2B | 51 | 148 | 55 | A |
| Octal | 61 | 4 | 34 | 0 | 134 | 53 | 121 | 510 | 125 | 12 |
| Binary | 110001 | 100 | 11100 | 0 | 1011100 | 101011 | 1010001 | 101001000 | 1010101 | 1010 |
Color Harmonies of #31041C
Complementary color
Monochromatic Colors of #31041C
Black with #31041C
Text Example
Text Example
White with #31041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31041C; }
p { color: rgb(49,4,28); }
H1.HeaderClassName
{
color: #31041C;
}
.AnyTagClassName
{
color: #31041C;
}
</style>
background-color css
<style>
a { background-color: #31041C; }
a { background-color: rgb(49,4,28); }
div.DivClassName
{
background-color: #31041C;
}
.BgClassName
{
background-color: #31041C;
}
</style>
border-color css
<style>
span { border-color: #31041C; }
span { border-color: rgb(49,4,28); }
td.TdClassName
{
border-color: #31041C;
}
.TagClassName
{
border-color: #31041C;
}
</style>