Shades of Blackberry #3F082A
Tints of Blackberry #3F082A
RGB
CMYK
RGB Variations
Color information
#3F082A (or 0x3F082A) is known color: Blackberry. HEX triplet: 3F, 08 and 2A. RGB value is (63,8,42). Sum of RGB (Red+Green+Blue) = 63+8+42=113 (14% of max value = 765). Red value is 63 (25% from 255 or 55.75% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 63 - color contains mainly: red. Hex color #3F082A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F082A is #C0F7D5. Grayscale: #1C1C1C. Windows color (decimal): -12646358 or 2754623. OLE color: 2754623.
HSL color Cylindrical-coordinate representation of color #3F082A: hue angle of 322.91º 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 #3F082A is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 8 | 42 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.75 |
| HSL | 322.91º | 0.77% | 0.14% | - |
| HSV(B) | 322.91º | 0.87% | 0.25% | - |
| XYZ | 2.55 | 1.4 | 2.33 | - |
| YUV | 28.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 42 | 0 | 0.87 | 0.33 | 0.75 | 322.91 | 0.77 | 0.14 |
| Hex | 3F | 8 | 2A | 0 | 57 | 21 | 4B | 143 | 4D | E |
| Octal | 77 | 10 | 52 | 0 | 127 | 41 | 113 | 503 | 115 | 16 |
| Binary | 111111 | 1000 | 101010 | 0 | 1010111 | 100001 | 1001011 | 101000011 | 1001101 | 1110 |
Color Harmonies of #3F082A
Complementary color
Monochromatic Colors of #3F082A
Black with #3F082A
Text Example
Text Example
White with #3F082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F082A; }
p { color: rgb(63,8,42); }
H1.HeaderClassName
{
color: #3F082A;
}
.AnyTagClassName
{
color: #3F082A;
}
</style>
background-color css
<style>
a { background-color: #3F082A; }
a { background-color: rgb(63,8,42); }
div.DivClassName
{
background-color: #3F082A;
}
.BgClassName
{
background-color: #3F082A;
}
</style>
border-color css
<style>
span { border-color: #3F082A; }
span { border-color: rgb(63,8,42); }
td.TdClassName
{
border-color: #3F082A;
}
.TagClassName
{
border-color: #3F082A;
}
</style>