Shades of Blackberry #3F0436
Tints of Blackberry #3F0436
RGB
CMYK
RGB Variations
Color information
#3F0436 (or 0x3F0436) is known color: Blackberry. HEX triplet: 3F, 04 and 36. RGB value is (63,4,54). Sum of RGB (Red+Green+Blue) = 63+4+54=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0436 is #C0FBC9. Grayscale: #1B1B1B. Windows color (decimal): -12647370 or 3540031. OLE color: 3540031.
HSL color Cylindrical-coordinate representation of color #3F0436: hue angle of 309.15º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0436 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 4 | 54 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.75 |
| HSL | 309.15º | 0.88% | 0.13% | - |
| HSV(B) | 309.15º | 0.94% | 0.25% | - |
| XYZ | 2.76 | 1.41 | 3.62 | - |
| YUV | 27.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 54 | 0 | 0.94 | 0.14 | 0.75 | 309.15 | 0.88 | 0.13 |
| Hex | 3F | 4 | 36 | 0 | 5E | E | 4B | 135 | 58 | D |
| Octal | 77 | 4 | 66 | 0 | 136 | 16 | 113 | 465 | 130 | 15 |
| Binary | 111111 | 100 | 110110 | 0 | 1011110 | 1110 | 1001011 | 100110101 | 1011000 | 1101 |
Color Harmonies of #3F0436
Complementary color
Monochromatic Colors of #3F0436
Black with #3F0436
Text Example
Text Example
White with #3F0436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0436; }
p { color: rgb(63,4,54); }
H1.HeaderClassName
{
color: #3F0436;
}
.AnyTagClassName
{
color: #3F0436;
}
</style>
background-color css
<style>
a { background-color: #3F0436; }
a { background-color: rgb(63,4,54); }
div.DivClassName
{
background-color: #3F0436;
}
.BgClassName
{
background-color: #3F0436;
}
</style>
border-color css
<style>
span { border-color: #3F0436; }
span { border-color: rgb(63,4,54); }
td.TdClassName
{
border-color: #3F0436;
}
.TagClassName
{
border-color: #3F0436;
}
</style>