Shades of Blackberry #3F0D31
Tints of Blackberry #3F0D31
RGB
CMYK
RGB Variations
Color information
#3F0D31 (or 0x3F0D31) is known color: Blackberry. HEX triplet: 3F, 0D and 31. RGB value is (63,13,49). Sum of RGB (Red+Green+Blue) = 63+13+49=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0D31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0D31 is #C0F2CE. Grayscale: #1F1F1F. Windows color (decimal): -12645071 or 3214655. OLE color: 3214655.
HSL color Cylindrical-coordinate representation of color #3F0D31: hue angle of 316.8º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F0D31 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 13 | 49 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.75 |
| HSL | 316.8º | 0.66% | 0.15% | - |
| HSV(B) | 316.8º | 0.79% | 0.25% | - |
| XYZ | 2.75 | 1.57 | 3.06 | - |
| YUV | 32.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 49 | 0 | 0.79 | 0.22 | 0.75 | 316.8 | 0.66 | 0.15 |
| Hex | 3F | D | 31 | 0 | 4F | 16 | 4B | 13D | 42 | F |
| Octal | 77 | 15 | 61 | 0 | 117 | 26 | 113 | 475 | 102 | 17 |
| Binary | 111111 | 1101 | 110001 | 0 | 1001111 | 10110 | 1001011 | 100111101 | 1000010 | 1111 |
Color Harmonies of #3F0D31
Complementary color
Monochromatic Colors of #3F0D31
Black with #3F0D31
Text Example
Text Example
White with #3F0D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0D31; }
p { color: rgb(63,13,49); }
H1.HeaderClassName
{
color: #3F0D31;
}
.AnyTagClassName
{
color: #3F0D31;
}
</style>
background-color css
<style>
a { background-color: #3F0D31; }
a { background-color: rgb(63,13,49); }
div.DivClassName
{
background-color: #3F0D31;
}
.BgClassName
{
background-color: #3F0D31;
}
</style>
border-color css
<style>
span { border-color: #3F0D31; }
span { border-color: rgb(63,13,49); }
td.TdClassName
{
border-color: #3F0D31;
}
.TagClassName
{
border-color: #3F0D31;
}
</style>