Shades of Blackberry #3F092D
Tints of Blackberry #3F092D
RGB
CMYK
RGB Variations
Color information
#3F092D (or 0x3F092D) is known color: Blackberry. HEX triplet: 3F, 09 and 2D. RGB value is (63,9,45). Sum of RGB (Red+Green+Blue) = 63+9+45=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F092D is #C0F6D2. Grayscale: #1D1D1D. Windows color (decimal): -12646099 or 2951487. OLE color: 2951487.
HSL color Cylindrical-coordinate representation of color #3F092D: hue angle of 320º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F092D is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 45 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.75 |
| HSL | 320º | 0.75% | 0.14% | - |
| HSV(B) | 320º | 0.86% | 0.25% | - |
| XYZ | 2.62 | 1.44 | 2.62 | - |
| YUV | 29.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 45 | 0 | 0.86 | 0.29 | 0.75 | 320 | 0.75 | 0.14 |
| Hex | 3F | 9 | 2D | 0 | 56 | 1D | 4B | 140 | 4B | E |
| Octal | 77 | 11 | 55 | 0 | 126 | 35 | 113 | 500 | 113 | 16 |
| Binary | 111111 | 1001 | 101101 | 0 | 1010110 | 11101 | 1001011 | 101000000 | 1001011 | 1110 |
Color Harmonies of #3F092D
Complementary color
Monochromatic Colors of #3F092D
Black with #3F092D
Text Example
Text Example
White with #3F092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F092D; }
p { color: rgb(63,9,45); }
H1.HeaderClassName
{
color: #3F092D;
}
.AnyTagClassName
{
color: #3F092D;
}
</style>
background-color css
<style>
a { background-color: #3F092D; }
a { background-color: rgb(63,9,45); }
div.DivClassName
{
background-color: #3F092D;
}
.BgClassName
{
background-color: #3F092D;
}
</style>
border-color css
<style>
span { border-color: #3F092D; }
span { border-color: rgb(63,9,45); }
td.TdClassName
{
border-color: #3F092D;
}
.TagClassName
{
border-color: #3F092D;
}
</style>