Shades of Blackberry #3F1D2D
Tints of Blackberry #3F1D2D
RGB
CMYK
RGB Variations
Color information
#3F1D2D (or 0x3F1D2D) is known color: Blackberry. HEX triplet: 3F, 1D and 2D. RGB value is (63,29,45). Sum of RGB (Red+Green+Blue) = 63+29+45=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1D2D is #C0E2D2. Grayscale: #282828. Windows color (decimal): -12640979 or 2956607. OLE color: 2956607.
HSL color Cylindrical-coordinate representation of color #3F1D2D: hue angle of 331.76º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F1D2D is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 29 | 45 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.75 |
| HSL | 331.76º | 0.37% | 0.18% | - |
| HSV(B) | 331.76º | 0.54% | 0.25% | - |
| XYZ | 2.96 | 2.12 | 2.74 | - |
| YUV | 40.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 29 | 45 | 0 | 0.54 | 0.29 | 0.75 | 331.76 | 0.37 | 0.18 |
| Hex | 3F | 1D | 2D | 0 | 36 | 1D | 4B | 14C | 25 | 12 |
| Octal | 77 | 35 | 55 | 0 | 66 | 35 | 113 | 514 | 45 | 22 |
| Binary | 111111 | 11101 | 101101 | 0 | 110110 | 11101 | 1001011 | 101001100 | 100101 | 10010 |
Color Harmonies of #3F1D2D
Complementary color
Monochromatic Colors of #3F1D2D
Black with #3F1D2D
Text Example
Text Example
White with #3F1D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1D2D; }
p { color: rgb(63,29,45); }
H1.HeaderClassName
{
color: #3F1D2D;
}
.AnyTagClassName
{
color: #3F1D2D;
}
</style>
background-color css
<style>
a { background-color: #3F1D2D; }
a { background-color: rgb(63,29,45); }
div.DivClassName
{
background-color: #3F1D2D;
}
.BgClassName
{
background-color: #3F1D2D;
}
</style>
border-color css
<style>
span { border-color: #3F1D2D; }
span { border-color: rgb(63,29,45); }
td.TdClassName
{
border-color: #3F1D2D;
}
.TagClassName
{
border-color: #3F1D2D;
}
</style>