Shades of Blackberry #3F0B2D
Tints of Blackberry #3F0B2D
RGB
CMYK
RGB Variations
Color information
#3F0B2D (or 0x3F0B2D) is known color: Blackberry. HEX triplet: 3F, 0B and 2D. RGB value is (63,11,45). Sum of RGB (Red+Green+Blue) = 63+11+45=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0B2D is #C0F4D2. Grayscale: #1E1E1E. Windows color (decimal): -12645587 or 2951999. OLE color: 2951999.
HSL color Cylindrical-coordinate representation of color #3F0B2D: hue angle of 320.77º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F0B2D is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 11 | 45 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.75 |
| HSL | 320.77º | 0.7% | 0.15% | - |
| HSV(B) | 320.77º | 0.83% | 0.25% | - |
| XYZ | 2.64 | 1.49 | 2.63 | - |
| YUV | 30.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 45 | 0 | 0.83 | 0.29 | 0.75 | 320.77 | 0.7 | 0.15 |
| Hex | 3F | B | 2D | 0 | 53 | 1D | 4B | 141 | 46 | F |
| Octal | 77 | 13 | 55 | 0 | 123 | 35 | 113 | 501 | 106 | 17 |
| Binary | 111111 | 1011 | 101101 | 0 | 1010011 | 11101 | 1001011 | 101000001 | 1000110 | 1111 |
Color Harmonies of #3F0B2D
Complementary color
Monochromatic Colors of #3F0B2D
Black with #3F0B2D
Text Example
Text Example
White with #3F0B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B2D; }
p { color: rgb(63,11,45); }
H1.HeaderClassName
{
color: #3F0B2D;
}
.AnyTagClassName
{
color: #3F0B2D;
}
</style>
background-color css
<style>
a { background-color: #3F0B2D; }
a { background-color: rgb(63,11,45); }
div.DivClassName
{
background-color: #3F0B2D;
}
.BgClassName
{
background-color: #3F0B2D;
}
</style>
border-color css
<style>
span { border-color: #3F0B2D; }
span { border-color: rgb(63,11,45); }
td.TdClassName
{
border-color: #3F0B2D;
}
.TagClassName
{
border-color: #3F0B2D;
}
</style>