Shades of Blackberry #3F192D
Tints of Blackberry #3F192D
RGB
CMYK
RGB Variations
Color information
#3F192D (or 0x3F192D) is known color: Blackberry. HEX triplet: 3F, 19 and 2D. RGB value is (63,25,45). Sum of RGB (Red+Green+Blue) = 63+25+45=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F192D is #C0E6D2. Grayscale: #262626. Windows color (decimal): -12642003 or 2955583. OLE color: 2955583.
HSL color Cylindrical-coordinate representation of color #3F192D: hue angle of 328.42º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F192D is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 25 | 45 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.75 |
| HSL | 328.42º | 0.43% | 0.17% | - |
| HSV(B) | 328.42º | 0.6% | 0.25% | - |
| XYZ | 2.87 | 1.94 | 2.71 | - |
| YUV | 38.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 45 | 0 | 0.60 | 0.29 | 0.75 | 328.42 | 0.43 | 0.17 |
| Hex | 3F | 19 | 2D | 0 | 3C | 1D | 4B | 148 | 2B | 11 |
| Octal | 77 | 31 | 55 | 0 | 74 | 35 | 113 | 510 | 53 | 21 |
| Binary | 111111 | 11001 | 101101 | 0 | 111100 | 11101 | 1001011 | 101001000 | 101011 | 10001 |
Color Harmonies of #3F192D
Complementary color
Monochromatic Colors of #3F192D
Black with #3F192D
Text Example
Text Example
White with #3F192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F192D; }
p { color: rgb(63,25,45); }
H1.HeaderClassName
{
color: #3F192D;
}
.AnyTagClassName
{
color: #3F192D;
}
</style>
background-color css
<style>
a { background-color: #3F192D; }
a { background-color: rgb(63,25,45); }
div.DivClassName
{
background-color: #3F192D;
}
.BgClassName
{
background-color: #3F192D;
}
</style>
border-color css
<style>
span { border-color: #3F192D; }
span { border-color: rgb(63,25,45); }
td.TdClassName
{
border-color: #3F192D;
}
.TagClassName
{
border-color: #3F192D;
}
</style>