Shades of Blackberry #3F0029
Tints of Blackberry #3F0029
RGB
CMYK
RGB Variations
Color information
#3F0029 (or 0x3F0029) is known color: Blackberry. HEX triplet: 3F, 00 and 29. RGB value is (63,0,41). Sum of RGB (Red+Green+Blue) = 63+0+41=104 (13% of max value = 765). Red value is 63 (25% from 255 or 60.58% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0029 is #C0FFD6. Grayscale: #171717. Windows color (decimal): -12648407 or 2687039. OLE color: 2687039.
HSL color Cylindrical-coordinate representation of color #3F0029: hue angle of 320.95º 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 #3F0029 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.35 | 0.75 |
| HSL | 320.95º | 1% | 0.12% | - |
| HSV(B) | 320.95º | 1% | 0.25% | - |
| XYZ | 2.45 | 1.22 | 2.2 | - |
| YUV | 23.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 41 | 0 | 1 | 0.35 | 0.75 | 320.95 | 1 | 0.12 |
| Hex | 3F | 0 | 29 | 0 | 64 | 23 | 4B | 141 | 64 | C |
| Octal | 77 | 0 | 51 | 0 | 144 | 43 | 113 | 501 | 144 | 14 |
| Binary | 111111 | 0 | 101001 | 0 | 1100100 | 100011 | 1001011 | 101000001 | 1100100 | 1100 |
Color Harmonies of #3F0029
Complementary color
Monochromatic Colors of #3F0029
Black with #3F0029
Text Example
Text Example
White with #3F0029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0029; }
p { color: rgb(63,0,41); }
H1.HeaderClassName
{
color: #3F0029;
}
.AnyTagClassName
{
color: #3F0029;
}
</style>
background-color css
<style>
a { background-color: #3F0029; }
a { background-color: rgb(63,0,41); }
div.DivClassName
{
background-color: #3F0029;
}
.BgClassName
{
background-color: #3F0029;
}
</style>
border-color css
<style>
span { border-color: #3F0029; }
span { border-color: rgb(63,0,41); }
td.TdClassName
{
border-color: #3F0029;
}
.TagClassName
{
border-color: #3F0029;
}
</style>