Shades of Blackberry #3F1C35
Tints of Blackberry #3F1C35
RGB
CMYK
RGB Variations
Color information
#3F1C35 (or 0x3F1C35) is known color: Blackberry. HEX triplet: 3F, 1C and 35. RGB value is (63,28,53). Sum of RGB (Red+Green+Blue) = 63+28+53=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1C35 is #C0E3CA. Grayscale: #292929. Windows color (decimal): -12641227 or 3480639. OLE color: 3480639.
HSL color Cylindrical-coordinate representation of color #3F1C35: hue angle of 317.14º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F1C35 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 28 | 53 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.75 |
| HSL | 317.14º | 0.38% | 0.18% | - |
| HSV(B) | 317.14º | 0.56% | 0.25% | - |
| XYZ | 3.11 | 2.14 | 3.62 | - |
| YUV | 41.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 28 | 53 | 0 | 0.56 | 0.16 | 0.75 | 317.14 | 0.38 | 0.18 |
| Hex | 3F | 1C | 35 | 0 | 38 | 10 | 4B | 13D | 26 | 12 |
| Octal | 77 | 34 | 65 | 0 | 70 | 20 | 113 | 475 | 46 | 22 |
| Binary | 111111 | 11100 | 110101 | 0 | 111000 | 10000 | 1001011 | 100111101 | 100110 | 10010 |
Color Harmonies of #3F1C35
Complementary color
Monochromatic Colors of #3F1C35
Black with #3F1C35
Text Example
Text Example
White with #3F1C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1C35; }
p { color: rgb(63,28,53); }
H1.HeaderClassName
{
color: #3F1C35;
}
.AnyTagClassName
{
color: #3F1C35;
}
</style>
background-color css
<style>
a { background-color: #3F1C35; }
a { background-color: rgb(63,28,53); }
div.DivClassName
{
background-color: #3F1C35;
}
.BgClassName
{
background-color: #3F1C35;
}
</style>
border-color css
<style>
span { border-color: #3F1C35; }
span { border-color: rgb(63,28,53); }
td.TdClassName
{
border-color: #3F1C35;
}
.TagClassName
{
border-color: #3F1C35;
}
</style>