Shades of Blackberry #3F1629
Tints of Blackberry #3F1629
RGB
CMYK
RGB Variations
Color information
#3F1629 (or 0x3F1629) is known color: Blackberry. HEX triplet: 3F, 16 and 29. RGB value is (63,22,41). Sum of RGB (Red+Green+Blue) = 63+22+41=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1629 is #C0E9D6. Grayscale: #242424. Windows color (decimal): -12642775 or 2692671. OLE color: 2692671.
HSL color Cylindrical-coordinate representation of color #3F1629: hue angle of 332.2º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F1629 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 22 | 41 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.75 |
| HSL | 332.2º | 0.48% | 0.17% | - |
| HSV(B) | 332.2º | 0.65% | 0.25% | - |
| XYZ | 2.74 | 1.79 | 2.3 | - |
| YUV | 36.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 41 | 0 | 0.65 | 0.35 | 0.75 | 332.2 | 0.48 | 0.17 |
| Hex | 3F | 16 | 29 | 0 | 41 | 23 | 4B | 14C | 30 | 11 |
| Octal | 77 | 26 | 51 | 0 | 101 | 43 | 113 | 514 | 60 | 21 |
| Binary | 111111 | 10110 | 101001 | 0 | 1000001 | 100011 | 1001011 | 101001100 | 110000 | 10001 |
Color Harmonies of #3F1629
Complementary color
Monochromatic Colors of #3F1629
Black with #3F1629
Text Example
Text Example
White with #3F1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1629; }
p { color: rgb(63,22,41); }
H1.HeaderClassName
{
color: #3F1629;
}
.AnyTagClassName
{
color: #3F1629;
}
</style>
background-color css
<style>
a { background-color: #3F1629; }
a { background-color: rgb(63,22,41); }
div.DivClassName
{
background-color: #3F1629;
}
.BgClassName
{
background-color: #3F1629;
}
</style>
border-color css
<style>
span { border-color: #3F1629; }
span { border-color: rgb(63,22,41); }
td.TdClassName
{
border-color: #3F1629;
}
.TagClassName
{
border-color: #3F1629;
}
</style>