Shades of Blackberry #3F032E
Tints of Blackberry #3F032E
RGB
CMYK
RGB Variations
Color information
#3F032E (or 0x3F032E) is known color: Blackberry. HEX triplet: 3F, 03 and 2E. RGB value is (63,3,46). Sum of RGB (Red+Green+Blue) = 63+3+46=112 (14% of max value = 765). Red value is 63 (25% from 255 or 56.25% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 63 - color contains mainly: red. Hex color #3F032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F032E is #C0FCD1. Grayscale: #191919. Windows color (decimal): -12647634 or 3015487. OLE color: 3015487.
HSL color Cylindrical-coordinate representation of color #3F032E: hue angle of 317º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F032E is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 3 | 46 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.75 |
| HSL | 317º | 0.91% | 0.13% | - |
| HSV(B) | 317º | 0.95% | 0.25% | - |
| XYZ | 2.58 | 1.32 | 2.7 | - |
| YUV | 25.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 46 | 0 | 0.95 | 0.27 | 0.75 | 317 | 0.91 | 0.13 |
| Hex | 3F | 3 | 2E | 0 | 5F | 1B | 4B | 13D | 5B | D |
| Octal | 77 | 3 | 56 | 0 | 137 | 33 | 113 | 475 | 133 | 15 |
| Binary | 111111 | 11 | 101110 | 0 | 1011111 | 11011 | 1001011 | 100111101 | 1011011 | 1101 |
Color Harmonies of #3F032E
Complementary color
Monochromatic Colors of #3F032E
Black with #3F032E
Text Example
Text Example
White with #3F032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F032E; }
p { color: rgb(63,3,46); }
H1.HeaderClassName
{
color: #3F032E;
}
.AnyTagClassName
{
color: #3F032E;
}
</style>
background-color css
<style>
a { background-color: #3F032E; }
a { background-color: rgb(63,3,46); }
div.DivClassName
{
background-color: #3F032E;
}
.BgClassName
{
background-color: #3F032E;
}
</style>
border-color css
<style>
span { border-color: #3F032E; }
span { border-color: rgb(63,3,46); }
td.TdClassName
{
border-color: #3F032E;
}
.TagClassName
{
border-color: #3F032E;
}
</style>