Shades of Blackberry #3F1530
Tints of Blackberry #3F1530
RGB
CMYK
RGB Variations
Color information
#3F1530 (or 0x3F1530) is known color: Blackberry. HEX triplet: 3F, 15 and 30. RGB value is (63,21,48). Sum of RGB (Red+Green+Blue) = 63+21+48=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1530 is #C0EACF. Grayscale: #242424. Windows color (decimal): -12643024 or 3151167. OLE color: 3151167.
HSL color Cylindrical-coordinate representation of color #3F1530: hue angle of 321.43º 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 #3F1530 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 21 | 48 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.75 |
| HSL | 321.43º | 0.5% | 0.16% | - |
| HSV(B) | 321.43º | 0.67% | 0.25% | - |
| XYZ | 2.85 | 1.81 | 2.99 | - |
| YUV | 36.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 48 | 0 | 0.67 | 0.24 | 0.75 | 321.43 | 0.5 | 0.16 |
| Hex | 3F | 15 | 30 | 0 | 43 | 18 | 4B | 141 | 32 | 10 |
| Octal | 77 | 25 | 60 | 0 | 103 | 30 | 113 | 501 | 62 | 20 |
| Binary | 111111 | 10101 | 110000 | 0 | 1000011 | 11000 | 1001011 | 101000001 | 110010 | 10000 |
Color Harmonies of #3F1530
Complementary color
Monochromatic Colors of #3F1530
Black with #3F1530
Text Example
Text Example
White with #3F1530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1530; }
p { color: rgb(63,21,48); }
H1.HeaderClassName
{
color: #3F1530;
}
.AnyTagClassName
{
color: #3F1530;
}
</style>
background-color css
<style>
a { background-color: #3F1530; }
a { background-color: rgb(63,21,48); }
div.DivClassName
{
background-color: #3F1530;
}
.BgClassName
{
background-color: #3F1530;
}
</style>
border-color css
<style>
span { border-color: #3F1530; }
span { border-color: rgb(63,21,48); }
td.TdClassName
{
border-color: #3F1530;
}
.TagClassName
{
border-color: #3F1530;
}
</style>