Shades of Blackberry #3F1B2C
Tints of Blackberry #3F1B2C
RGB
CMYK
RGB Variations
Color information
#3F1B2C (or 0x3F1B2C) is known color: Blackberry. HEX triplet: 3F, 1B and 2C. RGB value is (63,27,44). Sum of RGB (Red+Green+Blue) = 63+27+44=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1B2C is #C0E4D3. Grayscale: #272727. Windows color (decimal): -12641492 or 2890559. OLE color: 2890559.
HSL color Cylindrical-coordinate representation of color #3F1B2C: hue angle of 331.67º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F1B2C is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 27 | 44 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.75 |
| HSL | 331.67º | 0.4% | 0.18% | - |
| HSV(B) | 331.67º | 0.57% | 0.25% | - |
| XYZ | 2.9 | 2.02 | 2.62 | - |
| YUV | 39.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 27 | 44 | 0 | 0.57 | 0.30 | 0.75 | 331.67 | 0.4 | 0.18 |
| Hex | 3F | 1B | 2C | 0 | 39 | 1E | 4B | 14C | 28 | 12 |
| Octal | 77 | 33 | 54 | 0 | 71 | 36 | 113 | 514 | 50 | 22 |
| Binary | 111111 | 11011 | 101100 | 0 | 111001 | 11110 | 1001011 | 101001100 | 101000 | 10010 |
Color Harmonies of #3F1B2C
Complementary color
Monochromatic Colors of #3F1B2C
Black with #3F1B2C
Text Example
Text Example
White with #3F1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1B2C; }
p { color: rgb(63,27,44); }
H1.HeaderClassName
{
color: #3F1B2C;
}
.AnyTagClassName
{
color: #3F1B2C;
}
</style>
background-color css
<style>
a { background-color: #3F1B2C; }
a { background-color: rgb(63,27,44); }
div.DivClassName
{
background-color: #3F1B2C;
}
.BgClassName
{
background-color: #3F1B2C;
}
</style>
border-color css
<style>
span { border-color: #3F1B2C; }
span { border-color: rgb(63,27,44); }
td.TdClassName
{
border-color: #3F1B2C;
}
.TagClassName
{
border-color: #3F1B2C;
}
</style>