Shades of Blackberry #3F1036
Tints of Blackberry #3F1036
RGB
CMYK
RGB Variations
Color information
#3F1036 (or 0x3F1036) is known color: Blackberry. HEX triplet: 3F, 10 and 36. RGB value is (63,16,54). Sum of RGB (Red+Green+Blue) = 63+16+54=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1036 is #C0EFC9. Grayscale: #222222. Windows color (decimal): -12644298 or 3543103. OLE color: 3543103.
HSL color Cylindrical-coordinate representation of color #3F1036: hue angle of 311.49º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F1036 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 54 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.75 |
| HSL | 311.49º | 0.59% | 0.15% | - |
| HSV(B) | 311.49º | 0.75% | 0.25% | - |
| XYZ | 2.9 | 1.69 | 3.66 | - |
| YUV | 34.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 54 | 0 | 0.75 | 0.14 | 0.75 | 311.49 | 0.59 | 0.15 |
| Hex | 3F | 10 | 36 | 0 | 4B | E | 4B | 137 | 3B | F |
| Octal | 77 | 20 | 66 | 0 | 113 | 16 | 113 | 467 | 73 | 17 |
| Binary | 111111 | 10000 | 110110 | 0 | 1001011 | 1110 | 1001011 | 100110111 | 111011 | 1111 |
Color Harmonies of #3F1036
Complementary color
Monochromatic Colors of #3F1036
Black with #3F1036
Text Example
Text Example
White with #3F1036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1036; }
p { color: rgb(63,16,54); }
H1.HeaderClassName
{
color: #3F1036;
}
.AnyTagClassName
{
color: #3F1036;
}
</style>
background-color css
<style>
a { background-color: #3F1036; }
a { background-color: rgb(63,16,54); }
div.DivClassName
{
background-color: #3F1036;
}
.BgClassName
{
background-color: #3F1036;
}
</style>
border-color css
<style>
span { border-color: #3F1036; }
span { border-color: rgb(63,16,54); }
td.TdClassName
{
border-color: #3F1036;
}
.TagClassName
{
border-color: #3F1036;
}
</style>