Shades of Blackberry #3F0F2F
Tints of Blackberry #3F0F2F
RGB
CMYK
RGB Variations
Color information
#3F0F2F (or 0x3F0F2F) is known color: Blackberry. HEX triplet: 3F, 0F and 2F. RGB value is (63,15,47). Sum of RGB (Red+Green+Blue) = 63+15+47=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0F2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0F2F is #C0F0D0. Grayscale: #202020. Windows color (decimal): -12644561 or 3084095. OLE color: 3084095.
HSL color Cylindrical-coordinate representation of color #3F0F2F: hue angle of 320º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F0F2F is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 15 | 47 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.75 |
| HSL | 320º | 0.62% | 0.15% | - |
| HSV(B) | 320º | 0.76% | 0.25% | - |
| XYZ | 2.73 | 1.6 | 2.85 | - |
| YUV | 33 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 47 | 0 | 0.76 | 0.25 | 0.75 | 320 | 0.62 | 0.15 |
| Hex | 3F | F | 2F | 0 | 4C | 19 | 4B | 140 | 3E | F |
| Octal | 77 | 17 | 57 | 0 | 114 | 31 | 113 | 500 | 76 | 17 |
| Binary | 111111 | 1111 | 101111 | 0 | 1001100 | 11001 | 1001011 | 101000000 | 111110 | 1111 |
Color Harmonies of #3F0F2F
Complementary color
Monochromatic Colors of #3F0F2F
Black with #3F0F2F
Text Example
Text Example
White with #3F0F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0F2F; }
p { color: rgb(63,15,47); }
H1.HeaderClassName
{
color: #3F0F2F;
}
.AnyTagClassName
{
color: #3F0F2F;
}
</style>
background-color css
<style>
a { background-color: #3F0F2F; }
a { background-color: rgb(63,15,47); }
div.DivClassName
{
background-color: #3F0F2F;
}
.BgClassName
{
background-color: #3F0F2F;
}
</style>
border-color css
<style>
span { border-color: #3F0F2F; }
span { border-color: rgb(63,15,47); }
td.TdClassName
{
border-color: #3F0F2F;
}
.TagClassName
{
border-color: #3F0F2F;
}
</style>