Shades of Blackberry #3F0730
Tints of Blackberry #3F0730
RGB
CMYK
RGB Variations
Color information
#3F0730 (or 0x3F0730) is known color: Blackberry. HEX triplet: 3F, 07 and 30. RGB value is (63,7,48). Sum of RGB (Red+Green+Blue) = 63+7+48=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0730 is #C0F8CF. Grayscale: #1C1C1C. Windows color (decimal): -12646608 or 3147583. OLE color: 3147583.
HSL color Cylindrical-coordinate representation of color #3F0730: hue angle of 316.07º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F0730 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 7 | 48 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.75 |
| HSL | 316.07º | 0.8% | 0.14% | - |
| HSV(B) | 316.07º | 0.89% | 0.25% | - |
| XYZ | 2.66 | 1.42 | 2.93 | - |
| YUV | 28.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 48 | 0 | 0.89 | 0.24 | 0.75 | 316.07 | 0.8 | 0.14 |
| Hex | 3F | 7 | 30 | 0 | 59 | 18 | 4B | 13C | 50 | E |
| Octal | 77 | 7 | 60 | 0 | 131 | 30 | 113 | 474 | 120 | 16 |
| Binary | 111111 | 111 | 110000 | 0 | 1011001 | 11000 | 1001011 | 100111100 | 1010000 | 1110 |
Color Harmonies of #3F0730
Complementary color
Monochromatic Colors of #3F0730
Black with #3F0730
Text Example
Text Example
White with #3F0730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0730; }
p { color: rgb(63,7,48); }
H1.HeaderClassName
{
color: #3F0730;
}
.AnyTagClassName
{
color: #3F0730;
}
</style>
background-color css
<style>
a { background-color: #3F0730; }
a { background-color: rgb(63,7,48); }
div.DivClassName
{
background-color: #3F0730;
}
.BgClassName
{
background-color: #3F0730;
}
</style>
border-color css
<style>
span { border-color: #3F0730; }
span { border-color: rgb(63,7,48); }
td.TdClassName
{
border-color: #3F0730;
}
.TagClassName
{
border-color: #3F0730;
}
</style>