Shades of Blackberry #3F132B
Tints of Blackberry #3F132B
RGB
CMYK
RGB Variations
Color information
#3F132B (or 0x3F132B) is known color: Blackberry. HEX triplet: 3F, 13 and 2B. RGB value is (63,19,43). Sum of RGB (Red+Green+Blue) = 63+19+43=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F132B is #C0ECD4. Grayscale: #222222. Windows color (decimal): -12643541 or 2822975. OLE color: 2822975.
HSL color Cylindrical-coordinate representation of color #3F132B: hue angle of 327.27º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F132B is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 43 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.75 |
| HSL | 327.27º | 0.54% | 0.16% | - |
| HSV(B) | 327.27º | 0.7% | 0.25% | - |
| XYZ | 2.72 | 1.7 | 2.47 | - |
| YUV | 34.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 43 | 0 | 0.70 | 0.32 | 0.75 | 327.27 | 0.54 | 0.16 |
| Hex | 3F | 13 | 2B | 0 | 46 | 20 | 4B | 147 | 36 | 10 |
| Octal | 77 | 23 | 53 | 0 | 106 | 40 | 113 | 507 | 66 | 20 |
| Binary | 111111 | 10011 | 101011 | 0 | 1000110 | 100000 | 1001011 | 101000111 | 110110 | 10000 |
Color Harmonies of #3F132B
Complementary color
Monochromatic Colors of #3F132B
Black with #3F132B
Text Example
Text Example
White with #3F132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F132B; }
p { color: rgb(63,19,43); }
H1.HeaderClassName
{
color: #3F132B;
}
.AnyTagClassName
{
color: #3F132B;
}
</style>
background-color css
<style>
a { background-color: #3F132B; }
a { background-color: rgb(63,19,43); }
div.DivClassName
{
background-color: #3F132B;
}
.BgClassName
{
background-color: #3F132B;
}
</style>
border-color css
<style>
span { border-color: #3F132B; }
span { border-color: rgb(63,19,43); }
td.TdClassName
{
border-color: #3F132B;
}
.TagClassName
{
border-color: #3F132B;
}
</style>