Shades of Blackberry #3D072C
Tints of Blackberry #3D072C
RGB
CMYK
RGB Variations
Color information
#3D072C (or 0x3D072C) is known color: Blackberry. HEX triplet: 3D, 07 and 2C. RGB value is (61,7,44). Sum of RGB (Red+Green+Blue) = 61+7+44=112 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.46% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 61 - color contains mainly: red. Hex color #3D072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D072C is #C2F8D3. Grayscale: #1B1B1B. Windows color (decimal): -12777684 or 2885437. OLE color: 2885437.
HSL color Cylindrical-coordinate representation of color #3D072C: hue angle of 318.89º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D072C is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 7 | 44 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.76 |
| HSL | 318.89º | 0.79% | 0.13% | - |
| HSV(B) | 318.89º | 0.89% | 0.24% | - |
| XYZ | 2.46 | 1.33 | 2.51 | - |
| YUV | 27.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 44 | 0 | 0.89 | 0.28 | 0.76 | 318.89 | 0.79 | 0.13 |
| Hex | 3D | 7 | 2C | 0 | 59 | 1C | 4C | 13F | 4F | D |
| Octal | 75 | 7 | 54 | 0 | 131 | 34 | 114 | 477 | 117 | 15 |
| Binary | 111101 | 111 | 101100 | 0 | 1011001 | 11100 | 1001100 | 100111111 | 1001111 | 1101 |
Color Harmonies of #3D072C
Complementary color
Monochromatic Colors of #3D072C
Black with #3D072C
Text Example
Text Example
White with #3D072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D072C; }
p { color: rgb(61,7,44); }
H1.HeaderClassName
{
color: #3D072C;
}
.AnyTagClassName
{
color: #3D072C;
}
</style>
background-color css
<style>
a { background-color: #3D072C; }
a { background-color: rgb(61,7,44); }
div.DivClassName
{
background-color: #3D072C;
}
.BgClassName
{
background-color: #3D072C;
}
</style>
border-color css
<style>
span { border-color: #3D072C; }
span { border-color: rgb(61,7,44); }
td.TdClassName
{
border-color: #3D072C;
}
.TagClassName
{
border-color: #3D072C;
}
</style>