Shades of Blackberry #3F052B
Tints of Blackberry #3F052B
RGB
CMYK
RGB Variations
Color information
#3F052B (or 0x3F052B) is known color: Blackberry. HEX triplet: 3F, 05 and 2B. RGB value is (63,5,43). Sum of RGB (Red+Green+Blue) = 63+5+43=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F052B is #C0FAD4. Grayscale: #1A1A1A. Windows color (decimal): -12647125 or 2819391. OLE color: 2819391.
HSL color Cylindrical-coordinate representation of color #3F052B: hue angle of 320.69º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F052B is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 5 | 43 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.75 |
| HSL | 320.69º | 0.85% | 0.13% | - |
| HSV(B) | 320.69º | 0.92% | 0.25% | - |
| XYZ | 2.54 | 1.34 | 2.41 | - |
| YUV | 26.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 43 | 0 | 0.92 | 0.32 | 0.75 | 320.69 | 0.85 | 0.13 |
| Hex | 3F | 5 | 2B | 0 | 5C | 20 | 4B | 141 | 55 | D |
| Octal | 77 | 5 | 53 | 0 | 134 | 40 | 113 | 501 | 125 | 15 |
| Binary | 111111 | 101 | 101011 | 0 | 1011100 | 100000 | 1001011 | 101000001 | 1010101 | 1101 |
Color Harmonies of #3F052B
Complementary color
Monochromatic Colors of #3F052B
Black with #3F052B
Text Example
Text Example
White with #3F052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F052B; }
p { color: rgb(63,5,43); }
H1.HeaderClassName
{
color: #3F052B;
}
.AnyTagClassName
{
color: #3F052B;
}
</style>
background-color css
<style>
a { background-color: #3F052B; }
a { background-color: rgb(63,5,43); }
div.DivClassName
{
background-color: #3F052B;
}
.BgClassName
{
background-color: #3F052B;
}
</style>
border-color css
<style>
span { border-color: #3F052B; }
span { border-color: rgb(63,5,43); }
td.TdClassName
{
border-color: #3F052B;
}
.TagClassName
{
border-color: #3F052B;
}
</style>