Shades of Blackberry #3F0A29
Tints of Blackberry #3F0A29
RGB
CMYK
RGB Variations
Color information
#3F0A29 (or 0x3F0A29) is known color: Blackberry. HEX triplet: 3F, 0A and 29. RGB value is (63,10,41). Sum of RGB (Red+Green+Blue) = 63+10+41=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0A29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0A29 is #C0F5D6. Grayscale: #1D1D1D. Windows color (decimal): -12645847 or 2689599. OLE color: 2689599.
HSL color Cylindrical-coordinate representation of color #3F0A29: hue angle of 324.91º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F0A29 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 10 | 41 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.75 |
| HSL | 324.91º | 0.73% | 0.14% | - |
| HSV(B) | 324.91º | 0.84% | 0.25% | - |
| XYZ | 2.56 | 1.43 | 2.24 | - |
| YUV | 29.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 41 | 0 | 0.84 | 0.35 | 0.75 | 324.91 | 0.73 | 0.14 |
| Hex | 3F | A | 29 | 0 | 54 | 23 | 4B | 145 | 49 | E |
| Octal | 77 | 12 | 51 | 0 | 124 | 43 | 113 | 505 | 111 | 16 |
| Binary | 111111 | 1010 | 101001 | 0 | 1010100 | 100011 | 1001011 | 101000101 | 1001001 | 1110 |
Color Harmonies of #3F0A29
Complementary color
Monochromatic Colors of #3F0A29
Black with #3F0A29
Text Example
Text Example
White with #3F0A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0A29; }
p { color: rgb(63,10,41); }
H1.HeaderClassName
{
color: #3F0A29;
}
.AnyTagClassName
{
color: #3F0A29;
}
</style>
background-color css
<style>
a { background-color: #3F0A29; }
a { background-color: rgb(63,10,41); }
div.DivClassName
{
background-color: #3F0A29;
}
.BgClassName
{
background-color: #3F0A29;
}
</style>
border-color css
<style>
span { border-color: #3F0A29; }
span { border-color: rgb(63,10,41); }
td.TdClassName
{
border-color: #3F0A29;
}
.TagClassName
{
border-color: #3F0A29;
}
</style>