Shades of Blackberry #3F1534
Tints of Blackberry #3F1534
RGB
CMYK
RGB Variations
Color information
#3F1534 (or 0x3F1534) is known color: Blackberry. HEX triplet: 3F, 15 and 34. RGB value is (63,21,52). Sum of RGB (Red+Green+Blue) = 63+21+52=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1534 is #C0EACB. Grayscale: #252525. Windows color (decimal): -12643020 or 3413311. OLE color: 3413311.
HSL color Cylindrical-coordinate representation of color #3F1534: hue angle of 315.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 #3F1534 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 21 | 52 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.75 |
| HSL | 315.71º | 0.5% | 0.16% | - |
| HSV(B) | 315.71º | 0.67% | 0.25% | - |
| XYZ | 2.94 | 1.84 | 3.45 | - |
| YUV | 37.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 52 | 0 | 0.67 | 0.17 | 0.75 | 315.71 | 0.5 | 0.16 |
| Hex | 3F | 15 | 34 | 0 | 43 | 11 | 4B | 13C | 32 | 10 |
| Octal | 77 | 25 | 64 | 0 | 103 | 21 | 113 | 474 | 62 | 20 |
| Binary | 111111 | 10101 | 110100 | 0 | 1000011 | 10001 | 1001011 | 100111100 | 110010 | 10000 |
Color Harmonies of #3F1534
Complementary color
Monochromatic Colors of #3F1534
Black with #3F1534
Text Example
Text Example
White with #3F1534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1534; }
p { color: rgb(63,21,52); }
H1.HeaderClassName
{
color: #3F1534;
}
.AnyTagClassName
{
color: #3F1534;
}
</style>
background-color css
<style>
a { background-color: #3F1534; }
a { background-color: rgb(63,21,52); }
div.DivClassName
{
background-color: #3F1534;
}
.BgClassName
{
background-color: #3F1534;
}
</style>
border-color css
<style>
span { border-color: #3F1534; }
span { border-color: rgb(63,21,52); }
td.TdClassName
{
border-color: #3F1534;
}
.TagClassName
{
border-color: #3F1534;
}
</style>