Shades of Blackberry #3D002A
Tints of Blackberry #3D002A
RGB
CMYK
RGB Variations
Color information
#3D002A (or 0x3D002A) is known color: Blackberry. HEX triplet: 3D, 00 and 2A. RGB value is (61,0,42). Sum of RGB (Red+Green+Blue) = 61+0+42=103 (13% of max value = 765). Red value is 61 (24.22% from 255 or 59.22% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 61 - color contains mainly: red. Hex color #3D002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D002A is #C2FFD5. Grayscale: #161616. Windows color (decimal): -12779478 or 2752573. OLE color: 2752573.
HSL color Cylindrical-coordinate representation of color #3D002A: hue angle of 318.69º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D002A is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.31 | 0.76 |
| HSL | 318.69º | 1% | 0.12% | - |
| HSV(B) | 318.69º | 1% | 0.24% | - |
| XYZ | 2.34 | 1.16 | 2.29 | - |
| YUV | 23.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 42 | 0 | 1 | 0.31 | 0.76 | 318.69 | 1 | 0.12 |
| Hex | 3D | 0 | 2A | 0 | 64 | 1F | 4C | 13F | 64 | C |
| Octal | 75 | 0 | 52 | 0 | 144 | 37 | 114 | 477 | 144 | 14 |
| Binary | 111101 | 0 | 101010 | 0 | 1100100 | 11111 | 1001100 | 100111111 | 1100100 | 1100 |
Color Harmonies of #3D002A
Complementary color
Monochromatic Colors of #3D002A
Black with #3D002A
Text Example
Text Example
White with #3D002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D002A; }
p { color: rgb(61,0,42); }
H1.HeaderClassName
{
color: #3D002A;
}
.AnyTagClassName
{
color: #3D002A;
}
</style>
background-color css
<style>
a { background-color: #3D002A; }
a { background-color: rgb(61,0,42); }
div.DivClassName
{
background-color: #3D002A;
}
.BgClassName
{
background-color: #3D002A;
}
</style>
border-color css
<style>
span { border-color: #3D002A; }
span { border-color: rgb(61,0,42); }
td.TdClassName
{
border-color: #3D002A;
}
.TagClassName
{
border-color: #3D002A;
}
</style>