Shades of Blackberry #3F022F
Tints of Blackberry #3F022F
RGB
CMYK
RGB Variations
Color information
#3F022F (or 0x3F022F) is known color: Blackberry. HEX triplet: 3F, 02 and 2F. RGB value is (63,2,47). Sum of RGB (Red+Green+Blue) = 63+2+47=112 (14% of max value = 765). Red value is 63 (25% from 255 or 56.25% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 63 - color contains mainly: red. Hex color #3F022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F022F is #C0FDD0. Grayscale: #191919. Windows color (decimal): -12647889 or 3080767. OLE color: 3080767.
HSL color Cylindrical-coordinate representation of color #3F022F: hue angle of 315.74º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F022F is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 2 | 47 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.75 |
| HSL | 315.74º | 0.94% | 0.13% | - |
| HSV(B) | 315.74º | 0.97% | 0.25% | - |
| XYZ | 2.58 | 1.31 | 2.81 | - |
| YUV | 25.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 47 | 0 | 0.97 | 0.25 | 0.75 | 315.74 | 0.94 | 0.13 |
| Hex | 3F | 2 | 2F | 0 | 61 | 19 | 4B | 13C | 5E | D |
| Octal | 77 | 2 | 57 | 0 | 141 | 31 | 113 | 474 | 136 | 15 |
| Binary | 111111 | 10 | 101111 | 0 | 1100001 | 11001 | 1001011 | 100111100 | 1011110 | 1101 |
Color Harmonies of #3F022F
Complementary color
Monochromatic Colors of #3F022F
Black with #3F022F
Text Example
Text Example
White with #3F022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F022F; }
p { color: rgb(63,2,47); }
H1.HeaderClassName
{
color: #3F022F;
}
.AnyTagClassName
{
color: #3F022F;
}
</style>
background-color css
<style>
a { background-color: #3F022F; }
a { background-color: rgb(63,2,47); }
div.DivClassName
{
background-color: #3F022F;
}
.BgClassName
{
background-color: #3F022F;
}
</style>
border-color css
<style>
span { border-color: #3F022F; }
span { border-color: rgb(63,2,47); }
td.TdClassName
{
border-color: #3F022F;
}
.TagClassName
{
border-color: #3F022F;
}
</style>