Shades of Blackberry #3F162B
Tints of Blackberry #3F162B
RGB
CMYK
RGB Variations
Color information
#3F162B (or 0x3F162B) is known color: Blackberry. HEX triplet: 3F, 16 and 2B. RGB value is (63,22,43). Sum of RGB (Red+Green+Blue) = 63+22+43=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F162B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F162B is #C0E9D4. Grayscale: #242424. Windows color (decimal): -12642773 or 2823743. OLE color: 2823743.
HSL color Cylindrical-coordinate representation of color #3F162B: hue angle of 329.27º 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 #3F162B is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 22 | 43 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.75 |
| HSL | 329.27º | 0.48% | 0.17% | - |
| HSV(B) | 329.27º | 0.65% | 0.25% | - |
| XYZ | 2.77 | 1.8 | 2.49 | - |
| YUV | 36.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 43 | 0 | 0.65 | 0.32 | 0.75 | 329.27 | 0.48 | 0.17 |
| Hex | 3F | 16 | 2B | 0 | 41 | 20 | 4B | 149 | 30 | 11 |
| Octal | 77 | 26 | 53 | 0 | 101 | 40 | 113 | 511 | 60 | 21 |
| Binary | 111111 | 10110 | 101011 | 0 | 1000001 | 100000 | 1001011 | 101001001 | 110000 | 10001 |
Color Harmonies of #3F162B
Complementary color
Monochromatic Colors of #3F162B
Black with #3F162B
Text Example
Text Example
White with #3F162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F162B; }
p { color: rgb(63,22,43); }
H1.HeaderClassName
{
color: #3F162B;
}
.AnyTagClassName
{
color: #3F162B;
}
</style>
background-color css
<style>
a { background-color: #3F162B; }
a { background-color: rgb(63,22,43); }
div.DivClassName
{
background-color: #3F162B;
}
.BgClassName
{
background-color: #3F162B;
}
</style>
border-color css
<style>
span { border-color: #3F162B; }
span { border-color: rgb(63,22,43); }
td.TdClassName
{
border-color: #3F162B;
}
.TagClassName
{
border-color: #3F162B;
}
</style>