Shades of Blackberry #3F0D2F
Tints of Blackberry #3F0D2F
RGB
CMYK
RGB Variations
Color information
#3F0D2F (or 0x3F0D2F) is known color: Blackberry. HEX triplet: 3F, 0D and 2F. RGB value is (63,13,47). Sum of RGB (Red+Green+Blue) = 63+13+47=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0D2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0D2F is #C0F2D0. Grayscale: #1F1F1F. Windows color (decimal): -12645073 or 3083583. OLE color: 3083583.
HSL color Cylindrical-coordinate representation of color #3F0D2F: hue angle of 319.2º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F0D2F is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 13 | 47 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.75 |
| HSL | 319.2º | 0.66% | 0.15% | - |
| HSV(B) | 319.2º | 0.79% | 0.25% | - |
| XYZ | 2.71 | 1.55 | 2.85 | - |
| YUV | 31.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 47 | 0 | 0.79 | 0.25 | 0.75 | 319.2 | 0.66 | 0.15 |
| Hex | 3F | D | 2F | 0 | 4F | 19 | 4B | 13F | 42 | F |
| Octal | 77 | 15 | 57 | 0 | 117 | 31 | 113 | 477 | 102 | 17 |
| Binary | 111111 | 1101 | 101111 | 0 | 1001111 | 11001 | 1001011 | 100111111 | 1000010 | 1111 |
Color Harmonies of #3F0D2F
Complementary color
Monochromatic Colors of #3F0D2F
Black with #3F0D2F
Text Example
Text Example
White with #3F0D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0D2F; }
p { color: rgb(63,13,47); }
H1.HeaderClassName
{
color: #3F0D2F;
}
.AnyTagClassName
{
color: #3F0D2F;
}
</style>
background-color css
<style>
a { background-color: #3F0D2F; }
a { background-color: rgb(63,13,47); }
div.DivClassName
{
background-color: #3F0D2F;
}
.BgClassName
{
background-color: #3F0D2F;
}
</style>
border-color css
<style>
span { border-color: #3F0D2F; }
span { border-color: rgb(63,13,47); }
td.TdClassName
{
border-color: #3F0D2F;
}
.TagClassName
{
border-color: #3F0D2F;
}
</style>