Shades of Blackberry #3F1B31
Tints of Blackberry #3F1B31
RGB
CMYK
RGB Variations
Color information
#3F1B31 (or 0x3F1B31) is known color: Blackberry. HEX triplet: 3F, 1B and 31. RGB value is (63,27,49). Sum of RGB (Red+Green+Blue) = 63+27+49=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1B31 is #C0E4CE. Grayscale: #282828. Windows color (decimal): -12641487 or 3218239. OLE color: 3218239.
HSL color Cylindrical-coordinate representation of color #3F1B31: hue angle of 323.33º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F1B31 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 27 | 49 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.75 |
| HSL | 323.33º | 0.4% | 0.18% | - |
| HSV(B) | 323.33º | 0.57% | 0.25% | - |
| XYZ | 3 | 2.06 | 3.15 | - |
| YUV | 40.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 27 | 49 | 0 | 0.57 | 0.22 | 0.75 | 323.33 | 0.4 | 0.18 |
| Hex | 3F | 1B | 31 | 0 | 39 | 16 | 4B | 143 | 28 | 12 |
| Octal | 77 | 33 | 61 | 0 | 71 | 26 | 113 | 503 | 50 | 22 |
| Binary | 111111 | 11011 | 110001 | 0 | 111001 | 10110 | 1001011 | 101000011 | 101000 | 10010 |
Color Harmonies of #3F1B31
Complementary color
Monochromatic Colors of #3F1B31
Black with #3F1B31
Text Example
Text Example
White with #3F1B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1B31; }
p { color: rgb(63,27,49); }
H1.HeaderClassName
{
color: #3F1B31;
}
.AnyTagClassName
{
color: #3F1B31;
}
</style>
background-color css
<style>
a { background-color: #3F1B31; }
a { background-color: rgb(63,27,49); }
div.DivClassName
{
background-color: #3F1B31;
}
.BgClassName
{
background-color: #3F1B31;
}
</style>
border-color css
<style>
span { border-color: #3F1B31; }
span { border-color: rgb(63,27,49); }
td.TdClassName
{
border-color: #3F1B31;
}
.TagClassName
{
border-color: #3F1B31;
}
</style>