Shades of Blackberry #3F0032
Tints of Blackberry #3F0032
RGB
CMYK
RGB Variations
Color information
#3F0032 (or 0x3F0032) is known color: Blackberry. HEX triplet: 3F, 00 and 32. RGB value is (63,0,50). Sum of RGB (Red+Green+Blue) = 63+0+50=113 (14% of max value = 765). Red value is 63 (25% from 255 or 55.75% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 50 (19.92% from 255 or 44.25% from 113); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0032 is #C0FFCD. Grayscale: #181818. Windows color (decimal): -12648398 or 3276863. OLE color: 3276863.
HSL color Cylindrical-coordinate representation of color #3F0032: hue angle of 312.38º 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 #3F0032 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.21 | 0.75 |
| HSL | 312.38º | 1% | 0.12% | - |
| HSV(B) | 312.38º | 1% | 0.25% | - |
| XYZ | 2.63 | 1.29 | 3.13 | - |
| YUV | 24.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 50 | 0 | 1 | 0.21 | 0.75 | 312.38 | 1 | 0.12 |
| Hex | 3F | 0 | 32 | 0 | 64 | 15 | 4B | 138 | 64 | C |
| Octal | 77 | 0 | 62 | 0 | 144 | 25 | 113 | 470 | 144 | 14 |
| Binary | 111111 | 0 | 110010 | 0 | 1100100 | 10101 | 1001011 | 100111000 | 1100100 | 1100 |
Color Harmonies of #3F0032
Complementary color
Monochromatic Colors of #3F0032
Black with #3F0032
Text Example
Text Example
White with #3F0032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0032; }
p { color: rgb(63,0,50); }
H1.HeaderClassName
{
color: #3F0032;
}
.AnyTagClassName
{
color: #3F0032;
}
</style>
background-color css
<style>
a { background-color: #3F0032; }
a { background-color: rgb(63,0,50); }
div.DivClassName
{
background-color: #3F0032;
}
.BgClassName
{
background-color: #3F0032;
}
</style>
border-color css
<style>
span { border-color: #3F0032; }
span { border-color: rgb(63,0,50); }
td.TdClassName
{
border-color: #3F0032;
}
.TagClassName
{
border-color: #3F0032;
}
</style>