Shades of Blackberry #3F1831
Tints of Blackberry #3F1831
RGB
CMYK
RGB Variations
Color information
#3F1831 (or 0x3F1831) is known color: Blackberry. HEX triplet: 3F, 18 and 31. RGB value is (63,24,49). Sum of RGB (Red+Green+Blue) = 63+24+49=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1831 is #C0E7CE. Grayscale: #262626. Windows color (decimal): -12642255 or 3217471. OLE color: 3217471.
HSL color Cylindrical-coordinate representation of color #3F1831: hue angle of 321.54º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F1831 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 24 | 49 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.75 |
| HSL | 321.54º | 0.45% | 0.17% | - |
| HSV(B) | 321.54º | 0.62% | 0.25% | - |
| XYZ | 2.93 | 1.93 | 3.12 | - |
| YUV | 38.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 49 | 0 | 0.62 | 0.22 | 0.75 | 321.54 | 0.45 | 0.17 |
| Hex | 3F | 18 | 31 | 0 | 3E | 16 | 4B | 142 | 2D | 11 |
| Octal | 77 | 30 | 61 | 0 | 76 | 26 | 113 | 502 | 55 | 21 |
| Binary | 111111 | 11000 | 110001 | 0 | 111110 | 10110 | 1001011 | 101000010 | 101101 | 10001 |
Color Harmonies of #3F1831
Complementary color
Monochromatic Colors of #3F1831
Black with #3F1831
Text Example
Text Example
White with #3F1831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1831; }
p { color: rgb(63,24,49); }
H1.HeaderClassName
{
color: #3F1831;
}
.AnyTagClassName
{
color: #3F1831;
}
</style>
background-color css
<style>
a { background-color: #3F1831; }
a { background-color: rgb(63,24,49); }
div.DivClassName
{
background-color: #3F1831;
}
.BgClassName
{
background-color: #3F1831;
}
</style>
border-color css
<style>
span { border-color: #3F1831; }
span { border-color: rgb(63,24,49); }
td.TdClassName
{
border-color: #3F1831;
}
.TagClassName
{
border-color: #3F1831;
}
</style>