Shades of Blackberry #3F0224
Tints of Blackberry #3F0224
RGB
CMYK
RGB Variations
Color information
#3F0224 (or 0x3F0224) is known color: Blackberry. HEX triplet: 3F, 02 and 24. RGB value is (63,2,36). Sum of RGB (Red+Green+Blue) = 63+2+36=101 (13% of max value = 765). Red value is 63 (25% from 255 or 62.38% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0224 is #C0FDDB. Grayscale: #181818. Windows color (decimal): -12647900 or 2359871. OLE color: 2359871.
HSL color Cylindrical-coordinate representation of color #3F0224: hue angle of 326.56º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0224 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 2 | 36 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.75 |
| HSL | 326.56º | 0.94% | 0.13% | - |
| HSV(B) | 326.56º | 0.97% | 0.25% | - |
| XYZ | 2.39 | 1.23 | 1.78 | - |
| YUV | 24.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 36 | 0 | 0.97 | 0.43 | 0.75 | 326.56 | 0.94 | 0.13 |
| Hex | 3F | 2 | 24 | 0 | 61 | 2B | 4B | 147 | 5E | D |
| Octal | 77 | 2 | 44 | 0 | 141 | 53 | 113 | 507 | 136 | 15 |
| Binary | 111111 | 10 | 100100 | 0 | 1100001 | 101011 | 1001011 | 101000111 | 1011110 | 1101 |
Color Harmonies of #3F0224
Complementary color
Monochromatic Colors of #3F0224
Black with #3F0224
Text Example
Text Example
White with #3F0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0224; }
p { color: rgb(63,2,36); }
H1.HeaderClassName
{
color: #3F0224;
}
.AnyTagClassName
{
color: #3F0224;
}
</style>
background-color css
<style>
a { background-color: #3F0224; }
a { background-color: rgb(63,2,36); }
div.DivClassName
{
background-color: #3F0224;
}
.BgClassName
{
background-color: #3F0224;
}
</style>
border-color css
<style>
span { border-color: #3F0224; }
span { border-color: rgb(63,2,36); }
td.TdClassName
{
border-color: #3F0224;
}
.TagClassName
{
border-color: #3F0224;
}
</style>