Shades of Blackberry #3F1D2F
Tints of Blackberry #3F1D2F
RGB
CMYK
RGB Variations
Color information
#3F1D2F (or 0x3F1D2F) is known color: Blackberry. HEX triplet: 3F, 1D and 2F. RGB value is (63,29,47). Sum of RGB (Red+Green+Blue) = 63+29+47=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1D2F is #C0E2D0. Grayscale: #292929. Windows color (decimal): -12640977 or 3087679. OLE color: 3087679.
HSL color Cylindrical-coordinate representation of color #3F1D2F: hue angle of 328.24º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F1D2F is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 29 | 47 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.75 |
| HSL | 328.24º | 0.37% | 0.18% | - |
| HSV(B) | 328.24º | 0.54% | 0.25% | - |
| XYZ | 3 | 2.14 | 2.94 | - |
| YUV | 41.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 29 | 47 | 0 | 0.54 | 0.25 | 0.75 | 328.24 | 0.37 | 0.18 |
| Hex | 3F | 1D | 2F | 0 | 36 | 19 | 4B | 148 | 25 | 12 |
| Octal | 77 | 35 | 57 | 0 | 66 | 31 | 113 | 510 | 45 | 22 |
| Binary | 111111 | 11101 | 101111 | 0 | 110110 | 11001 | 1001011 | 101001000 | 100101 | 10010 |
Color Harmonies of #3F1D2F
Complementary color
Monochromatic Colors of #3F1D2F
Black with #3F1D2F
Text Example
Text Example
White with #3F1D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1D2F; }
p { color: rgb(63,29,47); }
H1.HeaderClassName
{
color: #3F1D2F;
}
.AnyTagClassName
{
color: #3F1D2F;
}
</style>
background-color css
<style>
a { background-color: #3F1D2F; }
a { background-color: rgb(63,29,47); }
div.DivClassName
{
background-color: #3F1D2F;
}
.BgClassName
{
background-color: #3F1D2F;
}
</style>
border-color css
<style>
span { border-color: #3F1D2F; }
span { border-color: rgb(63,29,47); }
td.TdClassName
{
border-color: #3F1D2F;
}
.TagClassName
{
border-color: #3F1D2F;
}
</style>