Shades of Blackberry #3F001D
Tints of Blackberry #3F001D
RGB
CMYK
RGB Variations
Color information
#3F001D (or 0x3F001D) is known color: Blackberry. HEX triplet: 3F, 00 and 1D. RGB value is (63,0,29). Sum of RGB (Red+Green+Blue) = 63+0+29=92 (12% of max value = 765). Red value is 63 (25% from 255 or 68.48% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 63 - color contains mainly: red. Hex color #3F001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F001D is #C0FFE2. Grayscale: #161616. Windows color (decimal): -12648419 or 1900607. OLE color: 1900607.
HSL color Cylindrical-coordinate representation of color #3F001D: hue angle of 332.38º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F001D is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.54 | 0.75 |
| HSL | 332.38º | 1% | 0.12% | - |
| HSV(B) | 332.38º | 1% | 0.25% | - |
| XYZ | 2.27 | 1.15 | 1.26 | - |
| YUV | 22.14 | 131.87 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 29 | 0 | 1 | 0.54 | 0.75 | 332.38 | 1 | 0.12 |
| Hex | 3F | 0 | 1D | 0 | 64 | 36 | 4B | 14C | 64 | C |
| Octal | 77 | 0 | 35 | 0 | 144 | 66 | 113 | 514 | 144 | 14 |
| Binary | 111111 | 0 | 11101 | 0 | 1100100 | 110110 | 1001011 | 101001100 | 1100100 | 1100 |
Color Harmonies of #3F001D
Complementary color
Monochromatic Colors of #3F001D
Black with #3F001D
Text Example
Text Example
White with #3F001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F001D; }
p { color: rgb(63,0,29); }
H1.HeaderClassName
{
color: #3F001D;
}
.AnyTagClassName
{
color: #3F001D;
}
</style>
background-color css
<style>
a { background-color: #3F001D; }
a { background-color: rgb(63,0,29); }
div.DivClassName
{
background-color: #3F001D;
}
.BgClassName
{
background-color: #3F001D;
}
</style>
border-color css
<style>
span { border-color: #3F001D; }
span { border-color: rgb(63,0,29); }
td.TdClassName
{
border-color: #3F001D;
}
.TagClassName
{
border-color: #3F001D;
}
</style>