Shades of Blackberry #3F102A
Tints of Blackberry #3F102A
RGB
CMYK
RGB Variations
Color information
#3F102A (or 0x3F102A) is known color: Blackberry. HEX triplet: 3F, 10 and 2A. RGB value is (63,16,42). Sum of RGB (Red+Green+Blue) = 63+16+42=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F102A is #C0EFD5. Grayscale: #202020. Windows color (decimal): -12644310 or 2756671. OLE color: 2756671.
HSL color Cylindrical-coordinate representation of color #3F102A: hue angle of 326.81º 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 #3F102A is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 42 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.75 |
| HSL | 326.81º | 0.59% | 0.15% | - |
| HSV(B) | 326.81º | 0.75% | 0.25% | - |
| XYZ | 2.65 | 1.59 | 2.36 | - |
| YUV | 33.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 42 | 0 | 0.75 | 0.33 | 0.75 | 326.81 | 0.59 | 0.15 |
| Hex | 3F | 10 | 2A | 0 | 4B | 21 | 4B | 147 | 3B | F |
| Octal | 77 | 20 | 52 | 0 | 113 | 41 | 113 | 507 | 73 | 17 |
| Binary | 111111 | 10000 | 101010 | 0 | 1001011 | 100001 | 1001011 | 101000111 | 111011 | 1111 |
Color Harmonies of #3F102A
Complementary color
Monochromatic Colors of #3F102A
Black with #3F102A
Text Example
Text Example
White with #3F102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F102A; }
p { color: rgb(63,16,42); }
H1.HeaderClassName
{
color: #3F102A;
}
.AnyTagClassName
{
color: #3F102A;
}
</style>
background-color css
<style>
a { background-color: #3F102A; }
a { background-color: rgb(63,16,42); }
div.DivClassName
{
background-color: #3F102A;
}
.BgClassName
{
background-color: #3F102A;
}
</style>
border-color css
<style>
span { border-color: #3F102A; }
span { border-color: rgb(63,16,42); }
td.TdClassName
{
border-color: #3F102A;
}
.TagClassName
{
border-color: #3F102A;
}
</style>