Shades of Blackberry #3D0A2E
Tints of Blackberry #3D0A2E
RGB
CMYK
RGB Variations
Color information
#3D0A2E (or 0x3D0A2E) is known color: Blackberry. HEX triplet: 3D, 0A and 2E. RGB value is (61,10,46). Sum of RGB (Red+Green+Blue) = 61+10+46=117 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.14% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0A2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0A2E is #C2F5D1. Grayscale: #1D1D1D. Windows color (decimal): -12776914 or 3017277. OLE color: 3017277.
HSL color Cylindrical-coordinate representation of color #3D0A2E: hue angle of 317.65º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D0A2E is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 10 | 46 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.76 |
| HSL | 317.65º | 0.72% | 0.14% | - |
| HSV(B) | 317.65º | 0.84% | 0.24% | - |
| XYZ | 2.53 | 1.41 | 2.72 | - |
| YUV | 29.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 10 | 46 | 0 | 0.84 | 0.25 | 0.76 | 317.65 | 0.72 | 0.14 |
| Hex | 3D | A | 2E | 0 | 54 | 19 | 4C | 13E | 48 | E |
| Octal | 75 | 12 | 56 | 0 | 124 | 31 | 114 | 476 | 110 | 16 |
| Binary | 111101 | 1010 | 101110 | 0 | 1010100 | 11001 | 1001100 | 100111110 | 1001000 | 1110 |
Color Harmonies of #3D0A2E
Complementary color
Monochromatic Colors of #3D0A2E
Black with #3D0A2E
Text Example
Text Example
White with #3D0A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0A2E; }
p { color: rgb(61,10,46); }
H1.HeaderClassName
{
color: #3D0A2E;
}
.AnyTagClassName
{
color: #3D0A2E;
}
</style>
background-color css
<style>
a { background-color: #3D0A2E; }
a { background-color: rgb(61,10,46); }
div.DivClassName
{
background-color: #3D0A2E;
}
.BgClassName
{
background-color: #3D0A2E;
}
</style>
border-color css
<style>
span { border-color: #3D0A2E; }
span { border-color: rgb(61,10,46); }
td.TdClassName
{
border-color: #3D0A2E;
}
.TagClassName
{
border-color: #3D0A2E;
}
</style>