Shades of Blackberry #3D031D
Tints of Blackberry #3D031D
RGB
CMYK
RGB Variations
Color information
#3D031D (or 0x3D031D) is known color: Blackberry. HEX triplet: 3D, 03 and 1D. RGB value is (61,3,29). Sum of RGB (Red+Green+Blue) = 61+3+29=93 (12% of max value = 765). Red value is 61 (24.22% from 255 or 65.59% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 61 - color contains mainly: red. Hex color #3D031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D031D is #C2FCE2. Grayscale: #171717. Windows color (decimal): -12778723 or 1901373. OLE color: 1901373.
HSL color Cylindrical-coordinate representation of color #3D031D: hue angle of 333.1º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D031D is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 3 | 29 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.76 |
| HSL | 333.1º | 0.91% | 0.13% | - |
| HSV(B) | 333.1º | 0.95% | 0.24% | - |
| XYZ | 2.18 | 1.15 | 1.27 | - |
| YUV | 23.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 29 | 0 | 0.95 | 0.52 | 0.76 | 333.1 | 0.91 | 0.13 |
| Hex | 3D | 3 | 1D | 0 | 5F | 34 | 4C | 14D | 5B | D |
| Octal | 75 | 3 | 35 | 0 | 137 | 64 | 114 | 515 | 133 | 15 |
| Binary | 111101 | 11 | 11101 | 0 | 1011111 | 110100 | 1001100 | 101001101 | 1011011 | 1101 |
Color Harmonies of #3D031D
Complementary color
Monochromatic Colors of #3D031D
Black with #3D031D
Text Example
Text Example
White with #3D031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D031D; }
p { color: rgb(61,3,29); }
H1.HeaderClassName
{
color: #3D031D;
}
.AnyTagClassName
{
color: #3D031D;
}
</style>
background-color css
<style>
a { background-color: #3D031D; }
a { background-color: rgb(61,3,29); }
div.DivClassName
{
background-color: #3D031D;
}
.BgClassName
{
background-color: #3D031D;
}
</style>
border-color css
<style>
span { border-color: #3D031D; }
span { border-color: rgb(61,3,29); }
td.TdClassName
{
border-color: #3D031D;
}
.TagClassName
{
border-color: #3D031D;
}
</style>