Shades of Blackberry #3F1B35
Tints of Blackberry #3F1B35
RGB
CMYK
RGB Variations
Color information
#3F1B35 (or 0x3F1B35) is known color: Blackberry. HEX triplet: 3F, 1B and 35. RGB value is (63,27,53). Sum of RGB (Red+Green+Blue) = 63+27+53=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1B35 is #C0E4CA. Grayscale: #282828. Windows color (decimal): -12641483 or 3480383. OLE color: 3480383.
HSL color Cylindrical-coordinate representation of color #3F1B35: hue angle of 316.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 #3F1B35 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 27 | 53 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.75 |
| HSL | 316.67º | 0.4% | 0.18% | - |
| HSV(B) | 316.67º | 0.57% | 0.25% | - |
| XYZ | 3.08 | 2.1 | 3.61 | - |
| YUV | 40.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 27 | 53 | 0 | 0.57 | 0.16 | 0.75 | 316.67 | 0.4 | 0.18 |
| Hex | 3F | 1B | 35 | 0 | 39 | 10 | 4B | 13D | 28 | 12 |
| Octal | 77 | 33 | 65 | 0 | 71 | 20 | 113 | 475 | 50 | 22 |
| Binary | 111111 | 11011 | 110101 | 0 | 111001 | 10000 | 1001011 | 100111101 | 101000 | 10010 |
Color Harmonies of #3F1B35
Complementary color
Monochromatic Colors of #3F1B35
Black with #3F1B35
Text Example
Text Example
White with #3F1B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1B35; }
p { color: rgb(63,27,53); }
H1.HeaderClassName
{
color: #3F1B35;
}
.AnyTagClassName
{
color: #3F1B35;
}
</style>
background-color css
<style>
a { background-color: #3F1B35; }
a { background-color: rgb(63,27,53); }
div.DivClassName
{
background-color: #3F1B35;
}
.BgClassName
{
background-color: #3F1B35;
}
</style>
border-color css
<style>
span { border-color: #3F1B35; }
span { border-color: rgb(63,27,53); }
td.TdClassName
{
border-color: #3F1B35;
}
.TagClassName
{
border-color: #3F1B35;
}
</style>