Shades of Blackberry #3F0128
Tints of Blackberry #3F0128
RGB
CMYK
RGB Variations
Color information
#3F0128 (or 0x3F0128) is known color: Blackberry. HEX triplet: 3F, 01 and 28. RGB value is (63,1,40). Sum of RGB (Red+Green+Blue) = 63+1+40=104 (13% of max value = 765). Red value is 63 (25% from 255 or 60.58% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0128 is #C0FED7. Grayscale: #171717. Windows color (decimal): -12648152 or 2621759. OLE color: 2621759.
HSL color Cylindrical-coordinate representation of color #3F0128: hue angle of 322.26º 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 #3F0128 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 1 | 40 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.75 |
| HSL | 322.26º | 0.97% | 0.13% | - |
| HSV(B) | 322.26º | 0.98% | 0.25% | - |
| XYZ | 2.44 | 1.23 | 2.12 | - |
| YUV | 23.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 40 | 0 | 0.98 | 0.37 | 0.75 | 322.26 | 0.97 | 0.13 |
| Hex | 3F | 1 | 28 | 0 | 62 | 25 | 4B | 142 | 61 | D |
| Octal | 77 | 1 | 50 | 0 | 142 | 45 | 113 | 502 | 141 | 15 |
| Binary | 111111 | 1 | 101000 | 0 | 1100010 | 100101 | 1001011 | 101000010 | 1100001 | 1101 |
Color Harmonies of #3F0128
Complementary color
Monochromatic Colors of #3F0128
Black with #3F0128
Text Example
Text Example
White with #3F0128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0128; }
p { color: rgb(63,1,40); }
H1.HeaderClassName
{
color: #3F0128;
}
.AnyTagClassName
{
color: #3F0128;
}
</style>
background-color css
<style>
a { background-color: #3F0128; }
a { background-color: rgb(63,1,40); }
div.DivClassName
{
background-color: #3F0128;
}
.BgClassName
{
background-color: #3F0128;
}
</style>
border-color css
<style>
span { border-color: #3F0128; }
span { border-color: rgb(63,1,40); }
td.TdClassName
{
border-color: #3F0128;
}
.TagClassName
{
border-color: #3F0128;
}
</style>