Shades of Blackberry #3F1B2D
Tints of Blackberry #3F1B2D
RGB
CMYK
RGB Variations
Color information
#3F1B2D (or 0x3F1B2D) is known color: Blackberry. HEX triplet: 3F, 1B and 2D. RGB value is (63,27,45). Sum of RGB (Red+Green+Blue) = 63+27+45=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1B2D is #C0E4D2. Grayscale: #272727. Windows color (decimal): -12641491 or 2956095. OLE color: 2956095.
HSL color Cylindrical-coordinate representation of color #3F1B2D: hue angle of 330º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F1B2D is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 27 | 45 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.75 |
| HSL | 330º | 0.4% | 0.18% | - |
| HSV(B) | 330º | 0.57% | 0.25% | - |
| XYZ | 2.92 | 2.03 | 2.72 | - |
| YUV | 39.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 27 | 45 | 0 | 0.57 | 0.29 | 0.75 | 330 | 0.4 | 0.18 |
| Hex | 3F | 1B | 2D | 0 | 39 | 1D | 4B | 14A | 28 | 12 |
| Octal | 77 | 33 | 55 | 0 | 71 | 35 | 113 | 512 | 50 | 22 |
| Binary | 111111 | 11011 | 101101 | 0 | 111001 | 11101 | 1001011 | 101001010 | 101000 | 10010 |
Color Harmonies of #3F1B2D
Complementary color
Monochromatic Colors of #3F1B2D
Black with #3F1B2D
Text Example
Text Example
White with #3F1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1B2D; }
p { color: rgb(63,27,45); }
H1.HeaderClassName
{
color: #3F1B2D;
}
.AnyTagClassName
{
color: #3F1B2D;
}
</style>
background-color css
<style>
a { background-color: #3F1B2D; }
a { background-color: rgb(63,27,45); }
div.DivClassName
{
background-color: #3F1B2D;
}
.BgClassName
{
background-color: #3F1B2D;
}
</style>
border-color css
<style>
span { border-color: #3F1B2D; }
span { border-color: rgb(63,27,45); }
td.TdClassName
{
border-color: #3F1B2D;
}
.TagClassName
{
border-color: #3F1B2D;
}
</style>