Shades of Blackberry #3D0F2D
Tints of Blackberry #3D0F2D
RGB
CMYK
RGB Variations
Color information
#3D0F2D (or 0x3D0F2D) is known color: Blackberry. HEX triplet: 3D, 0F and 2D. RGB value is (61,15,45). Sum of RGB (Red+Green+Blue) = 61+15+45=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0F2D is #C2F0D2. Grayscale: #202020. Windows color (decimal): -12775635 or 2953021. OLE color: 2953021.
HSL color Cylindrical-coordinate representation of color #3D0F2D: hue angle of 320.87º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D0F2D is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 15 | 45 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.76 |
| HSL | 320.87º | 0.61% | 0.15% | - |
| HSV(B) | 320.87º | 0.75% | 0.24% | - |
| XYZ | 2.57 | 1.52 | 2.64 | - |
| YUV | 32.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 15 | 45 | 0 | 0.75 | 0.26 | 0.76 | 320.87 | 0.61 | 0.15 |
| Hex | 3D | F | 2D | 0 | 4B | 1A | 4C | 141 | 3D | F |
| Octal | 75 | 17 | 55 | 0 | 113 | 32 | 114 | 501 | 75 | 17 |
| Binary | 111101 | 1111 | 101101 | 0 | 1001011 | 11010 | 1001100 | 101000001 | 111101 | 1111 |
Color Harmonies of #3D0F2D
Complementary color
Monochromatic Colors of #3D0F2D
Black with #3D0F2D
Text Example
Text Example
White with #3D0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0F2D; }
p { color: rgb(61,15,45); }
H1.HeaderClassName
{
color: #3D0F2D;
}
.AnyTagClassName
{
color: #3D0F2D;
}
</style>
background-color css
<style>
a { background-color: #3D0F2D; }
a { background-color: rgb(61,15,45); }
div.DivClassName
{
background-color: #3D0F2D;
}
.BgClassName
{
background-color: #3D0F2D;
}
</style>
border-color css
<style>
span { border-color: #3D0F2D; }
span { border-color: rgb(61,15,45); }
td.TdClassName
{
border-color: #3D0F2D;
}
.TagClassName
{
border-color: #3D0F2D;
}
</style>