Shades of Blackberry #3F1F32
Tints of Blackberry #3F1F32
RGB
CMYK
RGB Variations
Color information
#3F1F32 (or 0x3F1F32) is known color: Blackberry. HEX triplet: 3F, 1F and 32. RGB value is (63,31,50). Sum of RGB (Red+Green+Blue) = 63+31+50=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F32 is #C0E0CD. Grayscale: #2A2A2A. Windows color (decimal): -12640462 or 3284799. OLE color: 3284799.
HSL color Cylindrical-coordinate representation of color #3F1F32: hue angle of 324.38º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F1F32 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 31 | 50 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.75 |
| HSL | 324.38º | 0.34% | 0.18% | - |
| HSV(B) | 324.38º | 0.51% | 0.25% | - |
| XYZ | 3.12 | 2.27 | 3.29 | - |
| YUV | 42.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 50 | 0 | 0.51 | 0.21 | 0.75 | 324.38 | 0.34 | 0.18 |
| Hex | 3F | 1F | 32 | 0 | 33 | 15 | 4B | 144 | 22 | 12 |
| Octal | 77 | 37 | 62 | 0 | 63 | 25 | 113 | 504 | 42 | 22 |
| Binary | 111111 | 11111 | 110010 | 0 | 110011 | 10101 | 1001011 | 101000100 | 100010 | 10010 |
Color Harmonies of #3F1F32
Complementary color
Monochromatic Colors of #3F1F32
Black with #3F1F32
Text Example
Text Example
White with #3F1F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1F32; }
p { color: rgb(63,31,50); }
H1.HeaderClassName
{
color: #3F1F32;
}
.AnyTagClassName
{
color: #3F1F32;
}
</style>
background-color css
<style>
a { background-color: #3F1F32; }
a { background-color: rgb(63,31,50); }
div.DivClassName
{
background-color: #3F1F32;
}
.BgClassName
{
background-color: #3F1F32;
}
</style>
border-color css
<style>
span { border-color: #3F1F32; }
span { border-color: rgb(63,31,50); }
td.TdClassName
{
border-color: #3F1F32;
}
.TagClassName
{
border-color: #3F1F32;
}
</style>