Shades of Blackberry #3F011D
Tints of Blackberry #3F011D
RGB
CMYK
RGB Variations
Color information
#3F011D (or 0x3F011D) is known color: Blackberry. HEX triplet: 3F, 01 and 1D. RGB value is (63,1,29). Sum of RGB (Red+Green+Blue) = 63+1+29=93 (12% of max value = 765). Red value is 63 (25% from 255 or 67.74% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 63 - color contains mainly: red. Hex color #3F011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F011D is #C0FEE2. Grayscale: #161616. Windows color (decimal): -12648163 or 1900863. OLE color: 1900863.
HSL color Cylindrical-coordinate representation of color #3F011D: hue angle of 332.9º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F011D is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 1 | 29 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.75 |
| HSL | 332.9º | 0.97% | 0.13% | - |
| HSV(B) | 332.9º | 0.98% | 0.25% | - |
| XYZ | 2.28 | 1.17 | 1.27 | - |
| YUV | 22.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 29 | 0 | 0.98 | 0.54 | 0.75 | 332.9 | 0.97 | 0.13 |
| Hex | 3F | 1 | 1D | 0 | 62 | 36 | 4B | 14D | 61 | D |
| Octal | 77 | 1 | 35 | 0 | 142 | 66 | 113 | 515 | 141 | 15 |
| Binary | 111111 | 1 | 11101 | 0 | 1100010 | 110110 | 1001011 | 101001101 | 1100001 | 1101 |
Color Harmonies of #3F011D
Complementary color
Monochromatic Colors of #3F011D
Black with #3F011D
Text Example
Text Example
White with #3F011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F011D; }
p { color: rgb(63,1,29); }
H1.HeaderClassName
{
color: #3F011D;
}
.AnyTagClassName
{
color: #3F011D;
}
</style>
background-color css
<style>
a { background-color: #3F011D; }
a { background-color: rgb(63,1,29); }
div.DivClassName
{
background-color: #3F011D;
}
.BgClassName
{
background-color: #3F011D;
}
</style>
border-color css
<style>
span { border-color: #3F011D; }
span { border-color: rgb(63,1,29); }
td.TdClassName
{
border-color: #3F011D;
}
.TagClassName
{
border-color: #3F011D;
}
</style>