Shades of Blackberry #3D022E
Tints of Blackberry #3D022E
RGB
CMYK
RGB Variations
Color information
#3D022E (or 0x3D022E) is known color: Blackberry. HEX triplet: 3D, 02 and 2E. RGB value is (61,2,46). Sum of RGB (Red+Green+Blue) = 61+2+46=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D022E is #C2FDD1. Grayscale: #181818. Windows color (decimal): -12778962 or 3015229. OLE color: 3015229.
HSL color Cylindrical-coordinate representation of color #3D022E: hue angle of 315.25º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D022E is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 2 | 46 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.76 |
| HSL | 315.25º | 0.94% | 0.12% | - |
| HSV(B) | 315.25º | 0.97% | 0.24% | - |
| XYZ | 2.44 | 1.23 | 2.69 | - |
| YUV | 24.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 2 | 46 | 0 | 0.97 | 0.25 | 0.76 | 315.25 | 0.94 | 0.12 |
| Hex | 3D | 2 | 2E | 0 | 61 | 19 | 4C | 13B | 5E | C |
| Octal | 75 | 2 | 56 | 0 | 141 | 31 | 114 | 473 | 136 | 14 |
| Binary | 111101 | 10 | 101110 | 0 | 1100001 | 11001 | 1001100 | 100111011 | 1011110 | 1100 |
Color Harmonies of #3D022E
Complementary color
Monochromatic Colors of #3D022E
Black with #3D022E
Text Example
Text Example
White with #3D022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D022E; }
p { color: rgb(61,2,46); }
H1.HeaderClassName
{
color: #3D022E;
}
.AnyTagClassName
{
color: #3D022E;
}
</style>
background-color css
<style>
a { background-color: #3D022E; }
a { background-color: rgb(61,2,46); }
div.DivClassName
{
background-color: #3D022E;
}
.BgClassName
{
background-color: #3D022E;
}
</style>
border-color css
<style>
span { border-color: #3D022E; }
span { border-color: rgb(61,2,46); }
td.TdClassName
{
border-color: #3D022E;
}
.TagClassName
{
border-color: #3D022E;
}
</style>