Shades of Blackberry #3F102C
Tints of Blackberry #3F102C
RGB
CMYK
RGB Variations
Color information
#3F102C (or 0x3F102C) is known color: Blackberry. HEX triplet: 3F, 10 and 2C. RGB value is (63,16,44). Sum of RGB (Red+Green+Blue) = 63+16+44=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F102C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F102C is #C0EFD3. Grayscale: #212121. Windows color (decimal): -12644308 or 2887743. OLE color: 2887743.
HSL color Cylindrical-coordinate representation of color #3F102C: hue angle of 324.26º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F102C is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 44 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.75 |
| HSL | 324.26º | 0.59% | 0.15% | - |
| HSV(B) | 324.26º | 0.75% | 0.25% | - |
| XYZ | 2.69 | 1.61 | 2.55 | - |
| YUV | 33.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 44 | 0 | 0.75 | 0.30 | 0.75 | 324.26 | 0.59 | 0.15 |
| Hex | 3F | 10 | 2C | 0 | 4B | 1E | 4B | 144 | 3B | F |
| Octal | 77 | 20 | 54 | 0 | 113 | 36 | 113 | 504 | 73 | 17 |
| Binary | 111111 | 10000 | 101100 | 0 | 1001011 | 11110 | 1001011 | 101000100 | 111011 | 1111 |
Color Harmonies of #3F102C
Complementary color
Monochromatic Colors of #3F102C
Black with #3F102C
Text Example
Text Example
White with #3F102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F102C; }
p { color: rgb(63,16,44); }
H1.HeaderClassName
{
color: #3F102C;
}
.AnyTagClassName
{
color: #3F102C;
}
</style>
background-color css
<style>
a { background-color: #3F102C; }
a { background-color: rgb(63,16,44); }
div.DivClassName
{
background-color: #3F102C;
}
.BgClassName
{
background-color: #3F102C;
}
</style>
border-color css
<style>
span { border-color: #3F102C; }
span { border-color: rgb(63,16,44); }
td.TdClassName
{
border-color: #3F102C;
}
.TagClassName
{
border-color: #3F102C;
}
</style>