Shades of Blackberry #3F0A32
Tints of Blackberry #3F0A32
RGB
CMYK
RGB Variations
Color information
#3F0A32 (or 0x3F0A32) is known color: Blackberry. HEX triplet: 3F, 0A and 32. RGB value is (63,10,50). Sum of RGB (Red+Green+Blue) = 63+10+50=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0A32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0A32 is #C0F5CD. Grayscale: #1E1E1E. Windows color (decimal): -12645838 or 3279423. OLE color: 3279423.
HSL color Cylindrical-coordinate representation of color #3F0A32: hue angle of 314.72º 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 #3F0A32 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 10 | 50 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.75 |
| HSL | 314.72º | 0.73% | 0.14% | - |
| HSV(B) | 314.72º | 0.84% | 0.25% | - |
| XYZ | 2.73 | 1.5 | 3.16 | - |
| YUV | 30.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 50 | 0 | 0.84 | 0.21 | 0.75 | 314.72 | 0.73 | 0.14 |
| Hex | 3F | A | 32 | 0 | 54 | 15 | 4B | 13B | 49 | E |
| Octal | 77 | 12 | 62 | 0 | 124 | 25 | 113 | 473 | 111 | 16 |
| Binary | 111111 | 1010 | 110010 | 0 | 1010100 | 10101 | 1001011 | 100111011 | 1001001 | 1110 |
Color Harmonies of #3F0A32
Complementary color
Monochromatic Colors of #3F0A32
Black with #3F0A32
Text Example
Text Example
White with #3F0A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0A32; }
p { color: rgb(63,10,50); }
H1.HeaderClassName
{
color: #3F0A32;
}
.AnyTagClassName
{
color: #3F0A32;
}
</style>
background-color css
<style>
a { background-color: #3F0A32; }
a { background-color: rgb(63,10,50); }
div.DivClassName
{
background-color: #3F0A32;
}
.BgClassName
{
background-color: #3F0A32;
}
</style>
border-color css
<style>
span { border-color: #3F0A32; }
span { border-color: rgb(63,10,50); }
td.TdClassName
{
border-color: #3F0A32;
}
.TagClassName
{
border-color: #3F0A32;
}
</style>