Shades of Blackberry #3F1327
Tints of Blackberry #3F1327
RGB
CMYK
RGB Variations
Color information
#3F1327 (or 0x3F1327) is known color: Blackberry. HEX triplet: 3F, 13 and 27. RGB value is (63,19,39). Sum of RGB (Red+Green+Blue) = 63+19+39=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1327 is #C0ECD8. Grayscale: #222222. Windows color (decimal): -12643545 or 2560831. OLE color: 2560831.
HSL color Cylindrical-coordinate representation of color #3F1327: hue angle of 332.73º 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 #3F1327 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 39 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.75 |
| HSL | 332.73º | 0.54% | 0.16% | - |
| HSV(B) | 332.73º | 0.7% | 0.25% | - |
| XYZ | 2.65 | 1.67 | 2.1 | - |
| YUV | 34.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 39 | 0 | 0.70 | 0.38 | 0.75 | 332.73 | 0.54 | 0.16 |
| Hex | 3F | 13 | 27 | 0 | 46 | 26 | 4B | 14D | 36 | 10 |
| Octal | 77 | 23 | 47 | 0 | 106 | 46 | 113 | 515 | 66 | 20 |
| Binary | 111111 | 10011 | 100111 | 0 | 1000110 | 100110 | 1001011 | 101001101 | 110110 | 10000 |
Color Harmonies of #3F1327
Complementary color
Monochromatic Colors of #3F1327
Black with #3F1327
Text Example
Text Example
White with #3F1327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1327; }
p { color: rgb(63,19,39); }
H1.HeaderClassName
{
color: #3F1327;
}
.AnyTagClassName
{
color: #3F1327;
}
</style>
background-color css
<style>
a { background-color: #3F1327; }
a { background-color: rgb(63,19,39); }
div.DivClassName
{
background-color: #3F1327;
}
.BgClassName
{
background-color: #3F1327;
}
</style>
border-color css
<style>
span { border-color: #3F1327; }
span { border-color: rgb(63,19,39); }
td.TdClassName
{
border-color: #3F1327;
}
.TagClassName
{
border-color: #3F1327;
}
</style>