Shades of Blackberry #3F021E
Tints of Blackberry #3F021E
RGB
CMYK
RGB Variations
Color information
#3F021E (or 0x3F021E) is known color: Blackberry. HEX triplet: 3F, 02 and 1E. RGB value is (63,2,30). Sum of RGB (Red+Green+Blue) = 63+2+30=95 (12% of max value = 765). Red value is 63 (25% from 255 or 66.32% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 63 - color contains mainly: red. Hex color #3F021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F021E is #C0FDE1. Grayscale: #171717. Windows color (decimal): -12647906 or 1966655. OLE color: 1966655.
HSL color Cylindrical-coordinate representation of color #3F021E: hue angle of 332.46º 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 #3F021E is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 2 | 30 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.75 |
| HSL | 332.46º | 0.94% | 0.13% | - |
| HSV(B) | 332.46º | 0.97% | 0.25% | - |
| XYZ | 2.31 | 1.19 | 1.34 | - |
| YUV | 23.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 30 | 0 | 0.97 | 0.52 | 0.75 | 332.46 | 0.94 | 0.13 |
| Hex | 3F | 2 | 1E | 0 | 61 | 34 | 4B | 14C | 5E | D |
| Octal | 77 | 2 | 36 | 0 | 141 | 64 | 113 | 514 | 136 | 15 |
| Binary | 111111 | 10 | 11110 | 0 | 1100001 | 110100 | 1001011 | 101001100 | 1011110 | 1101 |
Color Harmonies of #3F021E
Complementary color
Monochromatic Colors of #3F021E
Black with #3F021E
Text Example
Text Example
White with #3F021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F021E; }
p { color: rgb(63,2,30); }
H1.HeaderClassName
{
color: #3F021E;
}
.AnyTagClassName
{
color: #3F021E;
}
</style>
background-color css
<style>
a { background-color: #3F021E; }
a { background-color: rgb(63,2,30); }
div.DivClassName
{
background-color: #3F021E;
}
.BgClassName
{
background-color: #3F021E;
}
</style>
border-color css
<style>
span { border-color: #3F021E; }
span { border-color: rgb(63,2,30); }
td.TdClassName
{
border-color: #3F021E;
}
.TagClassName
{
border-color: #3F021E;
}
</style>