Shades of Blackberry #3D001B
Tints of Blackberry #3D001B
RGB
CMYK
RGB Variations
Color information
#3D001B (or 0x3D001B) is known color: Blackberry. HEX triplet: 3D, 00 and 1B. RGB value is (61,0,27). Sum of RGB (Red+Green+Blue) = 61+0+27=88 (11% of max value = 765). Red value is 61 (24.22% from 255 or 69.32% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 61 - color contains mainly: red. Hex color #3D001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D001B is #C2FFE4. Grayscale: #151515. Windows color (decimal): -12779493 or 1769533. OLE color: 1769533.
HSL color Cylindrical-coordinate representation of color #3D001B: hue angle of 333.44º 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 #3D001B is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.56 | 0.76 |
| HSL | 333.44º | 1% | 0.12% | - |
| HSV(B) | 333.44º | 1% | 0.24% | - |
| XYZ | 2.12 | 1.07 | 1.13 | - |
| YUV | 21.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 27 | 0 | 1 | 0.56 | 0.76 | 333.44 | 1 | 0.12 |
| Hex | 3D | 0 | 1B | 0 | 64 | 38 | 4C | 14D | 64 | C |
| Octal | 75 | 0 | 33 | 0 | 144 | 70 | 114 | 515 | 144 | 14 |
| Binary | 111101 | 0 | 11011 | 0 | 1100100 | 111000 | 1001100 | 101001101 | 1100100 | 1100 |
Color Harmonies of #3D001B
Complementary color
Monochromatic Colors of #3D001B
Black with #3D001B
Text Example
Text Example
White with #3D001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D001B; }
p { color: rgb(61,0,27); }
H1.HeaderClassName
{
color: #3D001B;
}
.AnyTagClassName
{
color: #3D001B;
}
</style>
background-color css
<style>
a { background-color: #3D001B; }
a { background-color: rgb(61,0,27); }
div.DivClassName
{
background-color: #3D001B;
}
.BgClassName
{
background-color: #3D001B;
}
</style>
border-color css
<style>
span { border-color: #3D001B; }
span { border-color: rgb(61,0,27); }
td.TdClassName
{
border-color: #3D001B;
}
.TagClassName
{
border-color: #3D001B;
}
</style>