Shades of Blackberry #3D0420
Tints of Blackberry #3D0420
RGB
CMYK
RGB Variations
Color information
#3D0420 (or 0x3D0420) is known color: Blackberry. HEX triplet: 3D, 04 and 20. RGB value is (61,4,32). Sum of RGB (Red+Green+Blue) = 61+4+32=97 (12% of max value = 765). Red value is 61 (24.22% from 255 or 62.89% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0420 is #C2FBDF. Grayscale: #181818. Windows color (decimal): -12778464 or 2098237. OLE color: 2098237.
HSL color Cylindrical-coordinate representation of color #3D0420: hue angle of 330.53º 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 #3D0420 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 4 | 32 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.76 |
| HSL | 330.53º | 0.88% | 0.13% | - |
| HSV(B) | 330.53º | 0.93% | 0.24% | - |
| XYZ | 2.23 | 1.18 | 1.48 | - |
| YUV | 24.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 32 | 0 | 0.93 | 0.48 | 0.76 | 330.53 | 0.88 | 0.13 |
| Hex | 3D | 4 | 20 | 0 | 5D | 30 | 4C | 14B | 58 | D |
| Octal | 75 | 4 | 40 | 0 | 135 | 60 | 114 | 513 | 130 | 15 |
| Binary | 111101 | 100 | 100000 | 0 | 1011101 | 110000 | 1001100 | 101001011 | 1011000 | 1101 |
Color Harmonies of #3D0420
Complementary color
Monochromatic Colors of #3D0420
Black with #3D0420
Text Example
Text Example
White with #3D0420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0420; }
p { color: rgb(61,4,32); }
H1.HeaderClassName
{
color: #3D0420;
}
.AnyTagClassName
{
color: #3D0420;
}
</style>
background-color css
<style>
a { background-color: #3D0420; }
a { background-color: rgb(61,4,32); }
div.DivClassName
{
background-color: #3D0420;
}
.BgClassName
{
background-color: #3D0420;
}
</style>
border-color css
<style>
span { border-color: #3D0420; }
span { border-color: rgb(61,4,32); }
td.TdClassName
{
border-color: #3D0420;
}
.TagClassName
{
border-color: #3D0420;
}
</style>