Shades of Blackberry #3F012F
Tints of Blackberry #3F012F
RGB
CMYK
RGB Variations
Color information
#3F012F (or 0x3F012F) is known color: Blackberry. HEX triplet: 3F, 01 and 2F. RGB value is (63,1,47). Sum of RGB (Red+Green+Blue) = 63+1+47=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F012F is #C0FED0. Grayscale: #181818. Windows color (decimal): -12648145 or 3080511. OLE color: 3080511.
HSL color Cylindrical-coordinate representation of color #3F012F: hue angle of 315.48º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F012F is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 1 | 47 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.75 |
| HSL | 315.48º | 0.97% | 0.13% | - |
| HSV(B) | 315.48º | 0.98% | 0.25% | - |
| XYZ | 2.57 | 1.28 | 2.8 | - |
| YUV | 24.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 47 | 0 | 0.98 | 0.25 | 0.75 | 315.48 | 0.97 | 0.13 |
| Hex | 3F | 1 | 2F | 0 | 62 | 19 | 4B | 13B | 61 | D |
| Octal | 77 | 1 | 57 | 0 | 142 | 31 | 113 | 473 | 141 | 15 |
| Binary | 111111 | 1 | 101111 | 0 | 1100010 | 11001 | 1001011 | 100111011 | 1100001 | 1101 |
Color Harmonies of #3F012F
Complementary color
Monochromatic Colors of #3F012F
Black with #3F012F
Text Example
Text Example
White with #3F012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F012F; }
p { color: rgb(63,1,47); }
H1.HeaderClassName
{
color: #3F012F;
}
.AnyTagClassName
{
color: #3F012F;
}
</style>
background-color css
<style>
a { background-color: #3F012F; }
a { background-color: rgb(63,1,47); }
div.DivClassName
{
background-color: #3F012F;
}
.BgClassName
{
background-color: #3F012F;
}
</style>
border-color css
<style>
span { border-color: #3F012F; }
span { border-color: rgb(63,1,47); }
td.TdClassName
{
border-color: #3F012F;
}
.TagClassName
{
border-color: #3F012F;
}
</style>