Shades of Blackberry #3F1733
Tints of Blackberry #3F1733
RGB
CMYK
RGB Variations
Color information
#3F1733 (or 0x3F1733) is known color: Blackberry. HEX triplet: 3F, 17 and 33. RGB value is (63,23,51). Sum of RGB (Red+Green+Blue) = 63+23+51=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1733 is #C0E8CC. Grayscale: #262626. Windows color (decimal): -12642509 or 3348287. OLE color: 3348287.
HSL color Cylindrical-coordinate representation of color #3F1733: hue angle of 318º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F1733 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 23 | 51 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.75 |
| HSL | 318º | 0.47% | 0.17% | - |
| HSV(B) | 318º | 0.63% | 0.25% | - |
| XYZ | 2.95 | 1.91 | 3.34 | - |
| YUV | 38.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 51 | 0 | 0.63 | 0.19 | 0.75 | 318 | 0.47 | 0.17 |
| Hex | 3F | 17 | 33 | 0 | 3F | 13 | 4B | 13E | 2F | 11 |
| Octal | 77 | 27 | 63 | 0 | 77 | 23 | 113 | 476 | 57 | 21 |
| Binary | 111111 | 10111 | 110011 | 0 | 111111 | 10011 | 1001011 | 100111110 | 101111 | 10001 |
Color Harmonies of #3F1733
Complementary color
Monochromatic Colors of #3F1733
Black with #3F1733
Text Example
Text Example
White with #3F1733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1733; }
p { color: rgb(63,23,51); }
H1.HeaderClassName
{
color: #3F1733;
}
.AnyTagClassName
{
color: #3F1733;
}
</style>
background-color css
<style>
a { background-color: #3F1733; }
a { background-color: rgb(63,23,51); }
div.DivClassName
{
background-color: #3F1733;
}
.BgClassName
{
background-color: #3F1733;
}
</style>
border-color css
<style>
span { border-color: #3F1733; }
span { border-color: rgb(63,23,51); }
td.TdClassName
{
border-color: #3F1733;
}
.TagClassName
{
border-color: #3F1733;
}
</style>