Shades of Blackberry #3F1A32
Tints of Blackberry #3F1A32
RGB
CMYK
RGB Variations
Color information
#3F1A32 (or 0x3F1A32) is known color: Blackberry. HEX triplet: 3F, 1A and 32. RGB value is (63,26,50). Sum of RGB (Red+Green+Blue) = 63+26+50=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1A32 is #C0E5CD. Grayscale: #272727. Windows color (decimal): -12641742 or 3283519. OLE color: 3283519.
HSL color Cylindrical-coordinate representation of color #3F1A32: hue angle of 321.08º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F1A32 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 26 | 50 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.75 |
| HSL | 321.08º | 0.42% | 0.17% | - |
| HSV(B) | 321.08º | 0.59% | 0.25% | - |
| XYZ | 3 | 2.03 | 3.25 | - |
| YUV | 39.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 26 | 50 | 0 | 0.59 | 0.21 | 0.75 | 321.08 | 0.42 | 0.17 |
| Hex | 3F | 1A | 32 | 0 | 3B | 15 | 4B | 141 | 2A | 11 |
| Octal | 77 | 32 | 62 | 0 | 73 | 25 | 113 | 501 | 52 | 21 |
| Binary | 111111 | 11010 | 110010 | 0 | 111011 | 10101 | 1001011 | 101000001 | 101010 | 10001 |
Color Harmonies of #3F1A32
Complementary color
Monochromatic Colors of #3F1A32
Black with #3F1A32
Text Example
Text Example
White with #3F1A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1A32; }
p { color: rgb(63,26,50); }
H1.HeaderClassName
{
color: #3F1A32;
}
.AnyTagClassName
{
color: #3F1A32;
}
</style>
background-color css
<style>
a { background-color: #3F1A32; }
a { background-color: rgb(63,26,50); }
div.DivClassName
{
background-color: #3F1A32;
}
.BgClassName
{
background-color: #3F1A32;
}
</style>
border-color css
<style>
span { border-color: #3F1A32; }
span { border-color: rgb(63,26,50); }
td.TdClassName
{
border-color: #3F1A32;
}
.TagClassName
{
border-color: #3F1A32;
}
</style>