Shades of Blackberry #3D032E
Tints of Blackberry #3D032E
RGB
CMYK
RGB Variations
Color information
#3D032E (or 0x3D032E) is known color: Blackberry. HEX triplet: 3D, 03 and 2E. RGB value is (61,3,46). Sum of RGB (Red+Green+Blue) = 61+3+46=110 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.45% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 61 - color contains mainly: red. Hex color #3D032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D032E is #C2FCD1. Grayscale: #191919. Windows color (decimal): -12778706 or 3015485. OLE color: 3015485.
HSL color Cylindrical-coordinate representation of color #3D032E: hue angle of 315.52º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D032E is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 3 | 46 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.76 |
| HSL | 315.52º | 0.91% | 0.13% | - |
| HSV(B) | 315.52º | 0.95% | 0.24% | - |
| XYZ | 2.45 | 1.25 | 2.7 | - |
| YUV | 25.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 46 | 0 | 0.95 | 0.25 | 0.76 | 315.52 | 0.91 | 0.13 |
| Hex | 3D | 3 | 2E | 0 | 5F | 19 | 4C | 13C | 5B | D |
| Octal | 75 | 3 | 56 | 0 | 137 | 31 | 114 | 474 | 133 | 15 |
| Binary | 111101 | 11 | 101110 | 0 | 1011111 | 11001 | 1001100 | 100111100 | 1011011 | 1101 |
Color Harmonies of #3D032E
Complementary color
Monochromatic Colors of #3D032E
Black with #3D032E
Text Example
Text Example
White with #3D032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D032E; }
p { color: rgb(61,3,46); }
H1.HeaderClassName
{
color: #3D032E;
}
.AnyTagClassName
{
color: #3D032E;
}
</style>
background-color css
<style>
a { background-color: #3D032E; }
a { background-color: rgb(61,3,46); }
div.DivClassName
{
background-color: #3D032E;
}
.BgClassName
{
background-color: #3D032E;
}
</style>
border-color css
<style>
span { border-color: #3D032E; }
span { border-color: rgb(61,3,46); }
td.TdClassName
{
border-color: #3D032E;
}
.TagClassName
{
border-color: #3D032E;
}
</style>