Shades of Blackberry #3F132C
Tints of Blackberry #3F132C
RGB
CMYK
RGB Variations
Color information
#3F132C (or 0x3F132C) is known color: Blackberry. HEX triplet: 3F, 13 and 2C. RGB value is (63,19,44). Sum of RGB (Red+Green+Blue) = 63+19+44=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F132C is #C0ECD3. Grayscale: #222222. Windows color (decimal): -12643540 or 2888511. OLE color: 2888511.
HSL color Cylindrical-coordinate representation of color #3F132C: hue angle of 325.91º 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 #3F132C is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 44 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.75 |
| HSL | 325.91º | 0.54% | 0.16% | - |
| HSV(B) | 325.91º | 0.7% | 0.25% | - |
| XYZ | 2.74 | 1.7 | 2.57 | - |
| YUV | 35.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 44 | 0 | 0.70 | 0.30 | 0.75 | 325.91 | 0.54 | 0.16 |
| Hex | 3F | 13 | 2C | 0 | 46 | 1E | 4B | 146 | 36 | 10 |
| Octal | 77 | 23 | 54 | 0 | 106 | 36 | 113 | 506 | 66 | 20 |
| Binary | 111111 | 10011 | 101100 | 0 | 1000110 | 11110 | 1001011 | 101000110 | 110110 | 10000 |
Color Harmonies of #3F132C
Complementary color
Monochromatic Colors of #3F132C
Black with #3F132C
Text Example
Text Example
White with #3F132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F132C; }
p { color: rgb(63,19,44); }
H1.HeaderClassName
{
color: #3F132C;
}
.AnyTagClassName
{
color: #3F132C;
}
</style>
background-color css
<style>
a { background-color: #3F132C; }
a { background-color: rgb(63,19,44); }
div.DivClassName
{
background-color: #3F132C;
}
.BgClassName
{
background-color: #3F132C;
}
</style>
border-color css
<style>
span { border-color: #3F132C; }
span { border-color: rgb(63,19,44); }
td.TdClassName
{
border-color: #3F132C;
}
.TagClassName
{
border-color: #3F132C;
}
</style>