Shades of Blackberry #3F0B31
Tints of Blackberry #3F0B31
RGB
CMYK
RGB Variations
Color information
#3F0B31 (or 0x3F0B31) is known color: Blackberry. HEX triplet: 3F, 0B and 31. RGB value is (63,11,49). Sum of RGB (Red+Green+Blue) = 63+11+49=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0B31 is #C0F4CE. Grayscale: #1E1E1E. Windows color (decimal): -12645583 or 3214143. OLE color: 3214143.
HSL color Cylindrical-coordinate representation of color #3F0B31: hue angle of 316.15º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F0B31 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 11 | 49 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.75 |
| HSL | 316.15º | 0.7% | 0.15% | - |
| HSV(B) | 316.15º | 0.83% | 0.25% | - |
| XYZ | 2.72 | 1.52 | 3.06 | - |
| YUV | 30.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 49 | 0 | 0.83 | 0.22 | 0.75 | 316.15 | 0.7 | 0.15 |
| Hex | 3F | B | 31 | 0 | 53 | 16 | 4B | 13C | 46 | F |
| Octal | 77 | 13 | 61 | 0 | 123 | 26 | 113 | 474 | 106 | 17 |
| Binary | 111111 | 1011 | 110001 | 0 | 1010011 | 10110 | 1001011 | 100111100 | 1000110 | 1111 |
Color Harmonies of #3F0B31
Complementary color
Monochromatic Colors of #3F0B31
Black with #3F0B31
Text Example
Text Example
White with #3F0B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B31; }
p { color: rgb(63,11,49); }
H1.HeaderClassName
{
color: #3F0B31;
}
.AnyTagClassName
{
color: #3F0B31;
}
</style>
background-color css
<style>
a { background-color: #3F0B31; }
a { background-color: rgb(63,11,49); }
div.DivClassName
{
background-color: #3F0B31;
}
.BgClassName
{
background-color: #3F0B31;
}
</style>
border-color css
<style>
span { border-color: #3F0B31; }
span { border-color: rgb(63,11,49); }
td.TdClassName
{
border-color: #3F0B31;
}
.TagClassName
{
border-color: #3F0B31;
}
</style>