Shades of Blackberry #3D091D
Tints of Blackberry #3D091D
RGB
CMYK
RGB Variations
Color information
#3D091D (or 0x3D091D) is known color: Blackberry. HEX triplet: 3D, 09 and 1D. RGB value is (61,9,29). Sum of RGB (Red+Green+Blue) = 61+9+29=99 (13% of max value = 765). Red value is 61 (24.22% from 255 or 61.62% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 61 - color contains mainly: red. Hex color #3D091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D091D is #C2F6E2. Grayscale: #1A1A1A. Windows color (decimal): -12777187 or 1902909. OLE color: 1902909.
HSL color Cylindrical-coordinate representation of color #3D091D: hue angle of 336.92º 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 #3D091D is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 9 | 29 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.76 |
| HSL | 336.92º | 0.74% | 0.14% | - |
| HSV(B) | 336.92º | 0.85% | 0.24% | - |
| XYZ | 2.24 | 1.28 | 1.29 | - |
| YUV | 26.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 9 | 29 | 0 | 0.85 | 0.52 | 0.76 | 336.92 | 0.74 | 0.14 |
| Hex | 3D | 9 | 1D | 0 | 55 | 34 | 4C | 151 | 4A | E |
| Octal | 75 | 11 | 35 | 0 | 125 | 64 | 114 | 521 | 112 | 16 |
| Binary | 111101 | 1001 | 11101 | 0 | 1010101 | 110100 | 1001100 | 101010001 | 1001010 | 1110 |
Color Harmonies of #3D091D
Complementary color
Monochromatic Colors of #3D091D
Black with #3D091D
Text Example
Text Example
White with #3D091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D091D; }
p { color: rgb(61,9,29); }
H1.HeaderClassName
{
color: #3D091D;
}
.AnyTagClassName
{
color: #3D091D;
}
</style>
background-color css
<style>
a { background-color: #3D091D; }
a { background-color: rgb(61,9,29); }
div.DivClassName
{
background-color: #3D091D;
}
.BgClassName
{
background-color: #3D091D;
}
</style>
border-color css
<style>
span { border-color: #3D091D; }
span { border-color: rgb(61,9,29); }
td.TdClassName
{
border-color: #3D091D;
}
.TagClassName
{
border-color: #3D091D;
}
</style>