Shades of Blackberry #3F021B
Tints of Blackberry #3F021B
RGB
CMYK
RGB Variations
Color information
#3F021B (or 0x3F021B) is known color: Blackberry. HEX triplet: 3F, 02 and 1B. RGB value is (63,2,27). Sum of RGB (Red+Green+Blue) = 63+2+27=92 (12% of max value = 765). Red value is 63 (25% from 255 or 68.48% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 63 - color contains mainly: red. Hex color #3F021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F021B is #C0FDE4. Grayscale: #171717. Windows color (decimal): -12647909 or 1770047. OLE color: 1770047.
HSL color Cylindrical-coordinate representation of color #3F021B: hue angle of 335.41º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F021B is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 2 | 27 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.75 |
| HSL | 335.41º | 0.94% | 0.13% | - |
| HSV(B) | 335.41º | 0.97% | 0.25% | - |
| XYZ | 2.27 | 1.18 | 1.14 | - |
| YUV | 23.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 27 | 0 | 0.97 | 0.57 | 0.75 | 335.41 | 0.94 | 0.13 |
| Hex | 3F | 2 | 1B | 0 | 61 | 39 | 4B | 14F | 5E | D |
| Octal | 77 | 2 | 33 | 0 | 141 | 71 | 113 | 517 | 136 | 15 |
| Binary | 111111 | 10 | 11011 | 0 | 1100001 | 111001 | 1001011 | 101001111 | 1011110 | 1101 |
Color Harmonies of #3F021B
Complementary color
Monochromatic Colors of #3F021B
Black with #3F021B
Text Example
Text Example
White with #3F021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F021B; }
p { color: rgb(63,2,27); }
H1.HeaderClassName
{
color: #3F021B;
}
.AnyTagClassName
{
color: #3F021B;
}
</style>
background-color css
<style>
a { background-color: #3F021B; }
a { background-color: rgb(63,2,27); }
div.DivClassName
{
background-color: #3F021B;
}
.BgClassName
{
background-color: #3F021B;
}
</style>
border-color css
<style>
span { border-color: #3F021B; }
span { border-color: rgb(63,2,27); }
td.TdClassName
{
border-color: #3F021B;
}
.TagClassName
{
border-color: #3F021B;
}
</style>