Shades of Blackberry #3F082B
Tints of Blackberry #3F082B
RGB
CMYK
RGB Variations
Color information
#3F082B (or 0x3F082B) is known color: Blackberry. HEX triplet: 3F, 08 and 2B. RGB value is (63,8,43). Sum of RGB (Red+Green+Blue) = 63+8+43=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F082B is #C0F7D4. Grayscale: #1C1C1C. Windows color (decimal): -12646357 or 2820159. OLE color: 2820159.
HSL color Cylindrical-coordinate representation of color #3F082B: hue angle of 321.82º 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 #3F082B is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 8 | 43 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.75 |
| HSL | 321.82º | 0.77% | 0.14% | - |
| HSV(B) | 321.82º | 0.87% | 0.25% | - |
| XYZ | 2.57 | 1.4 | 2.42 | - |
| YUV | 28.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 43 | 0 | 0.87 | 0.32 | 0.75 | 321.82 | 0.77 | 0.14 |
| Hex | 3F | 8 | 2B | 0 | 57 | 20 | 4B | 142 | 4D | E |
| Octal | 77 | 10 | 53 | 0 | 127 | 40 | 113 | 502 | 115 | 16 |
| Binary | 111111 | 1000 | 101011 | 0 | 1010111 | 100000 | 1001011 | 101000010 | 1001101 | 1110 |
Color Harmonies of #3F082B
Complementary color
Monochromatic Colors of #3F082B
Black with #3F082B
Text Example
Text Example
White with #3F082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F082B; }
p { color: rgb(63,8,43); }
H1.HeaderClassName
{
color: #3F082B;
}
.AnyTagClassName
{
color: #3F082B;
}
</style>
background-color css
<style>
a { background-color: #3F082B; }
a { background-color: rgb(63,8,43); }
div.DivClassName
{
background-color: #3F082B;
}
.BgClassName
{
background-color: #3F082B;
}
</style>
border-color css
<style>
span { border-color: #3F082B; }
span { border-color: rgb(63,8,43); }
td.TdClassName
{
border-color: #3F082B;
}
.TagClassName
{
border-color: #3F082B;
}
</style>