Shades of Blackberry #3D051A
Tints of Blackberry #3D051A
RGB
CMYK
RGB Variations
Color information
#3D051A (or 0x3D051A) is known color: Blackberry. HEX triplet: 3D, 05 and 1A. RGB value is (61,5,26). Sum of RGB (Red+Green+Blue) = 61+5+26=92 (12% of max value = 765). Red value is 61 (24.22% from 255 or 66.30% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 61 - color contains mainly: red. Hex color #3D051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D051A is #C2FAE5. Grayscale: #181818. Windows color (decimal): -12778214 or 1705277. OLE color: 1705277.
HSL color Cylindrical-coordinate representation of color #3D051A: hue angle of 337.5º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D051A is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 5 | 26 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.76 |
| HSL | 337.5º | 0.85% | 0.13% | - |
| HSV(B) | 337.5º | 0.92% | 0.24% | - |
| XYZ | 2.17 | 1.18 | 1.09 | - |
| YUV | 24.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 5 | 26 | 0 | 0.92 | 0.57 | 0.76 | 337.5 | 0.85 | 0.13 |
| Hex | 3D | 5 | 1A | 0 | 5C | 39 | 4C | 152 | 55 | D |
| Octal | 75 | 5 | 32 | 0 | 134 | 71 | 114 | 522 | 125 | 15 |
| Binary | 111101 | 101 | 11010 | 0 | 1011100 | 111001 | 1001100 | 101010010 | 1010101 | 1101 |
Color Harmonies of #3D051A
Complementary color
Monochromatic Colors of #3D051A
Black with #3D051A
Text Example
Text Example
White with #3D051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D051A; }
p { color: rgb(61,5,26); }
H1.HeaderClassName
{
color: #3D051A;
}
.AnyTagClassName
{
color: #3D051A;
}
</style>
background-color css
<style>
a { background-color: #3D051A; }
a { background-color: rgb(61,5,26); }
div.DivClassName
{
background-color: #3D051A;
}
.BgClassName
{
background-color: #3D051A;
}
</style>
border-color css
<style>
span { border-color: #3D051A; }
span { border-color: rgb(61,5,26); }
td.TdClassName
{
border-color: #3D051A;
}
.TagClassName
{
border-color: #3D051A;
}
</style>