Shades of Blackberry #3F0422
Tints of Blackberry #3F0422
RGB
CMYK
RGB Variations
Color information
#3F0422 (or 0x3F0422) is known color: Blackberry. HEX triplet: 3F, 04 and 22. RGB value is (63,4,34). Sum of RGB (Red+Green+Blue) = 63+4+34=101 (13% of max value = 765). Red value is 63 (25% from 255 or 62.38% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0422 is #C0FBDD. Grayscale: #191919. Windows color (decimal): -12647390 or 2229311. OLE color: 2229311.
HSL color Cylindrical-coordinate representation of color #3F0422: hue angle of 329.49º 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 #3F0422 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 4 | 34 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.75 |
| HSL | 329.49º | 0.88% | 0.13% | - |
| HSV(B) | 329.49º | 0.94% | 0.25% | - |
| XYZ | 2.38 | 1.26 | 1.63 | - |
| YUV | 25.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 34 | 0 | 0.94 | 0.46 | 0.75 | 329.49 | 0.88 | 0.13 |
| Hex | 3F | 4 | 22 | 0 | 5E | 2E | 4B | 149 | 58 | D |
| Octal | 77 | 4 | 42 | 0 | 136 | 56 | 113 | 511 | 130 | 15 |
| Binary | 111111 | 100 | 100010 | 0 | 1011110 | 101110 | 1001011 | 101001001 | 1011000 | 1101 |
Color Harmonies of #3F0422
Complementary color
Monochromatic Colors of #3F0422
Black with #3F0422
Text Example
Text Example
White with #3F0422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0422; }
p { color: rgb(63,4,34); }
H1.HeaderClassName
{
color: #3F0422;
}
.AnyTagClassName
{
color: #3F0422;
}
</style>
background-color css
<style>
a { background-color: #3F0422; }
a { background-color: rgb(63,4,34); }
div.DivClassName
{
background-color: #3F0422;
}
.BgClassName
{
background-color: #3F0422;
}
</style>
border-color css
<style>
span { border-color: #3F0422; }
span { border-color: rgb(63,4,34); }
td.TdClassName
{
border-color: #3F0422;
}
.TagClassName
{
border-color: #3F0422;
}
</style>