Shades of Blackberry #3F122D
Tints of Blackberry #3F122D
RGB
CMYK
RGB Variations
Color information
#3F122D (or 0x3F122D) is known color: Blackberry. HEX triplet: 3F, 12 and 2D. RGB value is (63,18,45). Sum of RGB (Red+Green+Blue) = 63+18+45=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F122D is #C0EDD2. Grayscale: #222222. Windows color (decimal): -12643795 or 2953791. OLE color: 2953791.
HSL color Cylindrical-coordinate representation of color #3F122D: hue angle of 324º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F122D is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 18 | 45 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.75 |
| HSL | 324º | 0.56% | 0.16% | - |
| HSV(B) | 324º | 0.71% | 0.25% | - |
| XYZ | 2.74 | 1.68 | 2.66 | - |
| YUV | 34.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 45 | 0 | 0.71 | 0.29 | 0.75 | 324 | 0.56 | 0.16 |
| Hex | 3F | 12 | 2D | 0 | 47 | 1D | 4B | 144 | 38 | 10 |
| Octal | 77 | 22 | 55 | 0 | 107 | 35 | 113 | 504 | 70 | 20 |
| Binary | 111111 | 10010 | 101101 | 0 | 1000111 | 11101 | 1001011 | 101000100 | 111000 | 10000 |
Color Harmonies of #3F122D
Complementary color
Monochromatic Colors of #3F122D
Black with #3F122D
Text Example
Text Example
White with #3F122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F122D; }
p { color: rgb(63,18,45); }
H1.HeaderClassName
{
color: #3F122D;
}
.AnyTagClassName
{
color: #3F122D;
}
</style>
background-color css
<style>
a { background-color: #3F122D; }
a { background-color: rgb(63,18,45); }
div.DivClassName
{
background-color: #3F122D;
}
.BgClassName
{
background-color: #3F122D;
}
</style>
border-color css
<style>
span { border-color: #3F122D; }
span { border-color: rgb(63,18,45); }
td.TdClassName
{
border-color: #3F122D;
}
.TagClassName
{
border-color: #3F122D;
}
</style>