Shades of Blackberry #3D021B
Tints of Blackberry #3D021B
RGB
CMYK
RGB Variations
Color information
#3D021B (or 0x3D021B) is known color: Blackberry. HEX triplet: 3D, 02 and 1B. RGB value is (61,2,27). Sum of RGB (Red+Green+Blue) = 61+2+27=90 (11% of max value = 765). Red value is 61 (24.22% from 255 or 67.78% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 61 - color contains mainly: red. Hex color #3D021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D021B is #C2FDE4. Grayscale: #161616. Windows color (decimal): -12778981 or 1770045. OLE color: 1770045.
HSL color Cylindrical-coordinate representation of color #3D021B: hue angle of 334.58º 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 #3D021B is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 2 | 27 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.76 |
| HSL | 334.58º | 0.94% | 0.12% | - |
| HSV(B) | 334.58º | 0.97% | 0.24% | - |
| XYZ | 2.14 | 1.11 | 1.14 | - |
| YUV | 22.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 2 | 27 | 0 | 0.97 | 0.56 | 0.76 | 334.58 | 0.94 | 0.12 |
| Hex | 3D | 2 | 1B | 0 | 61 | 38 | 4C | 14F | 5E | C |
| Octal | 75 | 2 | 33 | 0 | 141 | 70 | 114 | 517 | 136 | 14 |
| Binary | 111101 | 10 | 11011 | 0 | 1100001 | 111000 | 1001100 | 101001111 | 1011110 | 1100 |
Color Harmonies of #3D021B
Complementary color
Monochromatic Colors of #3D021B
Black with #3D021B
Text Example
Text Example
White with #3D021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D021B; }
p { color: rgb(61,2,27); }
H1.HeaderClassName
{
color: #3D021B;
}
.AnyTagClassName
{
color: #3D021B;
}
</style>
background-color css
<style>
a { background-color: #3D021B; }
a { background-color: rgb(61,2,27); }
div.DivClassName
{
background-color: #3D021B;
}
.BgClassName
{
background-color: #3D021B;
}
</style>
border-color css
<style>
span { border-color: #3D021B; }
span { border-color: rgb(61,2,27); }
td.TdClassName
{
border-color: #3D021B;
}
.TagClassName
{
border-color: #3D021B;
}
</style>