Shades of Blackberry #3F062F
Tints of Blackberry #3F062F
RGB
CMYK
RGB Variations
Color information
#3F062F (or 0x3F062F) is known color: Blackberry. HEX triplet: 3F, 06 and 2F. RGB value is (63,6,47). Sum of RGB (Red+Green+Blue) = 63+6+47=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F062F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F062F is #C0F9D0. Grayscale: #1B1B1B. Windows color (decimal): -12646865 or 3081791. OLE color: 3081791.
HSL color Cylindrical-coordinate representation of color #3F062F: hue angle of 316.84º 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 #3F062F is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 6 | 47 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.75 |
| HSL | 316.84º | 0.83% | 0.14% | - |
| HSV(B) | 316.84º | 0.9% | 0.25% | - |
| XYZ | 2.63 | 1.39 | 2.82 | - |
| YUV | 27.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 47 | 0 | 0.90 | 0.25 | 0.75 | 316.84 | 0.83 | 0.14 |
| Hex | 3F | 6 | 2F | 0 | 5A | 19 | 4B | 13D | 53 | E |
| Octal | 77 | 6 | 57 | 0 | 132 | 31 | 113 | 475 | 123 | 16 |
| Binary | 111111 | 110 | 101111 | 0 | 1011010 | 11001 | 1001011 | 100111101 | 1010011 | 1110 |
Color Harmonies of #3F062F
Complementary color
Monochromatic Colors of #3F062F
Black with #3F062F
Text Example
Text Example
White with #3F062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F062F; }
p { color: rgb(63,6,47); }
H1.HeaderClassName
{
color: #3F062F;
}
.AnyTagClassName
{
color: #3F062F;
}
</style>
background-color css
<style>
a { background-color: #3F062F; }
a { background-color: rgb(63,6,47); }
div.DivClassName
{
background-color: #3F062F;
}
.BgClassName
{
background-color: #3F062F;
}
</style>
border-color css
<style>
span { border-color: #3F062F; }
span { border-color: rgb(63,6,47); }
td.TdClassName
{
border-color: #3F062F;
}
.TagClassName
{
border-color: #3F062F;
}
</style>