Shades of Blackberry #3F0432
Tints of Blackberry #3F0432
RGB
CMYK
RGB Variations
Color information
#3F0432 (or 0x3F0432) is known color: Blackberry. HEX triplet: 3F, 04 and 32. RGB value is (63,4,50). Sum of RGB (Red+Green+Blue) = 63+4+50=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0432 is #C0FBCD. Grayscale: #1A1A1A. Windows color (decimal): -12647374 or 3277887. OLE color: 3277887.
HSL color Cylindrical-coordinate representation of color #3F0432: hue angle of 313.22º 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 #3F0432 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 4 | 50 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.75 |
| HSL | 313.22º | 0.88% | 0.13% | - |
| HSV(B) | 313.22º | 0.94% | 0.25% | - |
| XYZ | 2.67 | 1.37 | 3.14 | - |
| YUV | 26.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 50 | 0 | 0.94 | 0.21 | 0.75 | 313.22 | 0.88 | 0.13 |
| Hex | 3F | 4 | 32 | 0 | 5E | 15 | 4B | 139 | 58 | D |
| Octal | 77 | 4 | 62 | 0 | 136 | 25 | 113 | 471 | 130 | 15 |
| Binary | 111111 | 100 | 110010 | 0 | 1011110 | 10101 | 1001011 | 100111001 | 1011000 | 1101 |
Color Harmonies of #3F0432
Complementary color
Monochromatic Colors of #3F0432
Black with #3F0432
Text Example
Text Example
White with #3F0432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0432; }
p { color: rgb(63,4,50); }
H1.HeaderClassName
{
color: #3F0432;
}
.AnyTagClassName
{
color: #3F0432;
}
</style>
background-color css
<style>
a { background-color: #3F0432; }
a { background-color: rgb(63,4,50); }
div.DivClassName
{
background-color: #3F0432;
}
.BgClassName
{
background-color: #3F0432;
}
</style>
border-color css
<style>
span { border-color: #3F0432; }
span { border-color: rgb(63,4,50); }
td.TdClassName
{
border-color: #3F0432;
}
.TagClassName
{
border-color: #3F0432;
}
</style>