Shades of Blackberry #3F192E
Tints of Blackberry #3F192E
RGB
CMYK
RGB Variations
Color information
#3F192E (or 0x3F192E) is known color: Blackberry. HEX triplet: 3F, 19 and 2E. RGB value is (63,25,46). Sum of RGB (Red+Green+Blue) = 63+25+46=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F192E is #C0E6D1. Grayscale: #262626. Windows color (decimal): -12642002 or 3021119. OLE color: 3021119.
HSL color Cylindrical-coordinate representation of color #3F192E: hue angle of 326.84º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F192E is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 25 | 46 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.75 |
| HSL | 326.84º | 0.43% | 0.17% | - |
| HSV(B) | 326.84º | 0.6% | 0.25% | - |
| XYZ | 2.89 | 1.95 | 2.81 | - |
| YUV | 38.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 46 | 0 | 0.60 | 0.27 | 0.75 | 326.84 | 0.43 | 0.17 |
| Hex | 3F | 19 | 2E | 0 | 3C | 1B | 4B | 147 | 2B | 11 |
| Octal | 77 | 31 | 56 | 0 | 74 | 33 | 113 | 507 | 53 | 21 |
| Binary | 111111 | 11001 | 101110 | 0 | 111100 | 11011 | 1001011 | 101000111 | 101011 | 10001 |
Color Harmonies of #3F192E
Complementary color
Monochromatic Colors of #3F192E
Black with #3F192E
Text Example
Text Example
White with #3F192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F192E; }
p { color: rgb(63,25,46); }
H1.HeaderClassName
{
color: #3F192E;
}
.AnyTagClassName
{
color: #3F192E;
}
</style>
background-color css
<style>
a { background-color: #3F192E; }
a { background-color: rgb(63,25,46); }
div.DivClassName
{
background-color: #3F192E;
}
.BgClassName
{
background-color: #3F192E;
}
</style>
border-color css
<style>
span { border-color: #3F192E; }
span { border-color: rgb(63,25,46); }
td.TdClassName
{
border-color: #3F192E;
}
.TagClassName
{
border-color: #3F192E;
}
</style>