Shades of Blackberry #3F1B34
Tints of Blackberry #3F1B34
RGB
CMYK
RGB Variations
Color information
#3F1B34 (or 0x3F1B34) is known color: Blackberry. HEX triplet: 3F, 1B and 34. RGB value is (63,27,52). Sum of RGB (Red+Green+Blue) = 63+27+52=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1B34 is #C0E4CB. Grayscale: #282828. Windows color (decimal): -12641484 or 3414847. OLE color: 3414847.
HSL color Cylindrical-coordinate representation of color #3F1B34: hue angle of 318.33º 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 #3F1B34 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 27 | 52 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.75 |
| HSL | 318.33º | 0.4% | 0.18% | - |
| HSV(B) | 318.33º | 0.57% | 0.25% | - |
| XYZ | 3.06 | 2.09 | 3.49 | - |
| YUV | 40.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 27 | 52 | 0 | 0.57 | 0.17 | 0.75 | 318.33 | 0.4 | 0.18 |
| Hex | 3F | 1B | 34 | 0 | 39 | 11 | 4B | 13E | 28 | 12 |
| Octal | 77 | 33 | 64 | 0 | 71 | 21 | 113 | 476 | 50 | 22 |
| Binary | 111111 | 11011 | 110100 | 0 | 111001 | 10001 | 1001011 | 100111110 | 101000 | 10010 |
Color Harmonies of #3F1B34
Complementary color
Monochromatic Colors of #3F1B34
Black with #3F1B34
Text Example
Text Example
White with #3F1B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1B34; }
p { color: rgb(63,27,52); }
H1.HeaderClassName
{
color: #3F1B34;
}
.AnyTagClassName
{
color: #3F1B34;
}
</style>
background-color css
<style>
a { background-color: #3F1B34; }
a { background-color: rgb(63,27,52); }
div.DivClassName
{
background-color: #3F1B34;
}
.BgClassName
{
background-color: #3F1B34;
}
</style>
border-color css
<style>
span { border-color: #3F1B34; }
span { border-color: rgb(63,27,52); }
td.TdClassName
{
border-color: #3F1B34;
}
.TagClassName
{
border-color: #3F1B34;
}
</style>