Shades of Blackberry #3F1536
Tints of Blackberry #3F1536
RGB
CMYK
RGB Variations
Color information
#3F1536 (or 0x3F1536) is known color: Blackberry. HEX triplet: 3F, 15 and 36. RGB value is (63,21,54). Sum of RGB (Red+Green+Blue) = 63+21+54=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1536 is #C0EAC9. Grayscale: #252525. Windows color (decimal): -12643018 or 3544383. OLE color: 3544383.
HSL color Cylindrical-coordinate representation of color #3F1536: hue angle of 312.86º 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 #3F1536 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 21 | 54 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.75 |
| HSL | 312.86º | 0.5% | 0.16% | - |
| HSV(B) | 312.86º | 0.67% | 0.25% | - |
| XYZ | 2.98 | 1.86 | 3.69 | - |
| YUV | 37.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 54 | 0 | 0.67 | 0.14 | 0.75 | 312.86 | 0.5 | 0.16 |
| Hex | 3F | 15 | 36 | 0 | 43 | E | 4B | 139 | 32 | 10 |
| Octal | 77 | 25 | 66 | 0 | 103 | 16 | 113 | 471 | 62 | 20 |
| Binary | 111111 | 10101 | 110110 | 0 | 1000011 | 1110 | 1001011 | 100111001 | 110010 | 10000 |
Color Harmonies of #3F1536
Complementary color
Monochromatic Colors of #3F1536
Black with #3F1536
Text Example
Text Example
White with #3F1536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1536; }
p { color: rgb(63,21,54); }
H1.HeaderClassName
{
color: #3F1536;
}
.AnyTagClassName
{
color: #3F1536;
}
</style>
background-color css
<style>
a { background-color: #3F1536; }
a { background-color: rgb(63,21,54); }
div.DivClassName
{
background-color: #3F1536;
}
.BgClassName
{
background-color: #3F1536;
}
</style>
border-color css
<style>
span { border-color: #3F1536; }
span { border-color: rgb(63,21,54); }
td.TdClassName
{
border-color: #3F1536;
}
.TagClassName
{
border-color: #3F1536;
}
</style>