Shades of Blackberry #3D021E
Tints of Blackberry #3D021E
RGB
CMYK
RGB Variations
Color information
#3D021E (or 0x3D021E) is known color: Blackberry. HEX triplet: 3D, 02 and 1E. RGB value is (61,2,30). Sum of RGB (Red+Green+Blue) = 61+2+30=93 (12% of max value = 765). Red value is 61 (24.22% from 255 or 65.59% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 61 - color contains mainly: red. Hex color #3D021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D021E is #C2FDE1. Grayscale: #161616. Windows color (decimal): -12778978 or 1966653. OLE color: 1966653.
HSL color Cylindrical-coordinate representation of color #3D021E: hue angle of 331.53º 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 #3D021E is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 2 | 30 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.76 |
| HSL | 331.53º | 0.94% | 0.12% | - |
| HSV(B) | 331.53º | 0.97% | 0.24% | - |
| XYZ | 2.18 | 1.13 | 1.33 | - |
| YUV | 22.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 2 | 30 | 0 | 0.97 | 0.51 | 0.76 | 331.53 | 0.94 | 0.12 |
| Hex | 3D | 2 | 1E | 0 | 61 | 33 | 4C | 14C | 5E | C |
| Octal | 75 | 2 | 36 | 0 | 141 | 63 | 114 | 514 | 136 | 14 |
| Binary | 111101 | 10 | 11110 | 0 | 1100001 | 110011 | 1001100 | 101001100 | 1011110 | 1100 |
Color Harmonies of #3D021E
Complementary color
Monochromatic Colors of #3D021E
Black with #3D021E
Text Example
Text Example
White with #3D021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D021E; }
p { color: rgb(61,2,30); }
H1.HeaderClassName
{
color: #3D021E;
}
.AnyTagClassName
{
color: #3D021E;
}
</style>
background-color css
<style>
a { background-color: #3D021E; }
a { background-color: rgb(61,2,30); }
div.DivClassName
{
background-color: #3D021E;
}
.BgClassName
{
background-color: #3D021E;
}
</style>
border-color css
<style>
span { border-color: #3D021E; }
span { border-color: rgb(61,2,30); }
td.TdClassName
{
border-color: #3D021E;
}
.TagClassName
{
border-color: #3D021E;
}
</style>