Shades of Blackberry #3F0934
Tints of Blackberry #3F0934
RGB
CMYK
RGB Variations
Color information
#3F0934 (or 0x3F0934) is known color: Blackberry. HEX triplet: 3F, 09 and 34. RGB value is (63,9,52). Sum of RGB (Red+Green+Blue) = 63+9+52=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0934 is #C0F6CB. Grayscale: #1D1D1D. Windows color (decimal): -12646092 or 3410239. OLE color: 3410239.
HSL color Cylindrical-coordinate representation of color #3F0934: hue angle of 312.22º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F0934 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 52 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.75 |
| HSL | 312.22º | 0.75% | 0.14% | - |
| HSV(B) | 312.22º | 0.86% | 0.25% | - |
| XYZ | 2.77 | 1.5 | 3.39 | - |
| YUV | 30.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 52 | 0 | 0.86 | 0.17 | 0.75 | 312.22 | 0.75 | 0.14 |
| Hex | 3F | 9 | 34 | 0 | 56 | 11 | 4B | 138 | 4B | E |
| Octal | 77 | 11 | 64 | 0 | 126 | 21 | 113 | 470 | 113 | 16 |
| Binary | 111111 | 1001 | 110100 | 0 | 1010110 | 10001 | 1001011 | 100111000 | 1001011 | 1110 |
Color Harmonies of #3F0934
Complementary color
Monochromatic Colors of #3F0934
Black with #3F0934
Text Example
Text Example
White with #3F0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0934; }
p { color: rgb(63,9,52); }
H1.HeaderClassName
{
color: #3F0934;
}
.AnyTagClassName
{
color: #3F0934;
}
</style>
background-color css
<style>
a { background-color: #3F0934; }
a { background-color: rgb(63,9,52); }
div.DivClassName
{
background-color: #3F0934;
}
.BgClassName
{
background-color: #3F0934;
}
</style>
border-color css
<style>
span { border-color: #3F0934; }
span { border-color: rgb(63,9,52); }
td.TdClassName
{
border-color: #3F0934;
}
.TagClassName
{
border-color: #3F0934;
}
</style>