Shades of Blackberry #3F0127
Tints of Blackberry #3F0127
RGB
CMYK
RGB Variations
Color information
#3F0127 (or 0x3F0127) is known color: Blackberry. HEX triplet: 3F, 01 and 27. RGB value is (63,1,39). Sum of RGB (Red+Green+Blue) = 63+1+39=103 (13% of max value = 765). Red value is 63 (25% from 255 or 61.17% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0127 is #C0FED8. Grayscale: #171717. Windows color (decimal): -12648153 or 2556223. OLE color: 2556223.
HSL color Cylindrical-coordinate representation of color #3F0127: hue angle of 323.23º 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 #3F0127 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 1 | 39 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.75 |
| HSL | 323.23º | 0.97% | 0.13% | - |
| HSV(B) | 323.23º | 0.98% | 0.25% | - |
| XYZ | 2.43 | 1.22 | 2.03 | - |
| YUV | 23.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 39 | 0 | 0.98 | 0.38 | 0.75 | 323.23 | 0.97 | 0.13 |
| Hex | 3F | 1 | 27 | 0 | 62 | 26 | 4B | 143 | 61 | D |
| Octal | 77 | 1 | 47 | 0 | 142 | 46 | 113 | 503 | 141 | 15 |
| Binary | 111111 | 1 | 100111 | 0 | 1100010 | 100110 | 1001011 | 101000011 | 1100001 | 1101 |
Color Harmonies of #3F0127
Complementary color
Monochromatic Colors of #3F0127
Black with #3F0127
Text Example
Text Example
White with #3F0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0127; }
p { color: rgb(63,1,39); }
H1.HeaderClassName
{
color: #3F0127;
}
.AnyTagClassName
{
color: #3F0127;
}
</style>
background-color css
<style>
a { background-color: #3F0127; }
a { background-color: rgb(63,1,39); }
div.DivClassName
{
background-color: #3F0127;
}
.BgClassName
{
background-color: #3F0127;
}
</style>
border-color css
<style>
span { border-color: #3F0127; }
span { border-color: rgb(63,1,39); }
td.TdClassName
{
border-color: #3F0127;
}
.TagClassName
{
border-color: #3F0127;
}
</style>