Shades of Blackberry #3F1025
Tints of Blackberry #3F1025
RGB
CMYK
RGB Variations
Color information
#3F1025 (or 0x3F1025) is known color: Blackberry. HEX triplet: 3F, 10 and 25. RGB value is (63,16,37). Sum of RGB (Red+Green+Blue) = 63+16+37=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1025 is #C0EFDA. Grayscale: #202020. Windows color (decimal): -12644315 or 2428991. OLE color: 2428991.
HSL color Cylindrical-coordinate representation of color #3F1025: hue angle of 333.19º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F1025 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 37 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.75 |
| HSL | 333.19º | 0.59% | 0.15% | - |
| HSV(B) | 333.19º | 0.75% | 0.25% | - |
| XYZ | 2.57 | 1.56 | 1.92 | - |
| YUV | 32.45 | 130.57 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 37 | 0 | 0.75 | 0.41 | 0.75 | 333.19 | 0.59 | 0.15 |
| Hex | 3F | 10 | 25 | 0 | 4B | 29 | 4B | 14D | 3B | F |
| Octal | 77 | 20 | 45 | 0 | 113 | 51 | 113 | 515 | 73 | 17 |
| Binary | 111111 | 10000 | 100101 | 0 | 1001011 | 101001 | 1001011 | 101001101 | 111011 | 1111 |
Color Harmonies of #3F1025
Complementary color
Monochromatic Colors of #3F1025
Black with #3F1025
Text Example
Text Example
White with #3F1025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1025; }
p { color: rgb(63,16,37); }
H1.HeaderClassName
{
color: #3F1025;
}
.AnyTagClassName
{
color: #3F1025;
}
</style>
background-color css
<style>
a { background-color: #3F1025; }
a { background-color: rgb(63,16,37); }
div.DivClassName
{
background-color: #3F1025;
}
.BgClassName
{
background-color: #3F1025;
}
</style>
border-color css
<style>
span { border-color: #3F1025; }
span { border-color: rgb(63,16,37); }
td.TdClassName
{
border-color: #3F1025;
}
.TagClassName
{
border-color: #3F1025;
}
</style>