Shades of Blackberry #3F142E
Tints of Blackberry #3F142E
RGB
CMYK
RGB Variations
Color information
#3F142E (or 0x3F142E) is known color: Blackberry. HEX triplet: 3F, 14 and 2E. RGB value is (63,20,46). Sum of RGB (Red+Green+Blue) = 63+20+46=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F142E is #C0EBD1. Grayscale: #232323. Windows color (decimal): -12643282 or 3019839. OLE color: 3019839.
HSL color Cylindrical-coordinate representation of color #3F142E: hue angle of 323.72º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F142E is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 20 | 46 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.75 |
| HSL | 323.72º | 0.52% | 0.16% | - |
| HSV(B) | 323.72º | 0.68% | 0.25% | - |
| XYZ | 2.79 | 1.75 | 2.78 | - |
| YUV | 35.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 46 | 0 | 0.68 | 0.27 | 0.75 | 323.72 | 0.52 | 0.16 |
| Hex | 3F | 14 | 2E | 0 | 44 | 1B | 4B | 144 | 34 | 10 |
| Octal | 77 | 24 | 56 | 0 | 104 | 33 | 113 | 504 | 64 | 20 |
| Binary | 111111 | 10100 | 101110 | 0 | 1000100 | 11011 | 1001011 | 101000100 | 110100 | 10000 |
Color Harmonies of #3F142E
Complementary color
Monochromatic Colors of #3F142E
Black with #3F142E
Text Example
Text Example
White with #3F142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F142E; }
p { color: rgb(63,20,46); }
H1.HeaderClassName
{
color: #3F142E;
}
.AnyTagClassName
{
color: #3F142E;
}
</style>
background-color css
<style>
a { background-color: #3F142E; }
a { background-color: rgb(63,20,46); }
div.DivClassName
{
background-color: #3F142E;
}
.BgClassName
{
background-color: #3F142E;
}
</style>
border-color css
<style>
span { border-color: #3F142E; }
span { border-color: rgb(63,20,46); }
td.TdClassName
{
border-color: #3F142E;
}
.TagClassName
{
border-color: #3F142E;
}
</style>