Shades of Blackberry #3D0431
Tints of Blackberry #3D0431
RGB
CMYK
RGB Variations
Color information
#3D0431 (or 0x3D0431) is known color: Blackberry. HEX triplet: 3D, 04 and 31. RGB value is (61,4,49). Sum of RGB (Red+Green+Blue) = 61+4+49=114 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.51% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0431 is #C2FBCE. Grayscale: #1A1A1A. Windows color (decimal): -12778447 or 3212349. OLE color: 3212349.
HSL color Cylindrical-coordinate representation of color #3D0431: hue angle of 312.63º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D0431 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 4 | 49 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.76 |
| HSL | 312.63º | 0.88% | 0.13% | - |
| HSV(B) | 312.63º | 0.93% | 0.24% | - |
| XYZ | 2.52 | 1.3 | 3.02 | - |
| YUV | 26.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 49 | 0 | 0.93 | 0.20 | 0.76 | 312.63 | 0.88 | 0.13 |
| Hex | 3D | 4 | 31 | 0 | 5D | 14 | 4C | 139 | 58 | D |
| Octal | 75 | 4 | 61 | 0 | 135 | 24 | 114 | 471 | 130 | 15 |
| Binary | 111101 | 100 | 110001 | 0 | 1011101 | 10100 | 1001100 | 100111001 | 1011000 | 1101 |
Color Harmonies of #3D0431
Complementary color
Monochromatic Colors of #3D0431
Black with #3D0431
Text Example
Text Example
White with #3D0431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0431; }
p { color: rgb(61,4,49); }
H1.HeaderClassName
{
color: #3D0431;
}
.AnyTagClassName
{
color: #3D0431;
}
</style>
background-color css
<style>
a { background-color: #3D0431; }
a { background-color: rgb(61,4,49); }
div.DivClassName
{
background-color: #3D0431;
}
.BgClassName
{
background-color: #3D0431;
}
</style>
border-color css
<style>
span { border-color: #3D0431; }
span { border-color: rgb(61,4,49); }
td.TdClassName
{
border-color: #3D0431;
}
.TagClassName
{
border-color: #3D0431;
}
</style>