Shades of Blackberry #3F112C
Tints of Blackberry #3F112C
RGB
CMYK
RGB Variations
Color information
#3F112C (or 0x3F112C) is known color: Blackberry. HEX triplet: 3F, 11 and 2C. RGB value is (63,17,44). Sum of RGB (Red+Green+Blue) = 63+17+44=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F112C is #C0EED3. Grayscale: #212121. Windows color (decimal): -12644052 or 2887999. OLE color: 2887999.
HSL color Cylindrical-coordinate representation of color #3F112C: hue angle of 324.78º 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 #3F112C is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 17 | 44 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.75 |
| HSL | 324.78º | 0.58% | 0.16% | - |
| HSV(B) | 324.78º | 0.73% | 0.25% | - |
| XYZ | 2.7 | 1.64 | 2.56 | - |
| YUV | 33.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 44 | 0 | 0.73 | 0.30 | 0.75 | 324.78 | 0.58 | 0.16 |
| Hex | 3F | 11 | 2C | 0 | 49 | 1E | 4B | 145 | 3A | 10 |
| Octal | 77 | 21 | 54 | 0 | 111 | 36 | 113 | 505 | 72 | 20 |
| Binary | 111111 | 10001 | 101100 | 0 | 1001001 | 11110 | 1001011 | 101000101 | 111010 | 10000 |
Color Harmonies of #3F112C
Complementary color
Monochromatic Colors of #3F112C
Black with #3F112C
Text Example
Text Example
White with #3F112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F112C; }
p { color: rgb(63,17,44); }
H1.HeaderClassName
{
color: #3F112C;
}
.AnyTagClassName
{
color: #3F112C;
}
</style>
background-color css
<style>
a { background-color: #3F112C; }
a { background-color: rgb(63,17,44); }
div.DivClassName
{
background-color: #3F112C;
}
.BgClassName
{
background-color: #3F112C;
}
</style>
border-color css
<style>
span { border-color: #3F112C; }
span { border-color: rgb(63,17,44); }
td.TdClassName
{
border-color: #3F112C;
}
.TagClassName
{
border-color: #3F112C;
}
</style>