Shades of Blackberry #3D182B
Tints of Blackberry #3D182B
RGB
CMYK
RGB Variations
Color information
#3D182B (or 0x3D182B) is known color: Blackberry. HEX triplet: 3D, 18 and 2B. RGB value is (61,24,43). Sum of RGB (Red+Green+Blue) = 61+24+43=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D182B is #C2E7D4. Grayscale: #252525. Windows color (decimal): -12773333 or 2824253. OLE color: 2824253.
HSL color Cylindrical-coordinate representation of color #3D182B: hue angle of 329.19º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D182B is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 24 | 43 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.76 |
| HSL | 329.19º | 0.44% | 0.17% | - |
| HSV(B) | 329.19º | 0.61% | 0.24% | - |
| XYZ | 2.69 | 1.82 | 2.5 | - |
| YUV | 37.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 43 | 0 | 0.61 | 0.30 | 0.76 | 329.19 | 0.44 | 0.17 |
| Hex | 3D | 18 | 2B | 0 | 3D | 1E | 4C | 149 | 2C | 11 |
| Octal | 75 | 30 | 53 | 0 | 75 | 36 | 114 | 511 | 54 | 21 |
| Binary | 111101 | 11000 | 101011 | 0 | 111101 | 11110 | 1001100 | 101001001 | 101100 | 10001 |
Color Harmonies of #3D182B
Complementary color
Monochromatic Colors of #3D182B
Black with #3D182B
Text Example
Text Example
White with #3D182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D182B; }
p { color: rgb(61,24,43); }
H1.HeaderClassName
{
color: #3D182B;
}
.AnyTagClassName
{
color: #3D182B;
}
</style>
background-color css
<style>
a { background-color: #3D182B; }
a { background-color: rgb(61,24,43); }
div.DivClassName
{
background-color: #3D182B;
}
.BgClassName
{
background-color: #3D182B;
}
</style>
border-color css
<style>
span { border-color: #3D182B; }
span { border-color: rgb(61,24,43); }
td.TdClassName
{
border-color: #3D182B;
}
.TagClassName
{
border-color: #3D182B;
}
</style>