Shades of Blackberry #3F072D
Tints of Blackberry #3F072D
RGB
CMYK
RGB Variations
Color information
#3F072D (or 0x3F072D) is known color: Blackberry. HEX triplet: 3F, 07 and 2D. RGB value is (63,7,45). Sum of RGB (Red+Green+Blue) = 63+7+45=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F072D is #C0F8D2. Grayscale: #1B1B1B. Windows color (decimal): -12646611 or 2950975. OLE color: 2950975.
HSL color Cylindrical-coordinate representation of color #3F072D: hue angle of 319.29º 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 #3F072D is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 7 | 45 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.75 |
| HSL | 319.29º | 0.8% | 0.14% | - |
| HSV(B) | 319.29º | 0.89% | 0.25% | - |
| XYZ | 2.6 | 1.4 | 2.62 | - |
| YUV | 28.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 45 | 0 | 0.89 | 0.29 | 0.75 | 319.29 | 0.8 | 0.14 |
| Hex | 3F | 7 | 2D | 0 | 59 | 1D | 4B | 13F | 50 | E |
| Octal | 77 | 7 | 55 | 0 | 131 | 35 | 113 | 477 | 120 | 16 |
| Binary | 111111 | 111 | 101101 | 0 | 1011001 | 11101 | 1001011 | 100111111 | 1010000 | 1110 |
Color Harmonies of #3F072D
Complementary color
Monochromatic Colors of #3F072D
Black with #3F072D
Text Example
Text Example
White with #3F072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F072D; }
p { color: rgb(63,7,45); }
H1.HeaderClassName
{
color: #3F072D;
}
.AnyTagClassName
{
color: #3F072D;
}
</style>
background-color css
<style>
a { background-color: #3F072D; }
a { background-color: rgb(63,7,45); }
div.DivClassName
{
background-color: #3F072D;
}
.BgClassName
{
background-color: #3F072D;
}
</style>
border-color css
<style>
span { border-color: #3F072D; }
span { border-color: rgb(63,7,45); }
td.TdClassName
{
border-color: #3F072D;
}
.TagClassName
{
border-color: #3F072D;
}
</style>