Shades of Blackberry #3F1930
Tints of Blackberry #3F1930
RGB
CMYK
RGB Variations
Color information
#3F1930 (or 0x3F1930) is known color: Blackberry. HEX triplet: 3F, 19 and 30. RGB value is (63,25,48). Sum of RGB (Red+Green+Blue) = 63+25+48=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1930 is #C0E6CF. Grayscale: #262626. Windows color (decimal): -12642000 or 3152191. OLE color: 3152191.
HSL color Cylindrical-coordinate representation of color #3F1930: hue angle of 323.68º 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 #3F1930 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 25 | 48 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.75 |
| HSL | 323.68º | 0.43% | 0.17% | - |
| HSV(B) | 323.68º | 0.6% | 0.25% | - |
| XYZ | 2.93 | 1.97 | 3.02 | - |
| YUV | 38.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 48 | 0 | 0.60 | 0.24 | 0.75 | 323.68 | 0.43 | 0.17 |
| Hex | 3F | 19 | 30 | 0 | 3C | 18 | 4B | 144 | 2B | 11 |
| Octal | 77 | 31 | 60 | 0 | 74 | 30 | 113 | 504 | 53 | 21 |
| Binary | 111111 | 11001 | 110000 | 0 | 111100 | 11000 | 1001011 | 101000100 | 101011 | 10001 |
Color Harmonies of #3F1930
Complementary color
Monochromatic Colors of #3F1930
Black with #3F1930
Text Example
Text Example
White with #3F1930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1930; }
p { color: rgb(63,25,48); }
H1.HeaderClassName
{
color: #3F1930;
}
.AnyTagClassName
{
color: #3F1930;
}
</style>
background-color css
<style>
a { background-color: #3F1930; }
a { background-color: rgb(63,25,48); }
div.DivClassName
{
background-color: #3F1930;
}
.BgClassName
{
background-color: #3F1930;
}
</style>
border-color css
<style>
span { border-color: #3F1930; }
span { border-color: rgb(63,25,48); }
td.TdClassName
{
border-color: #3F1930;
}
.TagClassName
{
border-color: #3F1930;
}
</style>