Shades of Blackberry #3F122B
Tints of Blackberry #3F122B
RGB
CMYK
RGB Variations
Color information
#3F122B (or 0x3F122B) is known color: Blackberry. HEX triplet: 3F, 12 and 2B. RGB value is (63,18,43). Sum of RGB (Red+Green+Blue) = 63+18+43=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F122B is #C0EDD4. Grayscale: #222222. Windows color (decimal): -12643797 or 2822719. OLE color: 2822719.
HSL color Cylindrical-coordinate representation of color #3F122B: hue angle of 326.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F122B is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 18 | 43 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.75 |
| HSL | 326.67º | 0.56% | 0.16% | - |
| HSV(B) | 326.67º | 0.71% | 0.25% | - |
| XYZ | 2.7 | 1.66 | 2.46 | - |
| YUV | 34.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 43 | 0 | 0.71 | 0.32 | 0.75 | 326.67 | 0.56 | 0.16 |
| Hex | 3F | 12 | 2B | 0 | 47 | 20 | 4B | 147 | 38 | 10 |
| Octal | 77 | 22 | 53 | 0 | 107 | 40 | 113 | 507 | 70 | 20 |
| Binary | 111111 | 10010 | 101011 | 0 | 1000111 | 100000 | 1001011 | 101000111 | 111000 | 10000 |
Color Harmonies of #3F122B
Complementary color
Monochromatic Colors of #3F122B
Black with #3F122B
Text Example
Text Example
White with #3F122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F122B; }
p { color: rgb(63,18,43); }
H1.HeaderClassName
{
color: #3F122B;
}
.AnyTagClassName
{
color: #3F122B;
}
</style>
background-color css
<style>
a { background-color: #3F122B; }
a { background-color: rgb(63,18,43); }
div.DivClassName
{
background-color: #3F122B;
}
.BgClassName
{
background-color: #3F122B;
}
</style>
border-color css
<style>
span { border-color: #3F122B; }
span { border-color: rgb(63,18,43); }
td.TdClassName
{
border-color: #3F122B;
}
.TagClassName
{
border-color: #3F122B;
}
</style>