Shades of Blackberry #3F0035
Tints of Blackberry #3F0035
RGB
CMYK
RGB Variations
Color information
#3F0035 (or 0x3F0035) is known color: Blackberry. HEX triplet: 3F, 00 and 35. RGB value is (63,0,53). Sum of RGB (Red+Green+Blue) = 63+0+53=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0035 is #C0FFCA. Grayscale: #181818. Windows color (decimal): -12648395 or 3473471. OLE color: 3473471.
HSL color Cylindrical-coordinate representation of color #3F0035: hue angle of 309.52º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0035 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.16 | 0.75 |
| HSL | 309.52º | 1% | 0.12% | - |
| HSV(B) | 309.52º | 1% | 0.25% | - |
| XYZ | 2.69 | 1.31 | 3.48 | - |
| YUV | 24.88 | 143.87 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 53 | 0 | 1 | 0.16 | 0.75 | 309.52 | 1 | 0.12 |
| Hex | 3F | 0 | 35 | 0 | 64 | 10 | 4B | 136 | 64 | C |
| Octal | 77 | 0 | 65 | 0 | 144 | 20 | 113 | 466 | 144 | 14 |
| Binary | 111111 | 0 | 110101 | 0 | 1100100 | 10000 | 1001011 | 100110110 | 1100100 | 1100 |
Color Harmonies of #3F0035
Complementary color
Monochromatic Colors of #3F0035
Black with #3F0035
Text Example
Text Example
White with #3F0035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0035; }
p { color: rgb(63,0,53); }
H1.HeaderClassName
{
color: #3F0035;
}
.AnyTagClassName
{
color: #3F0035;
}
</style>
background-color css
<style>
a { background-color: #3F0035; }
a { background-color: rgb(63,0,53); }
div.DivClassName
{
background-color: #3F0035;
}
.BgClassName
{
background-color: #3F0035;
}
</style>
border-color css
<style>
span { border-color: #3F0035; }
span { border-color: rgb(63,0,53); }
td.TdClassName
{
border-color: #3F0035;
}
.TagClassName
{
border-color: #3F0035;
}
</style>