Shades of Blackberry #3F022A
Tints of Blackberry #3F022A
RGB
CMYK
RGB Variations
Color information
#3F022A (or 0x3F022A) is known color: Blackberry. HEX triplet: 3F, 02 and 2A. RGB value is (63,2,42). Sum of RGB (Red+Green+Blue) = 63+2+42=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F022A is #C0FDD5. Grayscale: #181818. Windows color (decimal): -12647894 or 2753087. OLE color: 2753087.
HSL color Cylindrical-coordinate representation of color #3F022A: hue angle of 320.66º 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 #3F022A is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 2 | 42 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.75 |
| HSL | 320.66º | 0.94% | 0.13% | - |
| HSV(B) | 320.66º | 0.97% | 0.25% | - |
| XYZ | 2.49 | 1.27 | 2.3 | - |
| YUV | 24.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 42 | 0 | 0.97 | 0.33 | 0.75 | 320.66 | 0.94 | 0.13 |
| Hex | 3F | 2 | 2A | 0 | 61 | 21 | 4B | 141 | 5E | D |
| Octal | 77 | 2 | 52 | 0 | 141 | 41 | 113 | 501 | 136 | 15 |
| Binary | 111111 | 10 | 101010 | 0 | 1100001 | 100001 | 1001011 | 101000001 | 1011110 | 1101 |
Color Harmonies of #3F022A
Complementary color
Monochromatic Colors of #3F022A
Black with #3F022A
Text Example
Text Example
White with #3F022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F022A; }
p { color: rgb(63,2,42); }
H1.HeaderClassName
{
color: #3F022A;
}
.AnyTagClassName
{
color: #3F022A;
}
</style>
background-color css
<style>
a { background-color: #3F022A; }
a { background-color: rgb(63,2,42); }
div.DivClassName
{
background-color: #3F022A;
}
.BgClassName
{
background-color: #3F022A;
}
</style>
border-color css
<style>
span { border-color: #3F022A; }
span { border-color: rgb(63,2,42); }
td.TdClassName
{
border-color: #3F022A;
}
.TagClassName
{
border-color: #3F022A;
}
</style>