Shades of Blackberry #3F172E
Tints of Blackberry #3F172E
RGB
CMYK
RGB Variations
Color information
#3F172E (or 0x3F172E) is known color: Blackberry. HEX triplet: 3F, 17 and 2E. RGB value is (63,23,46). Sum of RGB (Red+Green+Blue) = 63+23+46=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F172E is #C0E8D1. Grayscale: #252525. Windows color (decimal): -12642514 or 3020607. OLE color: 3020607.
HSL color Cylindrical-coordinate representation of color #3F172E: hue angle of 325.5º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F172E is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 23 | 46 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.75 |
| HSL | 325.5º | 0.47% | 0.17% | - |
| HSV(B) | 325.5º | 0.63% | 0.25% | - |
| XYZ | 2.85 | 1.87 | 2.79 | - |
| YUV | 37.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 46 | 0 | 0.63 | 0.27 | 0.75 | 325.5 | 0.47 | 0.17 |
| Hex | 3F | 17 | 2E | 0 | 3F | 1B | 4B | 146 | 2F | 11 |
| Octal | 77 | 27 | 56 | 0 | 77 | 33 | 113 | 506 | 57 | 21 |
| Binary | 111111 | 10111 | 101110 | 0 | 111111 | 11011 | 1001011 | 101000110 | 101111 | 10001 |
Color Harmonies of #3F172E
Complementary color
Monochromatic Colors of #3F172E
Black with #3F172E
Text Example
Text Example
White with #3F172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F172E; }
p { color: rgb(63,23,46); }
H1.HeaderClassName
{
color: #3F172E;
}
.AnyTagClassName
{
color: #3F172E;
}
</style>
background-color css
<style>
a { background-color: #3F172E; }
a { background-color: rgb(63,23,46); }
div.DivClassName
{
background-color: #3F172E;
}
.BgClassName
{
background-color: #3F172E;
}
</style>
border-color css
<style>
span { border-color: #3F172E; }
span { border-color: rgb(63,23,46); }
td.TdClassName
{
border-color: #3F172E;
}
.TagClassName
{
border-color: #3F172E;
}
</style>