Shades of Blackberry #3D011F
Tints of Blackberry #3D011F
RGB
CMYK
RGB Variations
Color information
#3D011F (or 0x3D011F) is known color: Blackberry. HEX triplet: 3D, 01 and 1F. RGB value is (61,1,31). Sum of RGB (Red+Green+Blue) = 61+1+31=93 (12% of max value = 765). Red value is 61 (24.22% from 255 or 65.59% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 61 - color contains mainly: red. Hex color #3D011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D011F is #C2FEE0. Grayscale: #161616. Windows color (decimal): -12779233 or 2031933. OLE color: 2031933.
HSL color Cylindrical-coordinate representation of color #3D011F: hue angle of 330º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D011F is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 1 | 31 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.76 |
| HSL | 330º | 0.97% | 0.12% | - |
| HSV(B) | 330º | 0.98% | 0.24% | - |
| XYZ | 2.18 | 1.11 | 1.4 | - |
| YUV | 22.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 31 | 0 | 0.98 | 0.49 | 0.76 | 330 | 0.97 | 0.12 |
| Hex | 3D | 1 | 1F | 0 | 62 | 31 | 4C | 14A | 61 | C |
| Octal | 75 | 1 | 37 | 0 | 142 | 61 | 114 | 512 | 141 | 14 |
| Binary | 111101 | 1 | 11111 | 0 | 1100010 | 110001 | 1001100 | 101001010 | 1100001 | 1100 |
Color Harmonies of #3D011F
Complementary color
Monochromatic Colors of #3D011F
Black with #3D011F
Text Example
Text Example
White with #3D011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D011F; }
p { color: rgb(61,1,31); }
H1.HeaderClassName
{
color: #3D011F;
}
.AnyTagClassName
{
color: #3D011F;
}
</style>
background-color css
<style>
a { background-color: #3D011F; }
a { background-color: rgb(61,1,31); }
div.DivClassName
{
background-color: #3D011F;
}
.BgClassName
{
background-color: #3D011F;
}
</style>
border-color css
<style>
span { border-color: #3D011F; }
span { border-color: rgb(61,1,31); }
td.TdClassName
{
border-color: #3D011F;
}
.TagClassName
{
border-color: #3D011F;
}
</style>