Shades of Blackberry #3D0421
Tints of Blackberry #3D0421
RGB
CMYK
RGB Variations
Color information
#3D0421 (or 0x3D0421) is known color: Blackberry. HEX triplet: 3D, 04 and 21. RGB value is (61,4,33). Sum of RGB (Red+Green+Blue) = 61+4+33=98 (12% of max value = 765). Red value is 61 (24.22% from 255 or 62.24% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0421 is #C2FBDE. Grayscale: #181818. Windows color (decimal): -12778463 or 2163773. OLE color: 2163773.
HSL color Cylindrical-coordinate representation of color #3D0421: hue angle of 329.47º 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 #3D0421 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 4 | 33 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.76 |
| HSL | 329.47º | 0.88% | 0.13% | - |
| HSV(B) | 329.47º | 0.93% | 0.24% | - |
| XYZ | 2.24 | 1.19 | 1.55 | - |
| YUV | 24.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 33 | 0 | 0.93 | 0.46 | 0.76 | 329.47 | 0.88 | 0.13 |
| Hex | 3D | 4 | 21 | 0 | 5D | 2E | 4C | 149 | 58 | D |
| Octal | 75 | 4 | 41 | 0 | 135 | 56 | 114 | 511 | 130 | 15 |
| Binary | 111101 | 100 | 100001 | 0 | 1011101 | 101110 | 1001100 | 101001001 | 1011000 | 1101 |
Color Harmonies of #3D0421
Complementary color
Monochromatic Colors of #3D0421
Black with #3D0421
Text Example
Text Example
White with #3D0421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0421; }
p { color: rgb(61,4,33); }
H1.HeaderClassName
{
color: #3D0421;
}
.AnyTagClassName
{
color: #3D0421;
}
</style>
background-color css
<style>
a { background-color: #3D0421; }
a { background-color: rgb(61,4,33); }
div.DivClassName
{
background-color: #3D0421;
}
.BgClassName
{
background-color: #3D0421;
}
</style>
border-color css
<style>
span { border-color: #3D0421; }
span { border-color: rgb(61,4,33); }
td.TdClassName
{
border-color: #3D0421;
}
.TagClassName
{
border-color: #3D0421;
}
</style>