Shades of Blackberry #3F062D
Tints of Blackberry #3F062D
RGB
CMYK
RGB Variations
Color information
#3F062D (or 0x3F062D) is known color: Blackberry. HEX triplet: 3F, 06 and 2D. RGB value is (63,6,45). Sum of RGB (Red+Green+Blue) = 63+6+45=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F062D is #C0F9D2. Grayscale: #1B1B1B. Windows color (decimal): -12646867 or 2950719. OLE color: 2950719.
HSL color Cylindrical-coordinate representation of color #3F062D: hue angle of 318.95º 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 #3F062D is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 6 | 45 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.75 |
| HSL | 318.95º | 0.83% | 0.14% | - |
| HSV(B) | 318.95º | 0.9% | 0.25% | - |
| XYZ | 2.59 | 1.38 | 2.61 | - |
| YUV | 27.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 45 | 0 | 0.90 | 0.29 | 0.75 | 318.95 | 0.83 | 0.14 |
| Hex | 3F | 6 | 2D | 0 | 5A | 1D | 4B | 13F | 53 | E |
| Octal | 77 | 6 | 55 | 0 | 132 | 35 | 113 | 477 | 123 | 16 |
| Binary | 111111 | 110 | 101101 | 0 | 1011010 | 11101 | 1001011 | 100111111 | 1010011 | 1110 |
Color Harmonies of #3F062D
Complementary color
Monochromatic Colors of #3F062D
Black with #3F062D
Text Example
Text Example
White with #3F062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F062D; }
p { color: rgb(63,6,45); }
H1.HeaderClassName
{
color: #3F062D;
}
.AnyTagClassName
{
color: #3F062D;
}
</style>
background-color css
<style>
a { background-color: #3F062D; }
a { background-color: rgb(63,6,45); }
div.DivClassName
{
background-color: #3F062D;
}
.BgClassName
{
background-color: #3F062D;
}
</style>
border-color css
<style>
span { border-color: #3F062D; }
span { border-color: rgb(63,6,45); }
td.TdClassName
{
border-color: #3F062D;
}
.TagClassName
{
border-color: #3F062D;
}
</style>