Shades of Blackberry #3D152A
Tints of Blackberry #3D152A
RGB
CMYK
RGB Variations
Color information
#3D152A (or 0x3D152A) is known color: Blackberry. HEX triplet: 3D, 15 and 2A. RGB value is (61,21,42). Sum of RGB (Red+Green+Blue) = 61+21+42=124 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.19% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 61 - color contains mainly: red. Hex color #3D152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D152A is #C2EAD5. Grayscale: #232323. Windows color (decimal): -12774102 or 2757949. OLE color: 2757949.
HSL color Cylindrical-coordinate representation of color #3D152A: hue angle of 328.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D152A is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 21 | 42 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.76 |
| HSL | 328.5º | 0.49% | 0.16% | - |
| HSV(B) | 328.5º | 0.66% | 0.24% | - |
| XYZ | 2.61 | 1.7 | 2.38 | - |
| YUV | 35.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 42 | 0 | 0.66 | 0.31 | 0.76 | 328.5 | 0.49 | 0.16 |
| Hex | 3D | 15 | 2A | 0 | 42 | 1F | 4C | 148 | 31 | 10 |
| Octal | 75 | 25 | 52 | 0 | 102 | 37 | 114 | 510 | 61 | 20 |
| Binary | 111101 | 10101 | 101010 | 0 | 1000010 | 11111 | 1001100 | 101001000 | 110001 | 10000 |
Color Harmonies of #3D152A
Complementary color
Monochromatic Colors of #3D152A
Black with #3D152A
Text Example
Text Example
White with #3D152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D152A; }
p { color: rgb(61,21,42); }
H1.HeaderClassName
{
color: #3D152A;
}
.AnyTagClassName
{
color: #3D152A;
}
</style>
background-color css
<style>
a { background-color: #3D152A; }
a { background-color: rgb(61,21,42); }
div.DivClassName
{
background-color: #3D152A;
}
.BgClassName
{
background-color: #3D152A;
}
</style>
border-color css
<style>
span { border-color: #3D152A; }
span { border-color: rgb(61,21,42); }
td.TdClassName
{
border-color: #3D152A;
}
.TagClassName
{
border-color: #3D152A;
}
</style>