Shades of Blackberry #3F0D2D
Tints of Blackberry #3F0D2D
RGB
CMYK
RGB Variations
Color information
#3F0D2D (or 0x3F0D2D) is known color: Blackberry. HEX triplet: 3F, 0D and 2D. RGB value is (63,13,45). Sum of RGB (Red+Green+Blue) = 63+13+45=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0D2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0D2D is #C0F2D2. Grayscale: #1F1F1F. Windows color (decimal): -12645075 or 2952511. OLE color: 2952511.
HSL color Cylindrical-coordinate representation of color #3F0D2D: hue angle of 321.6º 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 #3F0D2D is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 13 | 45 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.75 |
| HSL | 321.6º | 0.66% | 0.15% | - |
| HSV(B) | 321.6º | 0.79% | 0.25% | - |
| XYZ | 2.67 | 1.53 | 2.64 | - |
| YUV | 31.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 45 | 0 | 0.79 | 0.29 | 0.75 | 321.6 | 0.66 | 0.15 |
| Hex | 3F | D | 2D | 0 | 4F | 1D | 4B | 142 | 42 | F |
| Octal | 77 | 15 | 55 | 0 | 117 | 35 | 113 | 502 | 102 | 17 |
| Binary | 111111 | 1101 | 101101 | 0 | 1001111 | 11101 | 1001011 | 101000010 | 1000010 | 1111 |
Color Harmonies of #3F0D2D
Complementary color
Monochromatic Colors of #3F0D2D
Black with #3F0D2D
Text Example
Text Example
White with #3F0D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0D2D; }
p { color: rgb(63,13,45); }
H1.HeaderClassName
{
color: #3F0D2D;
}
.AnyTagClassName
{
color: #3F0D2D;
}
</style>
background-color css
<style>
a { background-color: #3F0D2D; }
a { background-color: rgb(63,13,45); }
div.DivClassName
{
background-color: #3F0D2D;
}
.BgClassName
{
background-color: #3F0D2D;
}
</style>
border-color css
<style>
span { border-color: #3F0D2D; }
span { border-color: rgb(63,13,45); }
td.TdClassName
{
border-color: #3F0D2D;
}
.TagClassName
{
border-color: #3F0D2D;
}
</style>