Shades of Blackberry #3F192C
Tints of Blackberry #3F192C
RGB
CMYK
RGB Variations
Color information
#3F192C (or 0x3F192C) is known color: Blackberry. HEX triplet: 3F, 19 and 2C. RGB value is (63,25,44). Sum of RGB (Red+Green+Blue) = 63+25+44=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F192C is #C0E6D3. Grayscale: #262626. Windows color (decimal): -12642004 or 2890047. OLE color: 2890047.
HSL color Cylindrical-coordinate representation of color #3F192C: hue angle of 330º 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 #3F192C is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 25 | 44 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.75 |
| HSL | 330º | 0.43% | 0.17% | - |
| HSV(B) | 330º | 0.6% | 0.25% | - |
| XYZ | 2.85 | 1.93 | 2.61 | - |
| YUV | 38.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 44 | 0 | 0.60 | 0.30 | 0.75 | 330 | 0.43 | 0.17 |
| Hex | 3F | 19 | 2C | 0 | 3C | 1E | 4B | 14A | 2B | 11 |
| Octal | 77 | 31 | 54 | 0 | 74 | 36 | 113 | 512 | 53 | 21 |
| Binary | 111111 | 11001 | 101100 | 0 | 111100 | 11110 | 1001011 | 101001010 | 101011 | 10001 |
Color Harmonies of #3F192C
Complementary color
Monochromatic Colors of #3F192C
Black with #3F192C
Text Example
Text Example
White with #3F192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F192C; }
p { color: rgb(63,25,44); }
H1.HeaderClassName
{
color: #3F192C;
}
.AnyTagClassName
{
color: #3F192C;
}
</style>
background-color css
<style>
a { background-color: #3F192C; }
a { background-color: rgb(63,25,44); }
div.DivClassName
{
background-color: #3F192C;
}
.BgClassName
{
background-color: #3F192C;
}
</style>
border-color css
<style>
span { border-color: #3F192C; }
span { border-color: rgb(63,25,44); }
td.TdClassName
{
border-color: #3F192C;
}
.TagClassName
{
border-color: #3F192C;
}
</style>