Shades of Blackberry #3F152D
Tints of Blackberry #3F152D
RGB
CMYK
RGB Variations
Color information
#3F152D (or 0x3F152D) is known color: Blackberry. HEX triplet: 3F, 15 and 2D. RGB value is (63,21,45). Sum of RGB (Red+Green+Blue) = 63+21+45=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F152D is #C0EAD2. Grayscale: #242424. Windows color (decimal): -12643027 or 2954559. OLE color: 2954559.
HSL color Cylindrical-coordinate representation of color #3F152D: hue angle of 325.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 #3F152D is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 21 | 45 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.75 |
| HSL | 325.71º | 0.5% | 0.16% | - |
| HSV(B) | 325.71º | 0.67% | 0.25% | - |
| XYZ | 2.79 | 1.78 | 2.68 | - |
| YUV | 36.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 45 | 0 | 0.67 | 0.29 | 0.75 | 325.71 | 0.5 | 0.16 |
| Hex | 3F | 15 | 2D | 0 | 43 | 1D | 4B | 146 | 32 | 10 |
| Octal | 77 | 25 | 55 | 0 | 103 | 35 | 113 | 506 | 62 | 20 |
| Binary | 111111 | 10101 | 101101 | 0 | 1000011 | 11101 | 1001011 | 101000110 | 110010 | 10000 |
Color Harmonies of #3F152D
Complementary color
Monochromatic Colors of #3F152D
Black with #3F152D
Text Example
Text Example
White with #3F152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F152D; }
p { color: rgb(63,21,45); }
H1.HeaderClassName
{
color: #3F152D;
}
.AnyTagClassName
{
color: #3F152D;
}
</style>
background-color css
<style>
a { background-color: #3F152D; }
a { background-color: rgb(63,21,45); }
div.DivClassName
{
background-color: #3F152D;
}
.BgClassName
{
background-color: #3F152D;
}
</style>
border-color css
<style>
span { border-color: #3F152D; }
span { border-color: rgb(63,21,45); }
td.TdClassName
{
border-color: #3F152D;
}
.TagClassName
{
border-color: #3F152D;
}
</style>