Shades of Blackberry #3F001B
Tints of Blackberry #3F001B
RGB
CMYK
RGB Variations
Color information
#3F001B (or 0x3F001B) is known color: Blackberry. HEX triplet: 3F, 00 and 1B. RGB value is (63,0,27). Sum of RGB (Red+Green+Blue) = 63+0+27=90 (11% of max value = 765). Red value is 63 (25% from 255 or 70% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 63 - color contains mainly: red. Hex color #3F001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F001B is #C0FFE4. Grayscale: #151515. Windows color (decimal): -12648421 or 1769535. OLE color: 1769535.
HSL color Cylindrical-coordinate representation of color #3F001B: hue angle of 334.29º 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 #3F001B is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.57 | 0.75 |
| HSL | 334.29º | 1% | 0.12% | - |
| HSV(B) | 334.29º | 1% | 0.25% | - |
| XYZ | 2.25 | 1.14 | 1.14 | - |
| YUV | 21.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 27 | 0 | 1 | 0.57 | 0.75 | 334.29 | 1 | 0.12 |
| Hex | 3F | 0 | 1B | 0 | 64 | 39 | 4B | 14E | 64 | C |
| Octal | 77 | 0 | 33 | 0 | 144 | 71 | 113 | 516 | 144 | 14 |
| Binary | 111111 | 0 | 11011 | 0 | 1100100 | 111001 | 1001011 | 101001110 | 1100100 | 1100 |
Color Harmonies of #3F001B
Complementary color
Monochromatic Colors of #3F001B
Black with #3F001B
Text Example
Text Example
White with #3F001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F001B; }
p { color: rgb(63,0,27); }
H1.HeaderClassName
{
color: #3F001B;
}
.AnyTagClassName
{
color: #3F001B;
}
</style>
background-color css
<style>
a { background-color: #3F001B; }
a { background-color: rgb(63,0,27); }
div.DivClassName
{
background-color: #3F001B;
}
.BgClassName
{
background-color: #3F001B;
}
</style>
border-color css
<style>
span { border-color: #3F001B; }
span { border-color: rgb(63,0,27); }
td.TdClassName
{
border-color: #3F001B;
}
.TagClassName
{
border-color: #3F001B;
}
</style>