Shades of Blackberry #3D062E
Tints of Blackberry #3D062E
RGB
CMYK
RGB Variations
Color information
#3D062E (or 0x3D062E) is known color: Blackberry. HEX triplet: 3D, 06 and 2E. RGB value is (61,6,46). Sum of RGB (Red+Green+Blue) = 61+6+46=113 (14% of max value = 765). Red value is 61 (24.22% from 255 or 53.98% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 61 - color contains mainly: red. Hex color #3D062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D062E is #C2F9D1. Grayscale: #1A1A1A. Windows color (decimal): -12777938 or 3016253. OLE color: 3016253.
HSL color Cylindrical-coordinate representation of color #3D062E: hue angle of 316.36º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D062E is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 6 | 46 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.76 |
| HSL | 316.36º | 0.82% | 0.13% | - |
| HSV(B) | 316.36º | 0.9% | 0.24% | - |
| XYZ | 2.48 | 1.32 | 2.71 | - |
| YUV | 27.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 6 | 46 | 0 | 0.90 | 0.25 | 0.76 | 316.36 | 0.82 | 0.13 |
| Hex | 3D | 6 | 2E | 0 | 5A | 19 | 4C | 13C | 52 | D |
| Octal | 75 | 6 | 56 | 0 | 132 | 31 | 114 | 474 | 122 | 15 |
| Binary | 111101 | 110 | 101110 | 0 | 1011010 | 11001 | 1001100 | 100111100 | 1010010 | 1101 |
Color Harmonies of #3D062E
Complementary color
Monochromatic Colors of #3D062E
Black with #3D062E
Text Example
Text Example
White with #3D062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D062E; }
p { color: rgb(61,6,46); }
H1.HeaderClassName
{
color: #3D062E;
}
.AnyTagClassName
{
color: #3D062E;
}
</style>
background-color css
<style>
a { background-color: #3D062E; }
a { background-color: rgb(61,6,46); }
div.DivClassName
{
background-color: #3D062E;
}
.BgClassName
{
background-color: #3D062E;
}
</style>
border-color css
<style>
span { border-color: #3D062E; }
span { border-color: rgb(61,6,46); }
td.TdClassName
{
border-color: #3D062E;
}
.TagClassName
{
border-color: #3D062E;
}
</style>