Shades of Blackberry #3F1329
Tints of Blackberry #3F1329
RGB
CMYK
RGB Variations
Color information
#3F1329 (or 0x3F1329) is known color: Blackberry. HEX triplet: 3F, 13 and 29. RGB value is (63,19,41). Sum of RGB (Red+Green+Blue) = 63+19+41=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1329 is #C0ECD6. Grayscale: #222222. Windows color (decimal): -12643543 or 2691903. OLE color: 2691903.
HSL color Cylindrical-coordinate representation of color #3F1329: hue angle of 330º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F1329 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 41 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.75 |
| HSL | 330º | 0.54% | 0.16% | - |
| HSV(B) | 330º | 0.7% | 0.25% | - |
| XYZ | 2.68 | 1.68 | 2.28 | - |
| YUV | 34.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 41 | 0 | 0.70 | 0.35 | 0.75 | 330 | 0.54 | 0.16 |
| Hex | 3F | 13 | 29 | 0 | 46 | 23 | 4B | 14A | 36 | 10 |
| Octal | 77 | 23 | 51 | 0 | 106 | 43 | 113 | 512 | 66 | 20 |
| Binary | 111111 | 10011 | 101001 | 0 | 1000110 | 100011 | 1001011 | 101001010 | 110110 | 10000 |
Color Harmonies of #3F1329
Complementary color
Monochromatic Colors of #3F1329
Black with #3F1329
Text Example
Text Example
White with #3F1329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1329; }
p { color: rgb(63,19,41); }
H1.HeaderClassName
{
color: #3F1329;
}
.AnyTagClassName
{
color: #3F1329;
}
</style>
background-color css
<style>
a { background-color: #3F1329; }
a { background-color: rgb(63,19,41); }
div.DivClassName
{
background-color: #3F1329;
}
.BgClassName
{
background-color: #3F1329;
}
</style>
border-color css
<style>
span { border-color: #3F1329; }
span { border-color: rgb(63,19,41); }
td.TdClassName
{
border-color: #3F1329;
}
.TagClassName
{
border-color: #3F1329;
}
</style>