Shades of Blackberry #3F152F
Tints of Blackberry #3F152F
RGB
CMYK
RGB Variations
Color information
#3F152F (or 0x3F152F) is known color: Blackberry. HEX triplet: 3F, 15 and 2F. RGB value is (63,21,47). Sum of RGB (Red+Green+Blue) = 63+21+47=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F152F is #C0EAD0. Grayscale: #242424. Windows color (decimal): -12643025 or 3085631. OLE color: 3085631.
HSL color Cylindrical-coordinate representation of color #3F152F: hue angle of 322.86º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F152F is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 21 | 47 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.75 |
| HSL | 322.86º | 0.5% | 0.16% | - |
| HSV(B) | 322.86º | 0.67% | 0.25% | - |
| XYZ | 2.83 | 1.8 | 2.89 | - |
| YUV | 36.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 47 | 0 | 0.67 | 0.25 | 0.75 | 322.86 | 0.5 | 0.16 |
| Hex | 3F | 15 | 2F | 0 | 43 | 19 | 4B | 143 | 32 | 10 |
| Octal | 77 | 25 | 57 | 0 | 103 | 31 | 113 | 503 | 62 | 20 |
| Binary | 111111 | 10101 | 101111 | 0 | 1000011 | 11001 | 1001011 | 101000011 | 110010 | 10000 |
Color Harmonies of #3F152F
Complementary color
Monochromatic Colors of #3F152F
Black with #3F152F
Text Example
Text Example
White with #3F152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F152F; }
p { color: rgb(63,21,47); }
H1.HeaderClassName
{
color: #3F152F;
}
.AnyTagClassName
{
color: #3F152F;
}
</style>
background-color css
<style>
a { background-color: #3F152F; }
a { background-color: rgb(63,21,47); }
div.DivClassName
{
background-color: #3F152F;
}
.BgClassName
{
background-color: #3F152F;
}
</style>
border-color css
<style>
span { border-color: #3F152F; }
span { border-color: rgb(63,21,47); }
td.TdClassName
{
border-color: #3F152F;
}
.TagClassName
{
border-color: #3F152F;
}
</style>