Shades of Blackberry #3F0B35
Tints of Blackberry #3F0B35
RGB
CMYK
RGB Variations
Color information
#3F0B35 (or 0x3F0B35) is known color: Blackberry. HEX triplet: 3F, 0B and 35. RGB value is (63,11,53). Sum of RGB (Red+Green+Blue) = 63+11+53=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0B35 is #C0F4CA. Grayscale: #1F1F1F. Windows color (decimal): -12645579 or 3476287. OLE color: 3476287.
HSL color Cylindrical-coordinate representation of color #3F0B35: hue angle of 311.54º 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 #3F0B35 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 11 | 53 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.75 |
| HSL | 311.54º | 0.7% | 0.15% | - |
| HSV(B) | 311.54º | 0.83% | 0.25% | - |
| XYZ | 2.81 | 1.55 | 3.52 | - |
| YUV | 31.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 53 | 0 | 0.83 | 0.16 | 0.75 | 311.54 | 0.7 | 0.15 |
| Hex | 3F | B | 35 | 0 | 53 | 10 | 4B | 138 | 46 | F |
| Octal | 77 | 13 | 65 | 0 | 123 | 20 | 113 | 470 | 106 | 17 |
| Binary | 111111 | 1011 | 110101 | 0 | 1010011 | 10000 | 1001011 | 100111000 | 1000110 | 1111 |
Color Harmonies of #3F0B35
Complementary color
Monochromatic Colors of #3F0B35
Black with #3F0B35
Text Example
Text Example
White with #3F0B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B35; }
p { color: rgb(63,11,53); }
H1.HeaderClassName
{
color: #3F0B35;
}
.AnyTagClassName
{
color: #3F0B35;
}
</style>
background-color css
<style>
a { background-color: #3F0B35; }
a { background-color: rgb(63,11,53); }
div.DivClassName
{
background-color: #3F0B35;
}
.BgClassName
{
background-color: #3F0B35;
}
</style>
border-color css
<style>
span { border-color: #3F0B35; }
span { border-color: rgb(63,11,53); }
td.TdClassName
{
border-color: #3F0B35;
}
.TagClassName
{
border-color: #3F0B35;
}
</style>