Shades of Blackberry #3F1425
Tints of Blackberry #3F1425
RGB
CMYK
RGB Variations
Color information
#3F1425 (or 0x3F1425) is known color: Blackberry. HEX triplet: 3F, 14 and 25. RGB value is (63,20,37). Sum of RGB (Red+Green+Blue) = 63+20+37=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1425 is #C0EBDA. Grayscale: #222222. Windows color (decimal): -12643291 or 2430015. OLE color: 2430015.
HSL color Cylindrical-coordinate representation of color #3F1425: hue angle of 336.28º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F1425 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 20 | 37 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.75 |
| HSL | 336.28º | 0.52% | 0.16% | - |
| HSV(B) | 336.28º | 0.68% | 0.25% | - |
| XYZ | 2.63 | 1.69 | 1.94 | - |
| YUV | 34.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 37 | 0 | 0.68 | 0.41 | 0.75 | 336.28 | 0.52 | 0.16 |
| Hex | 3F | 14 | 25 | 0 | 44 | 29 | 4B | 150 | 34 | 10 |
| Octal | 77 | 24 | 45 | 0 | 104 | 51 | 113 | 520 | 64 | 20 |
| Binary | 111111 | 10100 | 100101 | 0 | 1000100 | 101001 | 1001011 | 101010000 | 110100 | 10000 |
Color Harmonies of #3F1425
Complementary color
Monochromatic Colors of #3F1425
Black with #3F1425
Text Example
Text Example
White with #3F1425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1425; }
p { color: rgb(63,20,37); }
H1.HeaderClassName
{
color: #3F1425;
}
.AnyTagClassName
{
color: #3F1425;
}
</style>
background-color css
<style>
a { background-color: #3F1425; }
a { background-color: rgb(63,20,37); }
div.DivClassName
{
background-color: #3F1425;
}
.BgClassName
{
background-color: #3F1425;
}
</style>
border-color css
<style>
span { border-color: #3F1425; }
span { border-color: rgb(63,20,37); }
td.TdClassName
{
border-color: #3F1425;
}
.TagClassName
{
border-color: #3F1425;
}
</style>