Shades of Blackberry #3F062B
Tints of Blackberry #3F062B
RGB
CMYK
RGB Variations
Color information
#3F062B (or 0x3F062B) is known color: Blackberry. HEX triplet: 3F, 06 and 2B. RGB value is (63,6,43). Sum of RGB (Red+Green+Blue) = 63+6+43=112 (14% of max value = 765). Red value is 63 (25% from 255 or 56.25% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 63 - color contains mainly: red. Hex color #3F062B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F062B is #C0F9D4. Grayscale: #1B1B1B. Windows color (decimal): -12646869 or 2819647. OLE color: 2819647.
HSL color Cylindrical-coordinate representation of color #3F062B: hue angle of 321.05º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F062B is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 6 | 43 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.75 |
| HSL | 321.05º | 0.83% | 0.14% | - |
| HSV(B) | 321.05º | 0.9% | 0.25% | - |
| XYZ | 2.55 | 1.36 | 2.41 | - |
| YUV | 27.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 43 | 0 | 0.90 | 0.32 | 0.75 | 321.05 | 0.83 | 0.14 |
| Hex | 3F | 6 | 2B | 0 | 5A | 20 | 4B | 141 | 53 | E |
| Octal | 77 | 6 | 53 | 0 | 132 | 40 | 113 | 501 | 123 | 16 |
| Binary | 111111 | 110 | 101011 | 0 | 1011010 | 100000 | 1001011 | 101000001 | 1010011 | 1110 |
Color Harmonies of #3F062B
Complementary color
Monochromatic Colors of #3F062B
Black with #3F062B
Text Example
Text Example
White with #3F062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F062B; }
p { color: rgb(63,6,43); }
H1.HeaderClassName
{
color: #3F062B;
}
.AnyTagClassName
{
color: #3F062B;
}
</style>
background-color css
<style>
a { background-color: #3F062B; }
a { background-color: rgb(63,6,43); }
div.DivClassName
{
background-color: #3F062B;
}
.BgClassName
{
background-color: #3F062B;
}
</style>
border-color css
<style>
span { border-color: #3F062B; }
span { border-color: rgb(63,6,43); }
td.TdClassName
{
border-color: #3F062B;
}
.TagClassName
{
border-color: #3F062B;
}
</style>