Shades of Blackberry #3F2234
Tints of Blackberry #3F2234
RGB
CMYK
RGB Variations
Color information
#3F2234 (or 0x3F2234) is known color: Blackberry. HEX triplet: 3F, 22 and 34. RGB value is (63,34,52). Sum of RGB (Red+Green+Blue) = 63+34+52=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2234 is #C0DDCB. Grayscale: #2C2C2C. Windows color (decimal): -12639692 or 3416639. OLE color: 3416639.
HSL color Cylindrical-coordinate representation of color #3F2234: hue angle of 322.76º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F2234 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 34 | 52 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.75 |
| HSL | 322.76º | 0.3% | 0.19% | - |
| HSV(B) | 322.76º | 0.46% | 0.25% | - |
| XYZ | 3.24 | 2.45 | 3.55 | - |
| YUV | 44.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 52 | 0 | 0.46 | 0.17 | 0.75 | 322.76 | 0.3 | 0.19 |
| Hex | 3F | 22 | 34 | 0 | 2E | 11 | 4B | 143 | 1E | 13 |
| Octal | 77 | 42 | 64 | 0 | 56 | 21 | 113 | 503 | 36 | 23 |
| Binary | 111111 | 100010 | 110100 | 0 | 101110 | 10001 | 1001011 | 101000011 | 11110 | 10011 |
Color Harmonies of #3F2234
Complementary color
Monochromatic Colors of #3F2234
Black with #3F2234
Text Example
Text Example
White with #3F2234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2234; }
p { color: rgb(63,34,52); }
H1.HeaderClassName
{
color: #3F2234;
}
.AnyTagClassName
{
color: #3F2234;
}
</style>
background-color css
<style>
a { background-color: #3F2234; }
a { background-color: rgb(63,34,52); }
div.DivClassName
{
background-color: #3F2234;
}
.BgClassName
{
background-color: #3F2234;
}
</style>
border-color css
<style>
span { border-color: #3F2234; }
span { border-color: rgb(63,34,52); }
td.TdClassName
{
border-color: #3F2234;
}
.TagClassName
{
border-color: #3F2234;
}
</style>