Shades of Blackberry #3F0429
Tints of Blackberry #3F0429
RGB
CMYK
RGB Variations
Color information
#3F0429 (or 0x3F0429) is known color: Blackberry. HEX triplet: 3F, 04 and 29. RGB value is (63,4,41). Sum of RGB (Red+Green+Blue) = 63+4+41=108 (14% of max value = 765). Red value is 63 (25% from 255 or 58.33% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0429 is #C0FBD6. Grayscale: #191919. Windows color (decimal): -12647383 or 2688063. OLE color: 2688063.
HSL color Cylindrical-coordinate representation of color #3F0429: hue angle of 322.37º 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 #3F0429 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 4 | 41 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.75 |
| HSL | 322.37º | 0.88% | 0.13% | - |
| HSV(B) | 322.37º | 0.94% | 0.25% | - |
| XYZ | 2.49 | 1.3 | 2.22 | - |
| YUV | 25.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 41 | 0 | 0.94 | 0.35 | 0.75 | 322.37 | 0.88 | 0.13 |
| Hex | 3F | 4 | 29 | 0 | 5E | 23 | 4B | 142 | 58 | D |
| Octal | 77 | 4 | 51 | 0 | 136 | 43 | 113 | 502 | 130 | 15 |
| Binary | 111111 | 100 | 101001 | 0 | 1011110 | 100011 | 1001011 | 101000010 | 1011000 | 1101 |
Color Harmonies of #3F0429
Complementary color
Monochromatic Colors of #3F0429
Black with #3F0429
Text Example
Text Example
White with #3F0429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0429; }
p { color: rgb(63,4,41); }
H1.HeaderClassName
{
color: #3F0429;
}
.AnyTagClassName
{
color: #3F0429;
}
</style>
background-color css
<style>
a { background-color: #3F0429; }
a { background-color: rgb(63,4,41); }
div.DivClassName
{
background-color: #3F0429;
}
.BgClassName
{
background-color: #3F0429;
}
</style>
border-color css
<style>
span { border-color: #3F0429; }
span { border-color: rgb(63,4,41); }
td.TdClassName
{
border-color: #3F0429;
}
.TagClassName
{
border-color: #3F0429;
}
</style>