Shades of Blackberry #3F1932
Tints of Blackberry #3F1932
RGB
CMYK
RGB Variations
Color information
#3F1932 (or 0x3F1932) is known color: Blackberry. HEX triplet: 3F, 19 and 32. RGB value is (63,25,50). Sum of RGB (Red+Green+Blue) = 63+25+50=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1932 is #C0E6CD. Grayscale: #272727. Windows color (decimal): -12641998 or 3283263. OLE color: 3283263.
HSL color Cylindrical-coordinate representation of color #3F1932: hue angle of 320.53º 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 #3F1932 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 25 | 50 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.75 |
| HSL | 320.53º | 0.43% | 0.17% | - |
| HSV(B) | 320.53º | 0.6% | 0.25% | - |
| XYZ | 2.97 | 1.98 | 3.24 | - |
| YUV | 39.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 50 | 0 | 0.60 | 0.21 | 0.75 | 320.53 | 0.43 | 0.17 |
| Hex | 3F | 19 | 32 | 0 | 3C | 15 | 4B | 141 | 2B | 11 |
| Octal | 77 | 31 | 62 | 0 | 74 | 25 | 113 | 501 | 53 | 21 |
| Binary | 111111 | 11001 | 110010 | 0 | 111100 | 10101 | 1001011 | 101000001 | 101011 | 10001 |
Color Harmonies of #3F1932
Complementary color
Monochromatic Colors of #3F1932
Black with #3F1932
Text Example
Text Example
White with #3F1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1932; }
p { color: rgb(63,25,50); }
H1.HeaderClassName
{
color: #3F1932;
}
.AnyTagClassName
{
color: #3F1932;
}
</style>
background-color css
<style>
a { background-color: #3F1932; }
a { background-color: rgb(63,25,50); }
div.DivClassName
{
background-color: #3F1932;
}
.BgClassName
{
background-color: #3F1932;
}
</style>
border-color css
<style>
span { border-color: #3F1932; }
span { border-color: rgb(63,25,50); }
td.TdClassName
{
border-color: #3F1932;
}
.TagClassName
{
border-color: #3F1932;
}
</style>