Shades of Blackberry #3F192B
Tints of Blackberry #3F192B
RGB
CMYK
RGB Variations
Color information
#3F192B (or 0x3F192B) is known color: Blackberry. HEX triplet: 3F, 19 and 2B. RGB value is (63,25,43). Sum of RGB (Red+Green+Blue) = 63+25+43=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F192B is #C0E6D4. Grayscale: #262626. Windows color (decimal): -12642005 or 2824511. OLE color: 2824511.
HSL color Cylindrical-coordinate representation of color #3F192B: hue angle of 331.58º 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 #3F192B is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 25 | 43 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.75 |
| HSL | 331.58º | 0.43% | 0.17% | - |
| HSV(B) | 331.58º | 0.6% | 0.25% | - |
| XYZ | 2.83 | 1.93 | 2.51 | - |
| YUV | 38.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 43 | 0 | 0.60 | 0.32 | 0.75 | 331.58 | 0.43 | 0.17 |
| Hex | 3F | 19 | 2B | 0 | 3C | 20 | 4B | 14C | 2B | 11 |
| Octal | 77 | 31 | 53 | 0 | 74 | 40 | 113 | 514 | 53 | 21 |
| Binary | 111111 | 11001 | 101011 | 0 | 111100 | 100000 | 1001011 | 101001100 | 101011 | 10001 |
Color Harmonies of #3F192B
Complementary color
Monochromatic Colors of #3F192B
Black with #3F192B
Text Example
Text Example
White with #3F192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F192B; }
p { color: rgb(63,25,43); }
H1.HeaderClassName
{
color: #3F192B;
}
.AnyTagClassName
{
color: #3F192B;
}
</style>
background-color css
<style>
a { background-color: #3F192B; }
a { background-color: rgb(63,25,43); }
div.DivClassName
{
background-color: #3F192B;
}
.BgClassName
{
background-color: #3F192B;
}
</style>
border-color css
<style>
span { border-color: #3F192B; }
span { border-color: rgb(63,25,43); }
td.TdClassName
{
border-color: #3F192B;
}
.TagClassName
{
border-color: #3F192B;
}
</style>