Shades of Blackberry #3F112A
Tints of Blackberry #3F112A
RGB
CMYK
RGB Variations
Color information
#3F112A (or 0x3F112A) is known color: Blackberry. HEX triplet: 3F, 11 and 2A. RGB value is (63,17,42). Sum of RGB (Red+Green+Blue) = 63+17+42=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F112A is #C0EED5. Grayscale: #212121. Windows color (decimal): -12644054 or 2756927. OLE color: 2756927.
HSL color Cylindrical-coordinate representation of color #3F112A: hue angle of 327.39º 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 #3F112A is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 17 | 42 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.75 |
| HSL | 327.39º | 0.58% | 0.16% | - |
| HSV(B) | 327.39º | 0.73% | 0.25% | - |
| XYZ | 2.67 | 1.62 | 2.36 | - |
| YUV | 33.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 42 | 0 | 0.73 | 0.33 | 0.75 | 327.39 | 0.58 | 0.16 |
| Hex | 3F | 11 | 2A | 0 | 49 | 21 | 4B | 147 | 3A | 10 |
| Octal | 77 | 21 | 52 | 0 | 111 | 41 | 113 | 507 | 72 | 20 |
| Binary | 111111 | 10001 | 101010 | 0 | 1001001 | 100001 | 1001011 | 101000111 | 111010 | 10000 |
Color Harmonies of #3F112A
Complementary color
Monochromatic Colors of #3F112A
Black with #3F112A
Text Example
Text Example
White with #3F112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F112A; }
p { color: rgb(63,17,42); }
H1.HeaderClassName
{
color: #3F112A;
}
.AnyTagClassName
{
color: #3F112A;
}
</style>
background-color css
<style>
a { background-color: #3F112A; }
a { background-color: rgb(63,17,42); }
div.DivClassName
{
background-color: #3F112A;
}
.BgClassName
{
background-color: #3F112A;
}
</style>
border-color css
<style>
span { border-color: #3F112A; }
span { border-color: rgb(63,17,42); }
td.TdClassName
{
border-color: #3F112A;
}
.TagClassName
{
border-color: #3F112A;
}
</style>