Shades of Blackberry #3F1A2B
Tints of Blackberry #3F1A2B
RGB
CMYK
RGB Variations
Color information
#3F1A2B (or 0x3F1A2B) is known color: Blackberry. HEX triplet: 3F, 1A and 2B. RGB value is (63,26,43). Sum of RGB (Red+Green+Blue) = 63+26+43=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1A2B is #C0E5D4. Grayscale: #262626. Windows color (decimal): -12641749 or 2824767. OLE color: 2824767.
HSL color Cylindrical-coordinate representation of color #3F1A2B: hue angle of 332.43º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F1A2B is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 26 | 43 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.75 |
| HSL | 332.43º | 0.42% | 0.17% | - |
| HSV(B) | 332.43º | 0.59% | 0.25% | - |
| XYZ | 2.86 | 1.97 | 2.52 | - |
| YUV | 39 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 26 | 43 | 0 | 0.59 | 0.32 | 0.75 | 332.43 | 0.42 | 0.17 |
| Hex | 3F | 1A | 2B | 0 | 3B | 20 | 4B | 14C | 2A | 11 |
| Octal | 77 | 32 | 53 | 0 | 73 | 40 | 113 | 514 | 52 | 21 |
| Binary | 111111 | 11010 | 101011 | 0 | 111011 | 100000 | 1001011 | 101001100 | 101010 | 10001 |
Color Harmonies of #3F1A2B
Complementary color
Monochromatic Colors of #3F1A2B
Black with #3F1A2B
Text Example
Text Example
White with #3F1A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1A2B; }
p { color: rgb(63,26,43); }
H1.HeaderClassName
{
color: #3F1A2B;
}
.AnyTagClassName
{
color: #3F1A2B;
}
</style>
background-color css
<style>
a { background-color: #3F1A2B; }
a { background-color: rgb(63,26,43); }
div.DivClassName
{
background-color: #3F1A2B;
}
.BgClassName
{
background-color: #3F1A2B;
}
</style>
border-color css
<style>
span { border-color: #3F1A2B; }
span { border-color: rgb(63,26,43); }
td.TdClassName
{
border-color: #3F1A2B;
}
.TagClassName
{
border-color: #3F1A2B;
}
</style>