Shades of Blackberry #3F022D
Tints of Blackberry #3F022D
RGB
CMYK
RGB Variations
Color information
#3F022D (or 0x3F022D) is known color: Blackberry. HEX triplet: 3F, 02 and 2D. RGB value is (63,2,45). Sum of RGB (Red+Green+Blue) = 63+2+45=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F022D is #C0FDD2. Grayscale: #191919. Windows color (decimal): -12647891 or 2949695. OLE color: 2949695.
HSL color Cylindrical-coordinate representation of color #3F022D: hue angle of 317.7º 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 #3F022D is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 2 | 45 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.75 |
| HSL | 317.7º | 0.94% | 0.13% | - |
| HSV(B) | 317.7º | 0.97% | 0.25% | - |
| XYZ | 2.55 | 1.29 | 2.6 | - |
| YUV | 25.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 45 | 0 | 0.97 | 0.29 | 0.75 | 317.7 | 0.94 | 0.13 |
| Hex | 3F | 2 | 2D | 0 | 61 | 1D | 4B | 13E | 5E | D |
| Octal | 77 | 2 | 55 | 0 | 141 | 35 | 113 | 476 | 136 | 15 |
| Binary | 111111 | 10 | 101101 | 0 | 1100001 | 11101 | 1001011 | 100111110 | 1011110 | 1101 |
Color Harmonies of #3F022D
Complementary color
Monochromatic Colors of #3F022D
Black with #3F022D
Text Example
Text Example
White with #3F022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F022D; }
p { color: rgb(63,2,45); }
H1.HeaderClassName
{
color: #3F022D;
}
.AnyTagClassName
{
color: #3F022D;
}
</style>
background-color css
<style>
a { background-color: #3F022D; }
a { background-color: rgb(63,2,45); }
div.DivClassName
{
background-color: #3F022D;
}
.BgClassName
{
background-color: #3F022D;
}
</style>
border-color css
<style>
span { border-color: #3F022D; }
span { border-color: rgb(63,2,45); }
td.TdClassName
{
border-color: #3F022D;
}
.TagClassName
{
border-color: #3F022D;
}
</style>