Shades of Blackberry #3F0933
Tints of Blackberry #3F0933
RGB
CMYK
RGB Variations
Color information
#3F0933 (or 0x3F0933) is known color: Blackberry. HEX triplet: 3F, 09 and 33. RGB value is (63,9,51). Sum of RGB (Red+Green+Blue) = 63+9+51=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0933 is #C0F6CC. Grayscale: #1D1D1D. Windows color (decimal): -12646093 or 3344703. OLE color: 3344703.
HSL color Cylindrical-coordinate representation of color #3F0933: hue angle of 313.33º 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 #3F0933 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 51 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.75 |
| HSL | 313.33º | 0.75% | 0.14% | - |
| HSV(B) | 313.33º | 0.86% | 0.25% | - |
| XYZ | 2.75 | 1.49 | 3.28 | - |
| YUV | 29.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 51 | 0 | 0.86 | 0.19 | 0.75 | 313.33 | 0.75 | 0.14 |
| Hex | 3F | 9 | 33 | 0 | 56 | 13 | 4B | 139 | 4B | E |
| Octal | 77 | 11 | 63 | 0 | 126 | 23 | 113 | 471 | 113 | 16 |
| Binary | 111111 | 1001 | 110011 | 0 | 1010110 | 10011 | 1001011 | 100111001 | 1001011 | 1110 |
Color Harmonies of #3F0933
Complementary color
Monochromatic Colors of #3F0933
Black with #3F0933
Text Example
Text Example
White with #3F0933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0933; }
p { color: rgb(63,9,51); }
H1.HeaderClassName
{
color: #3F0933;
}
.AnyTagClassName
{
color: #3F0933;
}
</style>
background-color css
<style>
a { background-color: #3F0933; }
a { background-color: rgb(63,9,51); }
div.DivClassName
{
background-color: #3F0933;
}
.BgClassName
{
background-color: #3F0933;
}
</style>
border-color css
<style>
span { border-color: #3F0933; }
span { border-color: rgb(63,9,51); }
td.TdClassName
{
border-color: #3F0933;
}
.TagClassName
{
border-color: #3F0933;
}
</style>