Shades of Blackberry #3F0821
Tints of Blackberry #3F0821
RGB
CMYK
RGB Variations
Color information
#3F0821 (or 0x3F0821) is known color: Blackberry. HEX triplet: 3F, 08 and 21. RGB value is (63,8,33). Sum of RGB (Red+Green+Blue) = 63+8+33=104 (13% of max value = 765). Red value is 63 (25% from 255 or 60.58% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0821 is #C0F7DE. Grayscale: #1B1B1B. Windows color (decimal): -12646367 or 2164799. OLE color: 2164799.
HSL color Cylindrical-coordinate representation of color #3F0821: hue angle of 332.73º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F0821 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 8 | 33 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.75 |
| HSL | 332.73º | 0.77% | 0.14% | - |
| HSV(B) | 332.73º | 0.87% | 0.25% | - |
| XYZ | 2.41 | 1.34 | 1.57 | - |
| YUV | 27.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 33 | 0 | 0.87 | 0.48 | 0.75 | 332.73 | 0.77 | 0.14 |
| Hex | 3F | 8 | 21 | 0 | 57 | 30 | 4B | 14D | 4D | E |
| Octal | 77 | 10 | 41 | 0 | 127 | 60 | 113 | 515 | 115 | 16 |
| Binary | 111111 | 1000 | 100001 | 0 | 1010111 | 110000 | 1001011 | 101001101 | 1001101 | 1110 |
Color Harmonies of #3F0821
Complementary color
Monochromatic Colors of #3F0821
Black with #3F0821
Text Example
Text Example
White with #3F0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0821; }
p { color: rgb(63,8,33); }
H1.HeaderClassName
{
color: #3F0821;
}
.AnyTagClassName
{
color: #3F0821;
}
</style>
background-color css
<style>
a { background-color: #3F0821; }
a { background-color: rgb(63,8,33); }
div.DivClassName
{
background-color: #3F0821;
}
.BgClassName
{
background-color: #3F0821;
}
</style>
border-color css
<style>
span { border-color: #3F0821; }
span { border-color: rgb(63,8,33); }
td.TdClassName
{
border-color: #3F0821;
}
.TagClassName
{
border-color: #3F0821;
}
</style>