Shades of Blackberry #3F012B
Tints of Blackberry #3F012B
RGB
CMYK
RGB Variations
Color information
#3F012B (or 0x3F012B) is known color: Blackberry. HEX triplet: 3F, 01 and 2B. RGB value is (63,1,43). Sum of RGB (Red+Green+Blue) = 63+1+43=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F012B is #C0FED4. Grayscale: #181818. Windows color (decimal): -12648149 or 2818367. OLE color: 2818367.
HSL color Cylindrical-coordinate representation of color #3F012B: hue angle of 319.35º 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 #3F012B is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 1 | 43 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.75 |
| HSL | 319.35º | 0.97% | 0.13% | - |
| HSV(B) | 319.35º | 0.98% | 0.25% | - |
| XYZ | 2.5 | 1.25 | 2.4 | - |
| YUV | 24.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 43 | 0 | 0.98 | 0.32 | 0.75 | 319.35 | 0.97 | 0.13 |
| Hex | 3F | 1 | 2B | 0 | 62 | 20 | 4B | 13F | 61 | D |
| Octal | 77 | 1 | 53 | 0 | 142 | 40 | 113 | 477 | 141 | 15 |
| Binary | 111111 | 1 | 101011 | 0 | 1100010 | 100000 | 1001011 | 100111111 | 1100001 | 1101 |
Color Harmonies of #3F012B
Complementary color
Monochromatic Colors of #3F012B
Black with #3F012B
Text Example
Text Example
White with #3F012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F012B; }
p { color: rgb(63,1,43); }
H1.HeaderClassName
{
color: #3F012B;
}
.AnyTagClassName
{
color: #3F012B;
}
</style>
background-color css
<style>
a { background-color: #3F012B; }
a { background-color: rgb(63,1,43); }
div.DivClassName
{
background-color: #3F012B;
}
.BgClassName
{
background-color: #3F012B;
}
</style>
border-color css
<style>
span { border-color: #3F012B; }
span { border-color: rgb(63,1,43); }
td.TdClassName
{
border-color: #3F012B;
}
.TagClassName
{
border-color: #3F012B;
}
</style>