Shades of Blackberry #31041F
Tints of Blackberry #31041F
RGB
CMYK
RGB Variations
Color information
#31041F (or 0x31041F) is known color: Blackberry. HEX triplet: 31, 04 and 1F. RGB value is (49,4,31). Sum of RGB (Red+Green+Blue) = 49+4+31=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #31041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31041F is #CEFBE0. Grayscale: #141414. Windows color (decimal): -13564897 or 2032689. OLE color: 2032689.
HSL color Cylindrical-coordinate representation of color #31041F: hue angle of 324º 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 #31041F is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 4 | 31 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.81 |
| HSL | 324º | 0.85% | 0.1% | - |
| HSV(B) | 324º | 0.92% | 0.19% | - |
| XYZ | 1.56 | 0.84 | 1.38 | - |
| YUV | 20.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 4 | 31 | 0 | 0.92 | 0.37 | 0.81 | 324 | 0.85 | 0.1 |
| Hex | 31 | 4 | 1F | 0 | 5C | 25 | 51 | 144 | 55 | A |
| Octal | 61 | 4 | 37 | 0 | 134 | 45 | 121 | 504 | 125 | 12 |
| Binary | 110001 | 100 | 11111 | 0 | 1011100 | 100101 | 1010001 | 101000100 | 1010101 | 1010 |
Color Harmonies of #31041F
Complementary color
Monochromatic Colors of #31041F
Black with #31041F
Text Example
Text Example
White with #31041F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31041F; }
p { color: rgb(49,4,31); }
H1.HeaderClassName
{
color: #31041F;
}
.AnyTagClassName
{
color: #31041F;
}
</style>
background-color css
<style>
a { background-color: #31041F; }
a { background-color: rgb(49,4,31); }
div.DivClassName
{
background-color: #31041F;
}
.BgClassName
{
background-color: #31041F;
}
</style>
border-color css
<style>
span { border-color: #31041F; }
span { border-color: rgb(49,4,31); }
td.TdClassName
{
border-color: #31041F;
}
.TagClassName
{
border-color: #31041F;
}
</style>