Shades of Blackberry #3D001E
Tints of Blackberry #3D001E
RGB
CMYK
RGB Variations
Color information
#3D001E (or 0x3D001E) is known color: Blackberry. HEX triplet: 3D, 00 and 1E. RGB value is (61,0,30). Sum of RGB (Red+Green+Blue) = 61+0+30=91 (12% of max value = 765). Red value is 61 (24.22% from 255 or 67.03% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 61 - color contains mainly: red. Hex color #3D001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D001E is #C2FFE1. Grayscale: #151515. Windows color (decimal): -12779490 or 1966141. OLE color: 1966141.
HSL color Cylindrical-coordinate representation of color #3D001E: hue angle of 330.49º 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 #3D001E is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.51 | 0.76 |
| HSL | 330.49º | 1% | 0.12% | - |
| HSV(B) | 330.49º | 1% | 0.24% | - |
| XYZ | 2.16 | 1.09 | 1.32 | - |
| YUV | 21.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 30 | 0 | 1 | 0.51 | 0.76 | 330.49 | 1 | 0.12 |
| Hex | 3D | 0 | 1E | 0 | 64 | 33 | 4C | 14A | 64 | C |
| Octal | 75 | 0 | 36 | 0 | 144 | 63 | 114 | 512 | 144 | 14 |
| Binary | 111101 | 0 | 11110 | 0 | 1100100 | 110011 | 1001100 | 101001010 | 1100100 | 1100 |
Color Harmonies of #3D001E
Complementary color
Monochromatic Colors of #3D001E
Black with #3D001E
Text Example
Text Example
White with #3D001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D001E; }
p { color: rgb(61,0,30); }
H1.HeaderClassName
{
color: #3D001E;
}
.AnyTagClassName
{
color: #3D001E;
}
</style>
background-color css
<style>
a { background-color: #3D001E; }
a { background-color: rgb(61,0,30); }
div.DivClassName
{
background-color: #3D001E;
}
.BgClassName
{
background-color: #3D001E;
}
</style>
border-color css
<style>
span { border-color: #3D001E; }
span { border-color: rgb(61,0,30); }
td.TdClassName
{
border-color: #3D001E;
}
.TagClassName
{
border-color: #3D001E;
}
</style>