Shades of Blackberry #3F082D
Tints of Blackberry #3F082D
RGB
CMYK
RGB Variations
Color information
#3F082D (or 0x3F082D) is known color: Blackberry. HEX triplet: 3F, 08 and 2D. RGB value is (63,8,45). Sum of RGB (Red+Green+Blue) = 63+8+45=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F082D is #C0F7D2. Grayscale: #1C1C1C. Windows color (decimal): -12646355 or 2951231. OLE color: 2951231.
HSL color Cylindrical-coordinate representation of color #3F082D: hue angle of 319.64º 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 #3F082D is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 8 | 45 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.75 |
| HSL | 319.64º | 0.77% | 0.14% | - |
| HSV(B) | 319.64º | 0.87% | 0.25% | - |
| XYZ | 2.61 | 1.42 | 2.62 | - |
| YUV | 28.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 45 | 0 | 0.87 | 0.29 | 0.75 | 319.64 | 0.77 | 0.14 |
| Hex | 3F | 8 | 2D | 0 | 57 | 1D | 4B | 140 | 4D | E |
| Octal | 77 | 10 | 55 | 0 | 127 | 35 | 113 | 500 | 115 | 16 |
| Binary | 111111 | 1000 | 101101 | 0 | 1010111 | 11101 | 1001011 | 101000000 | 1001101 | 1110 |
Color Harmonies of #3F082D
Complementary color
Monochromatic Colors of #3F082D
Black with #3F082D
Text Example
Text Example
White with #3F082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F082D; }
p { color: rgb(63,8,45); }
H1.HeaderClassName
{
color: #3F082D;
}
.AnyTagClassName
{
color: #3F082D;
}
</style>
background-color css
<style>
a { background-color: #3F082D; }
a { background-color: rgb(63,8,45); }
div.DivClassName
{
background-color: #3F082D;
}
.BgClassName
{
background-color: #3F082D;
}
</style>
border-color css
<style>
span { border-color: #3F082D; }
span { border-color: rgb(63,8,45); }
td.TdClassName
{
border-color: #3F082D;
}
.TagClassName
{
border-color: #3F082D;
}
</style>