Shades of Blackberry #3F0F2E
Tints of Blackberry #3F0F2E
RGB
CMYK
RGB Variations
Color information
#3F0F2E (or 0x3F0F2E) is known color: Blackberry. HEX triplet: 3F, 0F and 2E. RGB value is (63,15,46). Sum of RGB (Red+Green+Blue) = 63+15+46=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0F2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0F2E is #C0F0D1. Grayscale: #202020. Windows color (decimal): -12644562 or 3018559. OLE color: 3018559.
HSL color Cylindrical-coordinate representation of color #3F0F2E: hue angle of 321.25º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F0F2E is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 15 | 46 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.75 |
| HSL | 321.25º | 0.62% | 0.15% | - |
| HSV(B) | 321.25º | 0.76% | 0.25% | - |
| XYZ | 2.71 | 1.6 | 2.75 | - |
| YUV | 32.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 46 | 0 | 0.76 | 0.27 | 0.75 | 321.25 | 0.62 | 0.15 |
| Hex | 3F | F | 2E | 0 | 4C | 1B | 4B | 141 | 3E | F |
| Octal | 77 | 17 | 56 | 0 | 114 | 33 | 113 | 501 | 76 | 17 |
| Binary | 111111 | 1111 | 101110 | 0 | 1001100 | 11011 | 1001011 | 101000001 | 111110 | 1111 |
Color Harmonies of #3F0F2E
Complementary color
Monochromatic Colors of #3F0F2E
Black with #3F0F2E
Text Example
Text Example
White with #3F0F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0F2E; }
p { color: rgb(63,15,46); }
H1.HeaderClassName
{
color: #3F0F2E;
}
.AnyTagClassName
{
color: #3F0F2E;
}
</style>
background-color css
<style>
a { background-color: #3F0F2E; }
a { background-color: rgb(63,15,46); }
div.DivClassName
{
background-color: #3F0F2E;
}
.BgClassName
{
background-color: #3F0F2E;
}
</style>
border-color css
<style>
span { border-color: #3F0F2E; }
span { border-color: rgb(63,15,46); }
td.TdClassName
{
border-color: #3F0F2E;
}
.TagClassName
{
border-color: #3F0F2E;
}
</style>