Shades of Blackberry #3F0222
Tints of Blackberry #3F0222
RGB
CMYK
RGB Variations
Color information
#3F0222 (or 0x3F0222) is known color: Blackberry. HEX triplet: 3F, 02 and 22. RGB value is (63,2,34). Sum of RGB (Red+Green+Blue) = 63+2+34=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 34 (13.67% from 255 or 34.34% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0222 is #C0FDDD. Grayscale: #171717. Windows color (decimal): -12647902 or 2228799. OLE color: 2228799.
HSL color Cylindrical-coordinate representation of color #3F0222: hue angle of 328.52º 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 #3F0222 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 2 | 34 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.75 |
| HSL | 328.52º | 0.94% | 0.13% | - |
| HSV(B) | 328.52º | 0.97% | 0.25% | - |
| XYZ | 2.36 | 1.22 | 1.62 | - |
| YUV | 23.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 34 | 0 | 0.97 | 0.46 | 0.75 | 328.52 | 0.94 | 0.13 |
| Hex | 3F | 2 | 22 | 0 | 61 | 2E | 4B | 149 | 5E | D |
| Octal | 77 | 2 | 42 | 0 | 141 | 56 | 113 | 511 | 136 | 15 |
| Binary | 111111 | 10 | 100010 | 0 | 1100001 | 101110 | 1001011 | 101001001 | 1011110 | 1101 |
Color Harmonies of #3F0222
Complementary color
Monochromatic Colors of #3F0222
Black with #3F0222
Text Example
Text Example
White with #3F0222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0222; }
p { color: rgb(63,2,34); }
H1.HeaderClassName
{
color: #3F0222;
}
.AnyTagClassName
{
color: #3F0222;
}
</style>
background-color css
<style>
a { background-color: #3F0222; }
a { background-color: rgb(63,2,34); }
div.DivClassName
{
background-color: #3F0222;
}
.BgClassName
{
background-color: #3F0222;
}
</style>
border-color css
<style>
span { border-color: #3F0222; }
span { border-color: rgb(63,2,34); }
td.TdClassName
{
border-color: #3F0222;
}
.TagClassName
{
border-color: #3F0222;
}
</style>