Shades of Blackberry #3F1331
Tints of Blackberry #3F1331
RGB
CMYK
RGB Variations
Color information
#3F1331 (or 0x3F1331) is known color: Blackberry. HEX triplet: 3F, 13 and 31. RGB value is (63,19,49). Sum of RGB (Red+Green+Blue) = 63+19+49=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1331 is #C0ECCE. Grayscale: #232323. Windows color (decimal): -12643535 or 3216191. OLE color: 3216191.
HSL color Cylindrical-coordinate representation of color #3F1331: hue angle of 319.09º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F1331 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 49 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.75 |
| HSL | 319.09º | 0.54% | 0.16% | - |
| HSV(B) | 319.09º | 0.7% | 0.25% | - |
| XYZ | 2.84 | 1.74 | 3.09 | - |
| YUV | 35.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 49 | 0 | 0.70 | 0.22 | 0.75 | 319.09 | 0.54 | 0.16 |
| Hex | 3F | 13 | 31 | 0 | 46 | 16 | 4B | 13F | 36 | 10 |
| Octal | 77 | 23 | 61 | 0 | 106 | 26 | 113 | 477 | 66 | 20 |
| Binary | 111111 | 10011 | 110001 | 0 | 1000110 | 10110 | 1001011 | 100111111 | 110110 | 10000 |
Color Harmonies of #3F1331
Complementary color
Monochromatic Colors of #3F1331
Black with #3F1331
Text Example
Text Example
White with #3F1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1331; }
p { color: rgb(63,19,49); }
H1.HeaderClassName
{
color: #3F1331;
}
.AnyTagClassName
{
color: #3F1331;
}
</style>
background-color css
<style>
a { background-color: #3F1331; }
a { background-color: rgb(63,19,49); }
div.DivClassName
{
background-color: #3F1331;
}
.BgClassName
{
background-color: #3F1331;
}
</style>
border-color css
<style>
span { border-color: #3F1331; }
span { border-color: rgb(63,19,49); }
td.TdClassName
{
border-color: #3F1331;
}
.TagClassName
{
border-color: #3F1331;
}
</style>