Shades of Blackberry #3F1336
Tints of Blackberry #3F1336
RGB
CMYK
RGB Variations
Color information
#3F1336 (or 0x3F1336) is known color: Blackberry. HEX triplet: 3F, 13 and 36. RGB value is (63,19,54). Sum of RGB (Red+Green+Blue) = 63+19+54=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1336 is #C0ECC9. Grayscale: #242424. Windows color (decimal): -12643530 or 3543871. OLE color: 3543871.
HSL color Cylindrical-coordinate representation of color #3F1336: hue angle of 312.27º 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 #3F1336 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 54 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.75 |
| HSL | 312.27º | 0.54% | 0.16% | - |
| HSV(B) | 312.27º | 0.7% | 0.25% | - |
| XYZ | 2.95 | 1.79 | 3.68 | - |
| YUV | 36.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 54 | 0 | 0.70 | 0.14 | 0.75 | 312.27 | 0.54 | 0.16 |
| Hex | 3F | 13 | 36 | 0 | 46 | E | 4B | 138 | 36 | 10 |
| Octal | 77 | 23 | 66 | 0 | 106 | 16 | 113 | 470 | 66 | 20 |
| Binary | 111111 | 10011 | 110110 | 0 | 1000110 | 1110 | 1001011 | 100111000 | 110110 | 10000 |
Color Harmonies of #3F1336
Complementary color
Monochromatic Colors of #3F1336
Black with #3F1336
Text Example
Text Example
White with #3F1336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1336; }
p { color: rgb(63,19,54); }
H1.HeaderClassName
{
color: #3F1336;
}
.AnyTagClassName
{
color: #3F1336;
}
</style>
background-color css
<style>
a { background-color: #3F1336; }
a { background-color: rgb(63,19,54); }
div.DivClassName
{
background-color: #3F1336;
}
.BgClassName
{
background-color: #3F1336;
}
</style>
border-color css
<style>
span { border-color: #3F1336; }
span { border-color: rgb(63,19,54); }
td.TdClassName
{
border-color: #3F1336;
}
.TagClassName
{
border-color: #3F1336;
}
</style>