Shades of Blackberry #3F1B33
Tints of Blackberry #3F1B33
RGB
CMYK
RGB Variations
Color information
#3F1B33 (or 0x3F1B33) is known color: Blackberry. HEX triplet: 3F, 1B and 33. RGB value is (63,27,51). Sum of RGB (Red+Green+Blue) = 63+27+51=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1B33 is #C0E4CC. Grayscale: #282828. Windows color (decimal): -12641485 or 3349311. OLE color: 3349311.
HSL color Cylindrical-coordinate representation of color #3F1B33: hue angle of 320º 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 #3F1B33 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 27 | 51 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.75 |
| HSL | 320º | 0.4% | 0.18% | - |
| HSV(B) | 320º | 0.57% | 0.25% | - |
| XYZ | 3.04 | 2.08 | 3.37 | - |
| YUV | 40.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 27 | 51 | 0 | 0.57 | 0.19 | 0.75 | 320 | 0.4 | 0.18 |
| Hex | 3F | 1B | 33 | 0 | 39 | 13 | 4B | 140 | 28 | 12 |
| Octal | 77 | 33 | 63 | 0 | 71 | 23 | 113 | 500 | 50 | 22 |
| Binary | 111111 | 11011 | 110011 | 0 | 111001 | 10011 | 1001011 | 101000000 | 101000 | 10010 |
Color Harmonies of #3F1B33
Complementary color
Monochromatic Colors of #3F1B33
Black with #3F1B33
Text Example
Text Example
White with #3F1B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1B33; }
p { color: rgb(63,27,51); }
H1.HeaderClassName
{
color: #3F1B33;
}
.AnyTagClassName
{
color: #3F1B33;
}
</style>
background-color css
<style>
a { background-color: #3F1B33; }
a { background-color: rgb(63,27,51); }
div.DivClassName
{
background-color: #3F1B33;
}
.BgClassName
{
background-color: #3F1B33;
}
</style>
border-color css
<style>
span { border-color: #3F1B33; }
span { border-color: rgb(63,27,51); }
td.TdClassName
{
border-color: #3F1B33;
}
.TagClassName
{
border-color: #3F1B33;
}
</style>