Shades of Blackberry #3F1A30
Tints of Blackberry #3F1A30
RGB
CMYK
RGB Variations
Color information
#3F1A30 (or 0x3F1A30) is known color: Blackberry. HEX triplet: 3F, 1A and 30. RGB value is (63,26,48). Sum of RGB (Red+Green+Blue) = 63+26+48=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1A30 is #C0E5CF. Grayscale: #272727. Windows color (decimal): -12641744 or 3152447. OLE color: 3152447.
HSL color Cylindrical-coordinate representation of color #3F1A30: hue angle of 324.32º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F1A30 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 26 | 48 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.75 |
| HSL | 324.32º | 0.42% | 0.17% | - |
| HSV(B) | 324.32º | 0.59% | 0.25% | - |
| XYZ | 2.95 | 2.01 | 3.03 | - |
| YUV | 39.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 26 | 48 | 0 | 0.59 | 0.24 | 0.75 | 324.32 | 0.42 | 0.17 |
| Hex | 3F | 1A | 30 | 0 | 3B | 18 | 4B | 144 | 2A | 11 |
| Octal | 77 | 32 | 60 | 0 | 73 | 30 | 113 | 504 | 52 | 21 |
| Binary | 111111 | 11010 | 110000 | 0 | 111011 | 11000 | 1001011 | 101000100 | 101010 | 10001 |
Color Harmonies of #3F1A30
Complementary color
Monochromatic Colors of #3F1A30
Black with #3F1A30
Text Example
Text Example
White with #3F1A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1A30; }
p { color: rgb(63,26,48); }
H1.HeaderClassName
{
color: #3F1A30;
}
.AnyTagClassName
{
color: #3F1A30;
}
</style>
background-color css
<style>
a { background-color: #3F1A30; }
a { background-color: rgb(63,26,48); }
div.DivClassName
{
background-color: #3F1A30;
}
.BgClassName
{
background-color: #3F1A30;
}
</style>
border-color css
<style>
span { border-color: #3F1A30; }
span { border-color: rgb(63,26,48); }
td.TdClassName
{
border-color: #3F1A30;
}
.TagClassName
{
border-color: #3F1A30;
}
</style>