Shades of Blackberry #3F002B
Tints of Blackberry #3F002B
RGB
CMYK
RGB Variations
Color information
#3F002B (or 0x3F002B) is known color: Blackberry. HEX triplet: 3F, 00 and 2B. RGB value is (63,0,43). Sum of RGB (Red+Green+Blue) = 63+0+43=106 (14% of max value = 765). Red value is 63 (25% from 255 or 59.43% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 63 - color contains mainly: red. Hex color #3F002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F002B is #C0FFD4. Grayscale: #171717. Windows color (decimal): -12648405 or 2818111. OLE color: 2818111.
HSL color Cylindrical-coordinate representation of color #3F002B: hue angle of 319.05º 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 #3F002B is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.32 | 0.75 |
| HSL | 319.05º | 1% | 0.12% | - |
| HSV(B) | 319.05º | 1% | 0.25% | - |
| XYZ | 2.49 | 1.23 | 2.39 | - |
| YUV | 23.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 43 | 0 | 1 | 0.32 | 0.75 | 319.05 | 1 | 0.12 |
| Hex | 3F | 0 | 2B | 0 | 64 | 20 | 4B | 13F | 64 | C |
| Octal | 77 | 0 | 53 | 0 | 144 | 40 | 113 | 477 | 144 | 14 |
| Binary | 111111 | 0 | 101011 | 0 | 1100100 | 100000 | 1001011 | 100111111 | 1100100 | 1100 |
Color Harmonies of #3F002B
Complementary color
Monochromatic Colors of #3F002B
Black with #3F002B
Text Example
Text Example
White with #3F002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F002B; }
p { color: rgb(63,0,43); }
H1.HeaderClassName
{
color: #3F002B;
}
.AnyTagClassName
{
color: #3F002B;
}
</style>
background-color css
<style>
a { background-color: #3F002B; }
a { background-color: rgb(63,0,43); }
div.DivClassName
{
background-color: #3F002B;
}
.BgClassName
{
background-color: #3F002B;
}
</style>
border-color css
<style>
span { border-color: #3F002B; }
span { border-color: rgb(63,0,43); }
td.TdClassName
{
border-color: #3F002B;
}
.TagClassName
{
border-color: #3F002B;
}
</style>