Shades of Blackberry #3D071B
Tints of Blackberry #3D071B
RGB
CMYK
RGB Variations
Color information
#3D071B (or 0x3D071B) is known color: Blackberry. HEX triplet: 3D, 07 and 1B. RGB value is (61,7,27). Sum of RGB (Red+Green+Blue) = 61+7+27=95 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.21% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 61 - color contains mainly: red. Hex color #3D071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D071B is #C2F8E4. Grayscale: #191919. Windows color (decimal): -12777701 or 1771325. OLE color: 1771325.
HSL color Cylindrical-coordinate representation of color #3D071B: hue angle of 337.78º 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 #3D071B is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 7 | 27 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.76 |
| HSL | 337.78º | 0.79% | 0.13% | - |
| HSV(B) | 337.78º | 0.89% | 0.24% | - |
| XYZ | 2.2 | 1.22 | 1.16 | - |
| YUV | 25.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 27 | 0 | 0.89 | 0.56 | 0.76 | 337.78 | 0.79 | 0.13 |
| Hex | 3D | 7 | 1B | 0 | 59 | 38 | 4C | 152 | 4F | D |
| Octal | 75 | 7 | 33 | 0 | 131 | 70 | 114 | 522 | 117 | 15 |
| Binary | 111101 | 111 | 11011 | 0 | 1011001 | 111000 | 1001100 | 101010010 | 1001111 | 1101 |
Color Harmonies of #3D071B
Complementary color
Monochromatic Colors of #3D071B
Black with #3D071B
Text Example
Text Example
White with #3D071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D071B; }
p { color: rgb(61,7,27); }
H1.HeaderClassName
{
color: #3D071B;
}
.AnyTagClassName
{
color: #3D071B;
}
</style>
background-color css
<style>
a { background-color: #3D071B; }
a { background-color: rgb(61,7,27); }
div.DivClassName
{
background-color: #3D071B;
}
.BgClassName
{
background-color: #3D071B;
}
</style>
border-color css
<style>
span { border-color: #3D071B; }
span { border-color: rgb(61,7,27); }
td.TdClassName
{
border-color: #3D071B;
}
.TagClassName
{
border-color: #3D071B;
}
</style>