Shades of Blackberry #3D011D
Tints of Blackberry #3D011D
RGB
CMYK
RGB Variations
Color information
#3D011D (or 0x3D011D) is known color: Blackberry. HEX triplet: 3D, 01 and 1D. RGB value is (61,1,29). Sum of RGB (Red+Green+Blue) = 61+1+29=91 (12% of max value = 765). Red value is 61 (24.22% from 255 or 67.03% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 61 - color contains mainly: red. Hex color #3D011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D011D is #C2FEE2. Grayscale: #161616. Windows color (decimal): -12779235 or 1900861. OLE color: 1900861.
HSL color Cylindrical-coordinate representation of color #3D011D: hue angle of 332º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D011D is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 1 | 29 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.76 |
| HSL | 332º | 0.97% | 0.12% | - |
| HSV(B) | 332º | 0.98% | 0.24% | - |
| XYZ | 2.16 | 1.1 | 1.26 | - |
| YUV | 22.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 29 | 0 | 0.98 | 0.52 | 0.76 | 332 | 0.97 | 0.12 |
| Hex | 3D | 1 | 1D | 0 | 62 | 34 | 4C | 14C | 61 | C |
| Octal | 75 | 1 | 35 | 0 | 142 | 64 | 114 | 514 | 141 | 14 |
| Binary | 111101 | 1 | 11101 | 0 | 1100010 | 110100 | 1001100 | 101001100 | 1100001 | 1100 |
Color Harmonies of #3D011D
Complementary color
Monochromatic Colors of #3D011D
Black with #3D011D
Text Example
Text Example
White with #3D011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D011D; }
p { color: rgb(61,1,29); }
H1.HeaderClassName
{
color: #3D011D;
}
.AnyTagClassName
{
color: #3D011D;
}
</style>
background-color css
<style>
a { background-color: #3D011D; }
a { background-color: rgb(61,1,29); }
div.DivClassName
{
background-color: #3D011D;
}
.BgClassName
{
background-color: #3D011D;
}
</style>
border-color css
<style>
span { border-color: #3D011D; }
span { border-color: rgb(61,1,29); }
td.TdClassName
{
border-color: #3D011D;
}
.TagClassName
{
border-color: #3D011D;
}
</style>