Shades of Blackberry #3D172F
Tints of Blackberry #3D172F
RGB
CMYK
RGB Variations
Color information
#3D172F (or 0x3D172F) is known color: Blackberry. HEX triplet: 3D, 17 and 2F. RGB value is (61,23,47). Sum of RGB (Red+Green+Blue) = 61+23+47=131 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.56% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 61 - color contains mainly: red. Hex color #3D172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D172F is #C2E8D0. Grayscale: #252525. Windows color (decimal): -12773585 or 3086141. OLE color: 3086141.
HSL color Cylindrical-coordinate representation of color #3D172F: hue angle of 322.11º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D172F is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 23 | 47 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.76 |
| HSL | 322.11º | 0.45% | 0.16% | - |
| HSV(B) | 322.11º | 0.62% | 0.24% | - |
| XYZ | 2.74 | 1.81 | 2.89 | - |
| YUV | 37.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 23 | 47 | 0 | 0.62 | 0.23 | 0.76 | 322.11 | 0.45 | 0.16 |
| Hex | 3D | 17 | 2F | 0 | 3E | 17 | 4C | 142 | 2D | 10 |
| Octal | 75 | 27 | 57 | 0 | 76 | 27 | 114 | 502 | 55 | 20 |
| Binary | 111101 | 10111 | 101111 | 0 | 111110 | 10111 | 1001100 | 101000010 | 101101 | 10000 |
Color Harmonies of #3D172F
Complementary color
Monochromatic Colors of #3D172F
Black with #3D172F
Text Example
Text Example
White with #3D172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D172F; }
p { color: rgb(61,23,47); }
H1.HeaderClassName
{
color: #3D172F;
}
.AnyTagClassName
{
color: #3D172F;
}
</style>
background-color css
<style>
a { background-color: #3D172F; }
a { background-color: rgb(61,23,47); }
div.DivClassName
{
background-color: #3D172F;
}
.BgClassName
{
background-color: #3D172F;
}
</style>
border-color css
<style>
span { border-color: #3D172F; }
span { border-color: rgb(61,23,47); }
td.TdClassName
{
border-color: #3D172F;
}
.TagClassName
{
border-color: #3D172F;
}
</style>