Shades of Blackberry #3D0934
Tints of Blackberry #3D0934
RGB
CMYK
RGB Variations
Color information
#3D0934 (or 0x3D0934) is known color: Blackberry. HEX triplet: 3D, 09 and 34. RGB value is (61,9,52). Sum of RGB (Red+Green+Blue) = 61+9+52=122 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0934 is #C2F6CB. Grayscale: #1D1D1D. Windows color (decimal): -12777164 or 3410237. OLE color: 3410237.
HSL color Cylindrical-coordinate representation of color #3D0934: hue angle of 310.38º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D0934 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 9 | 52 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.76 |
| HSL | 310.38º | 0.74% | 0.14% | - |
| HSV(B) | 310.38º | 0.85% | 0.24% | - |
| XYZ | 2.64 | 1.44 | 3.39 | - |
| YUV | 29.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 9 | 52 | 0 | 0.85 | 0.15 | 0.76 | 310.38 | 0.74 | 0.14 |
| Hex | 3D | 9 | 34 | 0 | 55 | F | 4C | 136 | 4A | E |
| Octal | 75 | 11 | 64 | 0 | 125 | 17 | 114 | 466 | 112 | 16 |
| Binary | 111101 | 1001 | 110100 | 0 | 1010101 | 1111 | 1001100 | 100110110 | 1001010 | 1110 |
Color Harmonies of #3D0934
Complementary color
Monochromatic Colors of #3D0934
Black with #3D0934
Text Example
Text Example
White with #3D0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0934; }
p { color: rgb(61,9,52); }
H1.HeaderClassName
{
color: #3D0934;
}
.AnyTagClassName
{
color: #3D0934;
}
</style>
background-color css
<style>
a { background-color: #3D0934; }
a { background-color: rgb(61,9,52); }
div.DivClassName
{
background-color: #3D0934;
}
.BgClassName
{
background-color: #3D0934;
}
</style>
border-color css
<style>
span { border-color: #3D0934; }
span { border-color: rgb(61,9,52); }
td.TdClassName
{
border-color: #3D0934;
}
.TagClassName
{
border-color: #3D0934;
}
</style>