Shades of Blackberry #3F1526
Tints of Blackberry #3F1526
RGB
CMYK
RGB Variations
Color information
#3F1526 (or 0x3F1526) is known color: Blackberry. HEX triplet: 3F, 15 and 26. RGB value is (63,21,38). Sum of RGB (Red+Green+Blue) = 63+21+38=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1526 is #C0EAD9. Grayscale: #232323. Windows color (decimal): -12643034 or 2495807. OLE color: 2495807.
HSL color Cylindrical-coordinate representation of color #3F1526: hue angle of 335.71º 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 #3F1526 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 21 | 38 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.75 |
| HSL | 335.71º | 0.5% | 0.16% | - |
| HSV(B) | 335.71º | 0.67% | 0.25% | - |
| XYZ | 2.67 | 1.73 | 2.03 | - |
| YUV | 35.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 38 | 0 | 0.67 | 0.40 | 0.75 | 335.71 | 0.5 | 0.16 |
| Hex | 3F | 15 | 26 | 0 | 43 | 28 | 4B | 150 | 32 | 10 |
| Octal | 77 | 25 | 46 | 0 | 103 | 50 | 113 | 520 | 62 | 20 |
| Binary | 111111 | 10101 | 100110 | 0 | 1000011 | 101000 | 1001011 | 101010000 | 110010 | 10000 |
Color Harmonies of #3F1526
Complementary color
Monochromatic Colors of #3F1526
Black with #3F1526
Text Example
Text Example
White with #3F1526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1526; }
p { color: rgb(63,21,38); }
H1.HeaderClassName
{
color: #3F1526;
}
.AnyTagClassName
{
color: #3F1526;
}
</style>
background-color css
<style>
a { background-color: #3F1526; }
a { background-color: rgb(63,21,38); }
div.DivClassName
{
background-color: #3F1526;
}
.BgClassName
{
background-color: #3F1526;
}
</style>
border-color css
<style>
span { border-color: #3F1526; }
span { border-color: rgb(63,21,38); }
td.TdClassName
{
border-color: #3F1526;
}
.TagClassName
{
border-color: #3F1526;
}
</style>