Shades of Blackberry #3F0E2F
Tints of Blackberry #3F0E2F
RGB
CMYK
RGB Variations
Color information
#3F0E2F (or 0x3F0E2F) is known color: Blackberry. HEX triplet: 3F, 0E and 2F. RGB value is (63,14,47). Sum of RGB (Red+Green+Blue) = 63+14+47=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0E2F is #C0F1D0. Grayscale: #202020. Windows color (decimal): -12644817 or 3083839. OLE color: 3083839.
HSL color Cylindrical-coordinate representation of color #3F0E2F: hue angle of 319.59º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F0E2F is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 14 | 47 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.75 |
| HSL | 319.59º | 0.64% | 0.15% | - |
| HSV(B) | 319.59º | 0.78% | 0.25% | - |
| XYZ | 2.72 | 1.58 | 2.85 | - |
| YUV | 32.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 47 | 0 | 0.78 | 0.25 | 0.75 | 319.59 | 0.64 | 0.15 |
| Hex | 3F | E | 2F | 0 | 4E | 19 | 4B | 140 | 40 | F |
| Octal | 77 | 16 | 57 | 0 | 116 | 31 | 113 | 500 | 100 | 17 |
| Binary | 111111 | 1110 | 101111 | 0 | 1001110 | 11001 | 1001011 | 101000000 | 1000000 | 1111 |
Color Harmonies of #3F0E2F
Complementary color
Monochromatic Colors of #3F0E2F
Black with #3F0E2F
Text Example
Text Example
White with #3F0E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0E2F; }
p { color: rgb(63,14,47); }
H1.HeaderClassName
{
color: #3F0E2F;
}
.AnyTagClassName
{
color: #3F0E2F;
}
</style>
background-color css
<style>
a { background-color: #3F0E2F; }
a { background-color: rgb(63,14,47); }
div.DivClassName
{
background-color: #3F0E2F;
}
.BgClassName
{
background-color: #3F0E2F;
}
</style>
border-color css
<style>
span { border-color: #3F0E2F; }
span { border-color: rgb(63,14,47); }
td.TdClassName
{
border-color: #3F0E2F;
}
.TagClassName
{
border-color: #3F0E2F;
}
</style>