Shades of Blackberry #3D061F
Tints of Blackberry #3D061F
RGB
CMYK
RGB Variations
Color information
#3D061F (or 0x3D061F) is known color: Blackberry. HEX triplet: 3D, 06 and 1F. RGB value is (61,6,31). Sum of RGB (Red+Green+Blue) = 61+6+31=98 (12% of max value = 765). Red value is 61 (24.22% from 255 or 62.24% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 61 - color contains mainly: red. Hex color #3D061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D061F is #C2F9E0. Grayscale: #191919. Windows color (decimal): -12777953 or 2033213. OLE color: 2033213.
HSL color Cylindrical-coordinate representation of color #3D061F: hue angle of 332.73º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D061F is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 6 | 31 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.76 |
| HSL | 332.73º | 0.82% | 0.13% | - |
| HSV(B) | 332.73º | 0.9% | 0.24% | - |
| XYZ | 2.24 | 1.22 | 1.41 | - |
| YUV | 25.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 6 | 31 | 0 | 0.90 | 0.49 | 0.76 | 332.73 | 0.82 | 0.13 |
| Hex | 3D | 6 | 1F | 0 | 5A | 31 | 4C | 14D | 52 | D |
| Octal | 75 | 6 | 37 | 0 | 132 | 61 | 114 | 515 | 122 | 15 |
| Binary | 111101 | 110 | 11111 | 0 | 1011010 | 110001 | 1001100 | 101001101 | 1010010 | 1101 |
Color Harmonies of #3D061F
Complementary color
Monochromatic Colors of #3D061F
Black with #3D061F
Text Example
Text Example
White with #3D061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D061F; }
p { color: rgb(61,6,31); }
H1.HeaderClassName
{
color: #3D061F;
}
.AnyTagClassName
{
color: #3D061F;
}
</style>
background-color css
<style>
a { background-color: #3D061F; }
a { background-color: rgb(61,6,31); }
div.DivClassName
{
background-color: #3D061F;
}
.BgClassName
{
background-color: #3D061F;
}
</style>
border-color css
<style>
span { border-color: #3D061F; }
span { border-color: rgb(61,6,31); }
td.TdClassName
{
border-color: #3D061F;
}
.TagClassName
{
border-color: #3D061F;
}
</style>