Shades of Blackberry #3F1829
Tints of Blackberry #3F1829
RGB
CMYK
RGB Variations
Color information
#3F1829 (or 0x3F1829) is known color: Blackberry. HEX triplet: 3F, 18 and 29. RGB value is (63,24,41). Sum of RGB (Red+Green+Blue) = 63+24+41=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1829 is #C0E7D6. Grayscale: #252525. Windows color (decimal): -12642263 or 2693183. OLE color: 2693183.
HSL color Cylindrical-coordinate representation of color #3F1829: hue angle of 333.85º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F1829 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 24 | 41 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.75 |
| HSL | 333.85º | 0.45% | 0.17% | - |
| HSV(B) | 333.85º | 0.62% | 0.25% | - |
| XYZ | 2.78 | 1.87 | 2.31 | - |
| YUV | 37.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 41 | 0 | 0.62 | 0.35 | 0.75 | 333.85 | 0.45 | 0.17 |
| Hex | 3F | 18 | 29 | 0 | 3E | 23 | 4B | 14E | 2D | 11 |
| Octal | 77 | 30 | 51 | 0 | 76 | 43 | 113 | 516 | 55 | 21 |
| Binary | 111111 | 11000 | 101001 | 0 | 111110 | 100011 | 1001011 | 101001110 | 101101 | 10001 |
Color Harmonies of #3F1829
Complementary color
Monochromatic Colors of #3F1829
Black with #3F1829
Text Example
Text Example
White with #3F1829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1829; }
p { color: rgb(63,24,41); }
H1.HeaderClassName
{
color: #3F1829;
}
.AnyTagClassName
{
color: #3F1829;
}
</style>
background-color css
<style>
a { background-color: #3F1829; }
a { background-color: rgb(63,24,41); }
div.DivClassName
{
background-color: #3F1829;
}
.BgClassName
{
background-color: #3F1829;
}
</style>
border-color css
<style>
span { border-color: #3F1829; }
span { border-color: rgb(63,24,41); }
td.TdClassName
{
border-color: #3F1829;
}
.TagClassName
{
border-color: #3F1829;
}
</style>