Shades of Blackberry #3F152B
Tints of Blackberry #3F152B
RGB
CMYK
RGB Variations
Color information
#3F152B (or 0x3F152B) is known color: Blackberry. HEX triplet: 3F, 15 and 2B. RGB value is (63,21,43). Sum of RGB (Red+Green+Blue) = 63+21+43=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F152B is #C0EAD4. Grayscale: #242424. Windows color (decimal): -12643029 or 2823487. OLE color: 2823487.
HSL color Cylindrical-coordinate representation of color #3F152B: hue angle of 328.57º 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 #3F152B is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 21 | 43 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.75 |
| HSL | 328.57º | 0.5% | 0.16% | - |
| HSV(B) | 328.57º | 0.67% | 0.25% | - |
| XYZ | 2.75 | 1.77 | 2.48 | - |
| YUV | 36.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 43 | 0 | 0.67 | 0.32 | 0.75 | 328.57 | 0.5 | 0.16 |
| Hex | 3F | 15 | 2B | 0 | 43 | 20 | 4B | 149 | 32 | 10 |
| Octal | 77 | 25 | 53 | 0 | 103 | 40 | 113 | 511 | 62 | 20 |
| Binary | 111111 | 10101 | 101011 | 0 | 1000011 | 100000 | 1001011 | 101001001 | 110010 | 10000 |
Color Harmonies of #3F152B
Complementary color
Monochromatic Colors of #3F152B
Black with #3F152B
Text Example
Text Example
White with #3F152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F152B; }
p { color: rgb(63,21,43); }
H1.HeaderClassName
{
color: #3F152B;
}
.AnyTagClassName
{
color: #3F152B;
}
</style>
background-color css
<style>
a { background-color: #3F152B; }
a { background-color: rgb(63,21,43); }
div.DivClassName
{
background-color: #3F152B;
}
.BgClassName
{
background-color: #3F152B;
}
</style>
border-color css
<style>
span { border-color: #3F152B; }
span { border-color: rgb(63,21,43); }
td.TdClassName
{
border-color: #3F152B;
}
.TagClassName
{
border-color: #3F152B;
}
</style>