Shades of Blackberry #3F0424
Tints of Blackberry #3F0424
RGB
CMYK
RGB Variations
Color information
#3F0424 (or 0x3F0424) is known color: Blackberry. HEX triplet: 3F, 04 and 24. RGB value is (63,4,36). Sum of RGB (Red+Green+Blue) = 63+4+36=103 (13% of max value = 765). Red value is 63 (25% from 255 or 61.17% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0424 is #C0FBDB. Grayscale: #191919. Windows color (decimal): -12647388 or 2360383. OLE color: 2360383.
HSL color Cylindrical-coordinate representation of color #3F0424: hue angle of 327.46º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0424 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 4 | 36 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.75 |
| HSL | 327.46º | 0.88% | 0.13% | - |
| HSV(B) | 327.46º | 0.94% | 0.25% | - |
| XYZ | 2.41 | 1.27 | 1.79 | - |
| YUV | 25.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 36 | 0 | 0.94 | 0.43 | 0.75 | 327.46 | 0.88 | 0.13 |
| Hex | 3F | 4 | 24 | 0 | 5E | 2B | 4B | 147 | 58 | D |
| Octal | 77 | 4 | 44 | 0 | 136 | 53 | 113 | 507 | 130 | 15 |
| Binary | 111111 | 100 | 100100 | 0 | 1011110 | 101011 | 1001011 | 101000111 | 1011000 | 1101 |
Color Harmonies of #3F0424
Complementary color
Monochromatic Colors of #3F0424
Black with #3F0424
Text Example
Text Example
White with #3F0424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0424; }
p { color: rgb(63,4,36); }
H1.HeaderClassName
{
color: #3F0424;
}
.AnyTagClassName
{
color: #3F0424;
}
</style>
background-color css
<style>
a { background-color: #3F0424; }
a { background-color: rgb(63,4,36); }
div.DivClassName
{
background-color: #3F0424;
}
.BgClassName
{
background-color: #3F0424;
}
</style>
border-color css
<style>
span { border-color: #3F0424; }
span { border-color: rgb(63,4,36); }
td.TdClassName
{
border-color: #3F0424;
}
.TagClassName
{
border-color: #3F0424;
}
</style>