Shades of Blackberry #3D142A
Tints of Blackberry #3D142A
RGB
CMYK
RGB Variations
Color information
#3D142A (or 0x3D142A) is known color: Blackberry. HEX triplet: 3D, 14 and 2A. RGB value is (61,20,42). Sum of RGB (Red+Green+Blue) = 61+20+42=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D142A is #C2EBD5. Grayscale: #222222. Windows color (decimal): -12774358 or 2757693. OLE color: 2757693.
HSL color Cylindrical-coordinate representation of color #3D142A: hue angle of 327.8º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D142A is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 20 | 42 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.76 |
| HSL | 327.8º | 0.51% | 0.16% | - |
| HSV(B) | 327.8º | 0.67% | 0.24% | - |
| XYZ | 2.59 | 1.66 | 2.37 | - |
| YUV | 34.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 42 | 0 | 0.67 | 0.31 | 0.76 | 327.8 | 0.51 | 0.16 |
| Hex | 3D | 14 | 2A | 0 | 43 | 1F | 4C | 148 | 33 | 10 |
| Octal | 75 | 24 | 52 | 0 | 103 | 37 | 114 | 510 | 63 | 20 |
| Binary | 111101 | 10100 | 101010 | 0 | 1000011 | 11111 | 1001100 | 101001000 | 110011 | 10000 |
Color Harmonies of #3D142A
Complementary color
Monochromatic Colors of #3D142A
Black with #3D142A
Text Example
Text Example
White with #3D142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D142A; }
p { color: rgb(61,20,42); }
H1.HeaderClassName
{
color: #3D142A;
}
.AnyTagClassName
{
color: #3D142A;
}
</style>
background-color css
<style>
a { background-color: #3D142A; }
a { background-color: rgb(61,20,42); }
div.DivClassName
{
background-color: #3D142A;
}
.BgClassName
{
background-color: #3D142A;
}
</style>
border-color css
<style>
span { border-color: #3D142A; }
span { border-color: rgb(61,20,42); }
td.TdClassName
{
border-color: #3D142A;
}
.TagClassName
{
border-color: #3D142A;
}
</style>