Shades of Blackberry #3D031E
Tints of Blackberry #3D031E
RGB
CMYK
RGB Variations
Color information
#3D031E (or 0x3D031E) is known color: Blackberry. HEX triplet: 3D, 03 and 1E. RGB value is (61,3,30). Sum of RGB (Red+Green+Blue) = 61+3+30=94 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.89% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 61 - color contains mainly: red. Hex color #3D031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D031E is #C2FCE1. Grayscale: #171717. Windows color (decimal): -12778722 or 1966909. OLE color: 1966909.
HSL color Cylindrical-coordinate representation of color #3D031E: hue angle of 332.07º 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 #3D031E is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 3 | 30 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.76 |
| HSL | 332.07º | 0.91% | 0.13% | - |
| HSV(B) | 332.07º | 0.95% | 0.24% | - |
| XYZ | 2.19 | 1.15 | 1.33 | - |
| YUV | 23.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 30 | 0 | 0.95 | 0.51 | 0.76 | 332.07 | 0.91 | 0.13 |
| Hex | 3D | 3 | 1E | 0 | 5F | 33 | 4C | 14C | 5B | D |
| Octal | 75 | 3 | 36 | 0 | 137 | 63 | 114 | 514 | 133 | 15 |
| Binary | 111101 | 11 | 11110 | 0 | 1011111 | 110011 | 1001100 | 101001100 | 1011011 | 1101 |
Color Harmonies of #3D031E
Complementary color
Monochromatic Colors of #3D031E
Black with #3D031E
Text Example
Text Example
White with #3D031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D031E; }
p { color: rgb(61,3,30); }
H1.HeaderClassName
{
color: #3D031E;
}
.AnyTagClassName
{
color: #3D031E;
}
</style>
background-color css
<style>
a { background-color: #3D031E; }
a { background-color: rgb(61,3,30); }
div.DivClassName
{
background-color: #3D031E;
}
.BgClassName
{
background-color: #3D031E;
}
</style>
border-color css
<style>
span { border-color: #3D031E; }
span { border-color: rgb(61,3,30); }
td.TdClassName
{
border-color: #3D031E;
}
.TagClassName
{
border-color: #3D031E;
}
</style>