Shades of Blackberry #3F1432
Tints of Blackberry #3F1432
RGB
CMYK
RGB Variations
Color information
#3F1432 (or 0x3F1432) is known color: Blackberry. HEX triplet: 3F, 14 and 32. RGB value is (63,20,50). Sum of RGB (Red+Green+Blue) = 63+20+50=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1432 is #C0EBCD. Grayscale: #242424. Windows color (decimal): -12643278 or 3281983. OLE color: 3281983.
HSL color Cylindrical-coordinate representation of color #3F1432: hue angle of 318.14º 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 #3F1432 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 20 | 50 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.75 |
| HSL | 318.14º | 0.52% | 0.16% | - |
| HSV(B) | 318.14º | 0.68% | 0.25% | - |
| XYZ | 2.88 | 1.79 | 3.21 | - |
| YUV | 36.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 50 | 0 | 0.68 | 0.21 | 0.75 | 318.14 | 0.52 | 0.16 |
| Hex | 3F | 14 | 32 | 0 | 44 | 15 | 4B | 13E | 34 | 10 |
| Octal | 77 | 24 | 62 | 0 | 104 | 25 | 113 | 476 | 64 | 20 |
| Binary | 111111 | 10100 | 110010 | 0 | 1000100 | 10101 | 1001011 | 100111110 | 110100 | 10000 |
Color Harmonies of #3F1432
Complementary color
Monochromatic Colors of #3F1432
Black with #3F1432
Text Example
Text Example
White with #3F1432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1432; }
p { color: rgb(63,20,50); }
H1.HeaderClassName
{
color: #3F1432;
}
.AnyTagClassName
{
color: #3F1432;
}
</style>
background-color css
<style>
a { background-color: #3F1432; }
a { background-color: rgb(63,20,50); }
div.DivClassName
{
background-color: #3F1432;
}
.BgClassName
{
background-color: #3F1432;
}
</style>
border-color css
<style>
span { border-color: #3F1432; }
span { border-color: rgb(63,20,50); }
td.TdClassName
{
border-color: #3F1432;
}
.TagClassName
{
border-color: #3F1432;
}
</style>