Shades of Blackberry #3F1034
Tints of Blackberry #3F1034
RGB
CMYK
RGB Variations
Color information
#3F1034 (or 0x3F1034) is known color: Blackberry. HEX triplet: 3F, 10 and 34. RGB value is (63,16,52). Sum of RGB (Red+Green+Blue) = 63+16+52=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1034 is #C0EFCB. Grayscale: #222222. Windows color (decimal): -12644300 or 3412031. OLE color: 3412031.
HSL color Cylindrical-coordinate representation of color #3F1034: hue angle of 314.04º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F1034 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 52 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.75 |
| HSL | 314.04º | 0.59% | 0.15% | - |
| HSV(B) | 314.04º | 0.75% | 0.25% | - |
| XYZ | 2.86 | 1.68 | 3.42 | - |
| YUV | 34.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 52 | 0 | 0.75 | 0.17 | 0.75 | 314.04 | 0.59 | 0.15 |
| Hex | 3F | 10 | 34 | 0 | 4B | 11 | 4B | 13A | 3B | F |
| Octal | 77 | 20 | 64 | 0 | 113 | 21 | 113 | 472 | 73 | 17 |
| Binary | 111111 | 10000 | 110100 | 0 | 1001011 | 10001 | 1001011 | 100111010 | 111011 | 1111 |
Color Harmonies of #3F1034
Complementary color
Monochromatic Colors of #3F1034
Black with #3F1034
Text Example
Text Example
White with #3F1034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1034; }
p { color: rgb(63,16,52); }
H1.HeaderClassName
{
color: #3F1034;
}
.AnyTagClassName
{
color: #3F1034;
}
</style>
background-color css
<style>
a { background-color: #3F1034; }
a { background-color: rgb(63,16,52); }
div.DivClassName
{
background-color: #3F1034;
}
.BgClassName
{
background-color: #3F1034;
}
</style>
border-color css
<style>
span { border-color: #3F1034; }
span { border-color: rgb(63,16,52); }
td.TdClassName
{
border-color: #3F1034;
}
.TagClassName
{
border-color: #3F1034;
}
</style>