Shades of Blackberry #3F0022
Tints of Blackberry #3F0022
RGB
CMYK
RGB Variations
Color information
#3F0022 (or 0x3F0022) is known color: Blackberry. HEX triplet: 3F, 00 and 22. RGB value is (63,0,34). Sum of RGB (Red+Green+Blue) = 63+0+34=97 (12% of max value = 765). Red value is 63 (25% from 255 or 64.95% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 34 (13.67% from 255 or 35.05% from 97); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0022 is #C0FFDD. Grayscale: #161616. Windows color (decimal): -12648414 or 2228287. OLE color: 2228287.
HSL color Cylindrical-coordinate representation of color #3F0022: hue angle of 327.62º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0022 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.46 | 0.75 |
| HSL | 327.62º | 1% | 0.12% | - |
| HSV(B) | 327.62º | 1% | 0.25% | - |
| XYZ | 2.34 | 1.17 | 1.62 | - |
| YUV | 22.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 34 | 0 | 1 | 0.46 | 0.75 | 327.62 | 1 | 0.12 |
| Hex | 3F | 0 | 22 | 0 | 64 | 2E | 4B | 148 | 64 | C |
| Octal | 77 | 0 | 42 | 0 | 144 | 56 | 113 | 510 | 144 | 14 |
| Binary | 111111 | 0 | 100010 | 0 | 1100100 | 101110 | 1001011 | 101001000 | 1100100 | 1100 |
Color Harmonies of #3F0022
Complementary color
Monochromatic Colors of #3F0022
Black with #3F0022
Text Example
Text Example
White with #3F0022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0022; }
p { color: rgb(63,0,34); }
H1.HeaderClassName
{
color: #3F0022;
}
.AnyTagClassName
{
color: #3F0022;
}
</style>
background-color css
<style>
a { background-color: #3F0022; }
a { background-color: rgb(63,0,34); }
div.DivClassName
{
background-color: #3F0022;
}
.BgClassName
{
background-color: #3F0022;
}
</style>
border-color css
<style>
span { border-color: #3F0022; }
span { border-color: rgb(63,0,34); }
td.TdClassName
{
border-color: #3F0022;
}
.TagClassName
{
border-color: #3F0022;
}
</style>