Shades of Blackberry #3D0428
Tints of Blackberry #3D0428
RGB
CMYK
RGB Variations
Color information
#3D0428 (or 0x3D0428) is known color: Blackberry. HEX triplet: 3D, 04 and 28. RGB value is (61,4,40). Sum of RGB (Red+Green+Blue) = 61+4+40=105 (13% of max value = 765). Red value is 61 (24.22% from 255 or 58.10% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0428 is #C2FBD7. Grayscale: #191919. Windows color (decimal): -12778456 or 2622525. OLE color: 2622525.
HSL color Cylindrical-coordinate representation of color #3D0428: hue angle of 322.11º 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 #3D0428 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 4 | 40 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.76 |
| HSL | 322.11º | 0.88% | 0.13% | - |
| HSV(B) | 322.11º | 0.93% | 0.24% | - |
| XYZ | 2.35 | 1.23 | 2.12 | - |
| YUV | 25.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 40 | 0 | 0.93 | 0.34 | 0.76 | 322.11 | 0.88 | 0.13 |
| Hex | 3D | 4 | 28 | 0 | 5D | 22 | 4C | 142 | 58 | D |
| Octal | 75 | 4 | 50 | 0 | 135 | 42 | 114 | 502 | 130 | 15 |
| Binary | 111101 | 100 | 101000 | 0 | 1011101 | 100010 | 1001100 | 101000010 | 1011000 | 1101 |
Color Harmonies of #3D0428
Complementary color
Monochromatic Colors of #3D0428
Black with #3D0428
Text Example
Text Example
White with #3D0428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0428; }
p { color: rgb(61,4,40); }
H1.HeaderClassName
{
color: #3D0428;
}
.AnyTagClassName
{
color: #3D0428;
}
</style>
background-color css
<style>
a { background-color: #3D0428; }
a { background-color: rgb(61,4,40); }
div.DivClassName
{
background-color: #3D0428;
}
.BgClassName
{
background-color: #3D0428;
}
</style>
border-color css
<style>
span { border-color: #3D0428; }
span { border-color: rgb(61,4,40); }
td.TdClassName
{
border-color: #3D0428;
}
.TagClassName
{
border-color: #3D0428;
}
</style>