Shades of Blackberry #3D001F
Tints of Blackberry #3D001F
RGB
CMYK
RGB Variations
Color information
#3D001F (or 0x3D001F) is known color: Blackberry. HEX triplet: 3D, 00 and 1F. RGB value is (61,0,31). Sum of RGB (Red+Green+Blue) = 61+0+31=92 (12% of max value = 765). Red value is 61 (24.22% from 255 or 66.30% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 61 - color contains mainly: red. Hex color #3D001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D001F is #C2FFE0. Grayscale: #151515. Windows color (decimal): -12779489 or 2031677. OLE color: 2031677.
HSL color Cylindrical-coordinate representation of color #3D001F: hue angle of 329.51º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D001F is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.49 | 0.76 |
| HSL | 329.51º | 1% | 0.12% | - |
| HSV(B) | 329.51º | 1% | 0.24% | - |
| XYZ | 2.17 | 1.09 | 1.39 | - |
| YUV | 21.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 31 | 0 | 1 | 0.49 | 0.76 | 329.51 | 1 | 0.12 |
| Hex | 3D | 0 | 1F | 0 | 64 | 31 | 4C | 14A | 64 | C |
| Octal | 75 | 0 | 37 | 0 | 144 | 61 | 114 | 512 | 144 | 14 |
| Binary | 111101 | 0 | 11111 | 0 | 1100100 | 110001 | 1001100 | 101001010 | 1100100 | 1100 |
Color Harmonies of #3D001F
Complementary color
Monochromatic Colors of #3D001F
Black with #3D001F
Text Example
Text Example
White with #3D001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D001F; }
p { color: rgb(61,0,31); }
H1.HeaderClassName
{
color: #3D001F;
}
.AnyTagClassName
{
color: #3D001F;
}
</style>
background-color css
<style>
a { background-color: #3D001F; }
a { background-color: rgb(61,0,31); }
div.DivClassName
{
background-color: #3D001F;
}
.BgClassName
{
background-color: #3D001F;
}
</style>
border-color css
<style>
span { border-color: #3D001F; }
span { border-color: rgb(61,0,31); }
td.TdClassName
{
border-color: #3D001F;
}
.TagClassName
{
border-color: #3D001F;
}
</style>