Shades of Blackberry #3F152E
Tints of Blackberry #3F152E
RGB
CMYK
RGB Variations
Color information
#3F152E (or 0x3F152E) is known color: Blackberry. HEX triplet: 3F, 15 and 2E. RGB value is (63,21,46). Sum of RGB (Red+Green+Blue) = 63+21+46=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F152E is #C0EAD1. Grayscale: #242424. Windows color (decimal): -12643026 or 3020095. OLE color: 3020095.
HSL color Cylindrical-coordinate representation of color #3F152E: hue angle of 324.29º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F152E is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 21 | 46 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.75 |
| HSL | 324.29º | 0.5% | 0.16% | - |
| HSV(B) | 324.29º | 0.67% | 0.25% | - |
| XYZ | 2.81 | 1.79 | 2.78 | - |
| YUV | 36.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 46 | 0 | 0.67 | 0.27 | 0.75 | 324.29 | 0.5 | 0.16 |
| Hex | 3F | 15 | 2E | 0 | 43 | 1B | 4B | 144 | 32 | 10 |
| Octal | 77 | 25 | 56 | 0 | 103 | 33 | 113 | 504 | 62 | 20 |
| Binary | 111111 | 10101 | 101110 | 0 | 1000011 | 11011 | 1001011 | 101000100 | 110010 | 10000 |
Color Harmonies of #3F152E
Complementary color
Monochromatic Colors of #3F152E
Black with #3F152E
Text Example
Text Example
White with #3F152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F152E; }
p { color: rgb(63,21,46); }
H1.HeaderClassName
{
color: #3F152E;
}
.AnyTagClassName
{
color: #3F152E;
}
</style>
background-color css
<style>
a { background-color: #3F152E; }
a { background-color: rgb(63,21,46); }
div.DivClassName
{
background-color: #3F152E;
}
.BgClassName
{
background-color: #3F152E;
}
</style>
border-color css
<style>
span { border-color: #3F152E; }
span { border-color: rgb(63,21,46); }
td.TdClassName
{
border-color: #3F152E;
}
.TagClassName
{
border-color: #3F152E;
}
</style>