Shades of Blackberry #3D071C
Tints of Blackberry #3D071C
RGB
CMYK
RGB Variations
Color information
#3D071C (or 0x3D071C) is known color: Blackberry. HEX triplet: 3D, 07 and 1C. RGB value is (61,7,28). Sum of RGB (Red+Green+Blue) = 61+7+28=96 (12% of max value = 765). Red value is 61 (24.22% from 255 or 63.54% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 61 - color contains mainly: red. Hex color #3D071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D071C is #C2F8E3. Grayscale: #191919. Windows color (decimal): -12777700 or 1836861. OLE color: 1836861.
HSL color Cylindrical-coordinate representation of color #3D071C: hue angle of 336.67º 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 #3D071C is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 7 | 28 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.76 |
| HSL | 336.67º | 0.79% | 0.13% | - |
| HSV(B) | 336.67º | 0.89% | 0.24% | - |
| XYZ | 2.21 | 1.23 | 1.22 | - |
| YUV | 25.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 28 | 0 | 0.89 | 0.54 | 0.76 | 336.67 | 0.79 | 0.13 |
| Hex | 3D | 7 | 1C | 0 | 59 | 36 | 4C | 151 | 4F | D |
| Octal | 75 | 7 | 34 | 0 | 131 | 66 | 114 | 521 | 117 | 15 |
| Binary | 111101 | 111 | 11100 | 0 | 1011001 | 110110 | 1001100 | 101010001 | 1001111 | 1101 |
Color Harmonies of #3D071C
Complementary color
Monochromatic Colors of #3D071C
Black with #3D071C
Text Example
Text Example
White with #3D071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D071C; }
p { color: rgb(61,7,28); }
H1.HeaderClassName
{
color: #3D071C;
}
.AnyTagClassName
{
color: #3D071C;
}
</style>
background-color css
<style>
a { background-color: #3D071C; }
a { background-color: rgb(61,7,28); }
div.DivClassName
{
background-color: #3D071C;
}
.BgClassName
{
background-color: #3D071C;
}
</style>
border-color css
<style>
span { border-color: #3D071C; }
span { border-color: rgb(61,7,28); }
td.TdClassName
{
border-color: #3D071C;
}
.TagClassName
{
border-color: #3D071C;
}
</style>