Shades of Blackberry #3F122C
Tints of Blackberry #3F122C
RGB
CMYK
RGB Variations
Color information
#3F122C (or 0x3F122C) is known color: Blackberry. HEX triplet: 3F, 12 and 2C. RGB value is (63,18,44). Sum of RGB (Red+Green+Blue) = 63+18+44=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F122C is #C0EDD3. Grayscale: #222222. Windows color (decimal): -12643796 or 2888255. OLE color: 2888255.
HSL color Cylindrical-coordinate representation of color #3F122C: hue angle of 325.33º 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 #3F122C is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 18 | 44 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.75 |
| HSL | 325.33º | 0.56% | 0.16% | - |
| HSV(B) | 325.33º | 0.71% | 0.25% | - |
| XYZ | 2.72 | 1.67 | 2.56 | - |
| YUV | 34.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 44 | 0 | 0.71 | 0.30 | 0.75 | 325.33 | 0.56 | 0.16 |
| Hex | 3F | 12 | 2C | 0 | 47 | 1E | 4B | 145 | 38 | 10 |
| Octal | 77 | 22 | 54 | 0 | 107 | 36 | 113 | 505 | 70 | 20 |
| Binary | 111111 | 10010 | 101100 | 0 | 1000111 | 11110 | 1001011 | 101000101 | 111000 | 10000 |
Color Harmonies of #3F122C
Complementary color
Monochromatic Colors of #3F122C
Black with #3F122C
Text Example
Text Example
White with #3F122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F122C; }
p { color: rgb(63,18,44); }
H1.HeaderClassName
{
color: #3F122C;
}
.AnyTagClassName
{
color: #3F122C;
}
</style>
background-color css
<style>
a { background-color: #3F122C; }
a { background-color: rgb(63,18,44); }
div.DivClassName
{
background-color: #3F122C;
}
.BgClassName
{
background-color: #3F122C;
}
</style>
border-color css
<style>
span { border-color: #3F122C; }
span { border-color: rgb(63,18,44); }
td.TdClassName
{
border-color: #3F122C;
}
.TagClassName
{
border-color: #3F122C;
}
</style>