Shades of Blackberry #3F1527
Tints of Blackberry #3F1527
RGB
CMYK
RGB Variations
Color information
#3F1527 (or 0x3F1527) is known color: Blackberry. HEX triplet: 3F, 15 and 27. RGB value is (63,21,39). Sum of RGB (Red+Green+Blue) = 63+21+39=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1527 is #C0EAD8. Grayscale: #232323. Windows color (decimal): -12643033 or 2561343. OLE color: 2561343.
HSL color Cylindrical-coordinate representation of color #3F1527: hue angle of 334.29º 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 #3F1527 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 21 | 39 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.75 |
| HSL | 334.29º | 0.5% | 0.16% | - |
| HSV(B) | 334.29º | 0.67% | 0.25% | - |
| XYZ | 2.68 | 1.74 | 2.11 | - |
| YUV | 35.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 39 | 0 | 0.67 | 0.38 | 0.75 | 334.29 | 0.5 | 0.16 |
| Hex | 3F | 15 | 27 | 0 | 43 | 26 | 4B | 14E | 32 | 10 |
| Octal | 77 | 25 | 47 | 0 | 103 | 46 | 113 | 516 | 62 | 20 |
| Binary | 111111 | 10101 | 100111 | 0 | 1000011 | 100110 | 1001011 | 101001110 | 110010 | 10000 |
Color Harmonies of #3F1527
Complementary color
Monochromatic Colors of #3F1527
Black with #3F1527
Text Example
Text Example
White with #3F1527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1527; }
p { color: rgb(63,21,39); }
H1.HeaderClassName
{
color: #3F1527;
}
.AnyTagClassName
{
color: #3F1527;
}
</style>
background-color css
<style>
a { background-color: #3F1527; }
a { background-color: rgb(63,21,39); }
div.DivClassName
{
background-color: #3F1527;
}
.BgClassName
{
background-color: #3F1527;
}
</style>
border-color css
<style>
span { border-color: #3F1527; }
span { border-color: rgb(63,21,39); }
td.TdClassName
{
border-color: #3F1527;
}
.TagClassName
{
border-color: #3F1527;
}
</style>