Shades of Blackberry #3F0624
Tints of Blackberry #3F0624
RGB
CMYK
RGB Variations
Color information
#3F0624 (or 0x3F0624) is known color: Blackberry. HEX triplet: 3F, 06 and 24. RGB value is (63,6,36). Sum of RGB (Red+Green+Blue) = 63+6+36=105 (13% of max value = 765). Red value is 63 (25% from 255 or 60% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0624 is #C0F9DB. Grayscale: #1A1A1A. Windows color (decimal): -12646876 or 2360895. OLE color: 2360895.
HSL color Cylindrical-coordinate representation of color #3F0624: hue angle of 328.42º 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 #3F0624 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 6 | 36 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.75 |
| HSL | 328.42º | 0.83% | 0.14% | - |
| HSV(B) | 328.42º | 0.9% | 0.25% | - |
| XYZ | 2.43 | 1.31 | 1.79 | - |
| YUV | 26.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 36 | 0 | 0.90 | 0.43 | 0.75 | 328.42 | 0.83 | 0.14 |
| Hex | 3F | 6 | 24 | 0 | 5A | 2B | 4B | 148 | 53 | E |
| Octal | 77 | 6 | 44 | 0 | 132 | 53 | 113 | 510 | 123 | 16 |
| Binary | 111111 | 110 | 100100 | 0 | 1011010 | 101011 | 1001011 | 101001000 | 1010011 | 1110 |
Color Harmonies of #3F0624
Complementary color
Monochromatic Colors of #3F0624
Black with #3F0624
Text Example
Text Example
White with #3F0624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0624; }
p { color: rgb(63,6,36); }
H1.HeaderClassName
{
color: #3F0624;
}
.AnyTagClassName
{
color: #3F0624;
}
</style>
background-color css
<style>
a { background-color: #3F0624; }
a { background-color: rgb(63,6,36); }
div.DivClassName
{
background-color: #3F0624;
}
.BgClassName
{
background-color: #3F0624;
}
</style>
border-color css
<style>
span { border-color: #3F0624; }
span { border-color: rgb(63,6,36); }
td.TdClassName
{
border-color: #3F0624;
}
.TagClassName
{
border-color: #3F0624;
}
</style>