Shades of Blackberry #3F1132
Tints of Blackberry #3F1132
RGB
CMYK
RGB Variations
Color information
#3F1132 (or 0x3F1132) is known color: Blackberry. HEX triplet: 3F, 11 and 32. RGB value is (63,17,50). Sum of RGB (Red+Green+Blue) = 63+17+50=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1132 is #C0EECD. Grayscale: #222222. Windows color (decimal): -12644046 or 3281215. OLE color: 3281215.
HSL color Cylindrical-coordinate representation of color #3F1132: hue angle of 316.96º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F1132 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 17 | 50 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.75 |
| HSL | 316.96º | 0.58% | 0.16% | - |
| HSV(B) | 316.96º | 0.73% | 0.25% | - |
| XYZ | 2.83 | 1.69 | 3.19 | - |
| YUV | 34.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 50 | 0 | 0.73 | 0.21 | 0.75 | 316.96 | 0.58 | 0.16 |
| Hex | 3F | 11 | 32 | 0 | 49 | 15 | 4B | 13D | 3A | 10 |
| Octal | 77 | 21 | 62 | 0 | 111 | 25 | 113 | 475 | 72 | 20 |
| Binary | 111111 | 10001 | 110010 | 0 | 1001001 | 10101 | 1001011 | 100111101 | 111010 | 10000 |
Color Harmonies of #3F1132
Complementary color
Monochromatic Colors of #3F1132
Black with #3F1132
Text Example
Text Example
White with #3F1132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1132; }
p { color: rgb(63,17,50); }
H1.HeaderClassName
{
color: #3F1132;
}
.AnyTagClassName
{
color: #3F1132;
}
</style>
background-color css
<style>
a { background-color: #3F1132; }
a { background-color: rgb(63,17,50); }
div.DivClassName
{
background-color: #3F1132;
}
.BgClassName
{
background-color: #3F1132;
}
</style>
border-color css
<style>
span { border-color: #3F1132; }
span { border-color: rgb(63,17,50); }
td.TdClassName
{
border-color: #3F1132;
}
.TagClassName
{
border-color: #3F1132;
}
</style>