Shades of Blackberry #3F021C
Tints of Blackberry #3F021C
RGB
CMYK
RGB Variations
Color information
#3F021C (or 0x3F021C) is known color: Blackberry. HEX triplet: 3F, 02 and 1C. RGB value is (63,2,28). Sum of RGB (Red+Green+Blue) = 63+2+28=93 (12% of max value = 765). Red value is 63 (25% from 255 or 67.74% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 63 - color contains mainly: red. Hex color #3F021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F021C is #C0FDE3. Grayscale: #171717. Windows color (decimal): -12647908 or 1835583. OLE color: 1835583.
HSL color Cylindrical-coordinate representation of color #3F021C: hue angle of 334.43º 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 #3F021C is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 2 | 28 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.75 |
| HSL | 334.43º | 0.94% | 0.13% | - |
| HSV(B) | 334.43º | 0.97% | 0.25% | - |
| XYZ | 2.28 | 1.18 | 1.21 | - |
| YUV | 23.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 28 | 0 | 0.97 | 0.56 | 0.75 | 334.43 | 0.94 | 0.13 |
| Hex | 3F | 2 | 1C | 0 | 61 | 38 | 4B | 14E | 5E | D |
| Octal | 77 | 2 | 34 | 0 | 141 | 70 | 113 | 516 | 136 | 15 |
| Binary | 111111 | 10 | 11100 | 0 | 1100001 | 111000 | 1001011 | 101001110 | 1011110 | 1101 |
Color Harmonies of #3F021C
Complementary color
Monochromatic Colors of #3F021C
Black with #3F021C
Text Example
Text Example
White with #3F021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F021C; }
p { color: rgb(63,2,28); }
H1.HeaderClassName
{
color: #3F021C;
}
.AnyTagClassName
{
color: #3F021C;
}
</style>
background-color css
<style>
a { background-color: #3F021C; }
a { background-color: rgb(63,2,28); }
div.DivClassName
{
background-color: #3F021C;
}
.BgClassName
{
background-color: #3F021C;
}
</style>
border-color css
<style>
span { border-color: #3F021C; }
span { border-color: rgb(63,2,28); }
td.TdClassName
{
border-color: #3F021C;
}
.TagClassName
{
border-color: #3F021C;
}
</style>