Shades of Blackberry #3F071C
Tints of Blackberry #3F071C
RGB
CMYK
RGB Variations
Color information
#3F071C (or 0x3F071C) is known color: Blackberry. HEX triplet: 3F, 07 and 1C. RGB value is (63,7,28). Sum of RGB (Red+Green+Blue) = 63+7+28=98 (12% of max value = 765). Red value is 63 (25% from 255 or 64.29% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 63 - color contains mainly: red. Hex color #3F071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F071C is #C0F8E3. Grayscale: #1A1A1A. Windows color (decimal): -12646628 or 1836863. OLE color: 1836863.
HSL color Cylindrical-coordinate representation of color #3F071C: hue angle of 337.5º 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 #3F071C is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 7 | 28 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.75 |
| HSL | 337.5º | 0.8% | 0.14% | - |
| HSV(B) | 337.5º | 0.89% | 0.25% | - |
| XYZ | 2.34 | 1.29 | 1.23 | - |
| YUV | 26.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 28 | 0 | 0.89 | 0.56 | 0.75 | 337.5 | 0.8 | 0.14 |
| Hex | 3F | 7 | 1C | 0 | 59 | 38 | 4B | 152 | 50 | E |
| Octal | 77 | 7 | 34 | 0 | 131 | 70 | 113 | 522 | 120 | 16 |
| Binary | 111111 | 111 | 11100 | 0 | 1011001 | 111000 | 1001011 | 101010010 | 1010000 | 1110 |
Color Harmonies of #3F071C
Complementary color
Monochromatic Colors of #3F071C
Black with #3F071C
Text Example
Text Example
White with #3F071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F071C; }
p { color: rgb(63,7,28); }
H1.HeaderClassName
{
color: #3F071C;
}
.AnyTagClassName
{
color: #3F071C;
}
</style>
background-color css
<style>
a { background-color: #3F071C; }
a { background-color: rgb(63,7,28); }
div.DivClassName
{
background-color: #3F071C;
}
.BgClassName
{
background-color: #3F071C;
}
</style>
border-color css
<style>
span { border-color: #3F071C; }
span { border-color: rgb(63,7,28); }
td.TdClassName
{
border-color: #3F071C;
}
.TagClassName
{
border-color: #3F071C;
}
</style>