Shades of Blackberry #3F0134
Tints of Blackberry #3F0134
RGB
CMYK
RGB Variations
Color information
#3F0134 (or 0x3F0134) is known color: Blackberry. HEX triplet: 3F, 01 and 34. RGB value is (63,1,52). Sum of RGB (Red+Green+Blue) = 63+1+52=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0134 is #C0FECB. Grayscale: #191919. Windows color (decimal): -12648140 or 3408191. OLE color: 3408191.
HSL color Cylindrical-coordinate representation of color #3F0134: hue angle of 310.65º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0134 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 1 | 52 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.75 |
| HSL | 310.65º | 0.97% | 0.13% | - |
| HSV(B) | 310.65º | 0.98% | 0.25% | - |
| XYZ | 2.68 | 1.33 | 3.36 | - |
| YUV | 25.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 52 | 0 | 0.98 | 0.17 | 0.75 | 310.65 | 0.97 | 0.13 |
| Hex | 3F | 1 | 34 | 0 | 62 | 11 | 4B | 137 | 61 | D |
| Octal | 77 | 1 | 64 | 0 | 142 | 21 | 113 | 467 | 141 | 15 |
| Binary | 111111 | 1 | 110100 | 0 | 1100010 | 10001 | 1001011 | 100110111 | 1100001 | 1101 |
Color Harmonies of #3F0134
Complementary color
Monochromatic Colors of #3F0134
Black with #3F0134
Text Example
Text Example
White with #3F0134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0134; }
p { color: rgb(63,1,52); }
H1.HeaderClassName
{
color: #3F0134;
}
.AnyTagClassName
{
color: #3F0134;
}
</style>
background-color css
<style>
a { background-color: #3F0134; }
a { background-color: rgb(63,1,52); }
div.DivClassName
{
background-color: #3F0134;
}
.BgClassName
{
background-color: #3F0134;
}
</style>
border-color css
<style>
span { border-color: #3F0134; }
span { border-color: rgb(63,1,52); }
td.TdClassName
{
border-color: #3F0134;
}
.TagClassName
{
border-color: #3F0134;
}
</style>