Shades of Blackberry #3F0930
Tints of Blackberry #3F0930
RGB
CMYK
RGB Variations
Color information
#3F0930 (or 0x3F0930) is known color: Blackberry. HEX triplet: 3F, 09 and 30. RGB value is (63,9,48). Sum of RGB (Red+Green+Blue) = 63+9+48=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0930 is #C0F6CF. Grayscale: #1D1D1D. Windows color (decimal): -12646096 or 3148095. OLE color: 3148095.
HSL color Cylindrical-coordinate representation of color #3F0930: hue angle of 316.67º 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 #3F0930 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 48 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.75 |
| HSL | 316.67º | 0.75% | 0.14% | - |
| HSV(B) | 316.67º | 0.86% | 0.25% | - |
| XYZ | 2.68 | 1.47 | 2.94 | - |
| YUV | 29.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 48 | 0 | 0.86 | 0.24 | 0.75 | 316.67 | 0.75 | 0.14 |
| Hex | 3F | 9 | 30 | 0 | 56 | 18 | 4B | 13D | 4B | E |
| Octal | 77 | 11 | 60 | 0 | 126 | 30 | 113 | 475 | 113 | 16 |
| Binary | 111111 | 1001 | 110000 | 0 | 1010110 | 11000 | 1001011 | 100111101 | 1001011 | 1110 |
Color Harmonies of #3F0930
Complementary color
Monochromatic Colors of #3F0930
Black with #3F0930
Text Example
Text Example
White with #3F0930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0930; }
p { color: rgb(63,9,48); }
H1.HeaderClassName
{
color: #3F0930;
}
.AnyTagClassName
{
color: #3F0930;
}
</style>
background-color css
<style>
a { background-color: #3F0930; }
a { background-color: rgb(63,9,48); }
div.DivClassName
{
background-color: #3F0930;
}
.BgClassName
{
background-color: #3F0930;
}
</style>
border-color css
<style>
span { border-color: #3F0930; }
span { border-color: rgb(63,9,48); }
td.TdClassName
{
border-color: #3F0930;
}
.TagClassName
{
border-color: #3F0930;
}
</style>