Shades of Blackberry #3D0F2B
Tints of Blackberry #3D0F2B
RGB
CMYK
RGB Variations
Color information
#3D0F2B (or 0x3D0F2B) is known color: Blackberry. HEX triplet: 3D, 0F and 2B. RGB value is (61,15,43). Sum of RGB (Red+Green+Blue) = 61+15+43=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0F2B is #C2F0D4. Grayscale: #1F1F1F. Windows color (decimal): -12775637 or 2821949. OLE color: 2821949.
HSL color Cylindrical-coordinate representation of color #3D0F2B: hue angle of 323.48º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D0F2B is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 15 | 43 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.76 |
| HSL | 323.48º | 0.61% | 0.15% | - |
| HSV(B) | 323.48º | 0.75% | 0.24% | - |
| XYZ | 2.53 | 1.51 | 2.44 | - |
| YUV | 31.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 15 | 43 | 0 | 0.75 | 0.30 | 0.76 | 323.48 | 0.61 | 0.15 |
| Hex | 3D | F | 2B | 0 | 4B | 1E | 4C | 143 | 3D | F |
| Octal | 75 | 17 | 53 | 0 | 113 | 36 | 114 | 503 | 75 | 17 |
| Binary | 111101 | 1111 | 101011 | 0 | 1001011 | 11110 | 1001100 | 101000011 | 111101 | 1111 |
Color Harmonies of #3D0F2B
Complementary color
Monochromatic Colors of #3D0F2B
Black with #3D0F2B
Text Example
Text Example
White with #3D0F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0F2B; }
p { color: rgb(61,15,43); }
H1.HeaderClassName
{
color: #3D0F2B;
}
.AnyTagClassName
{
color: #3D0F2B;
}
</style>
background-color css
<style>
a { background-color: #3D0F2B; }
a { background-color: rgb(61,15,43); }
div.DivClassName
{
background-color: #3D0F2B;
}
.BgClassName
{
background-color: #3D0F2B;
}
</style>
border-color css
<style>
span { border-color: #3D0F2B; }
span { border-color: rgb(61,15,43); }
td.TdClassName
{
border-color: #3D0F2B;
}
.TagClassName
{
border-color: #3D0F2B;
}
</style>