Shades of Blackberry #3D041C
Tints of Blackberry #3D041C
RGB
CMYK
RGB Variations
Color information
#3D041C (or 0x3D041C) is known color: Blackberry. HEX triplet: 3D, 04 and 1C. RGB value is (61,4,28). Sum of RGB (Red+Green+Blue) = 61+4+28=93 (12% of max value = 765). Red value is 61 (24.22% from 255 or 65.59% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 61 - color contains mainly: red. Hex color #3D041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D041C is #C2FBE3. Grayscale: #171717. Windows color (decimal): -12778468 or 1836093. OLE color: 1836093.
HSL color Cylindrical-coordinate representation of color #3D041C: hue angle of 334.74º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D041C is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 4 | 28 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.76 |
| HSL | 334.74º | 0.88% | 0.13% | - |
| HSV(B) | 334.74º | 0.93% | 0.24% | - |
| XYZ | 2.18 | 1.16 | 1.21 | - |
| YUV | 23.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 28 | 0 | 0.93 | 0.54 | 0.76 | 334.74 | 0.88 | 0.13 |
| Hex | 3D | 4 | 1C | 0 | 5D | 36 | 4C | 14F | 58 | D |
| Octal | 75 | 4 | 34 | 0 | 135 | 66 | 114 | 517 | 130 | 15 |
| Binary | 111101 | 100 | 11100 | 0 | 1011101 | 110110 | 1001100 | 101001111 | 1011000 | 1101 |
Color Harmonies of #3D041C
Complementary color
Monochromatic Colors of #3D041C
Black with #3D041C
Text Example
Text Example
White with #3D041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D041C; }
p { color: rgb(61,4,28); }
H1.HeaderClassName
{
color: #3D041C;
}
.AnyTagClassName
{
color: #3D041C;
}
</style>
background-color css
<style>
a { background-color: #3D041C; }
a { background-color: rgb(61,4,28); }
div.DivClassName
{
background-color: #3D041C;
}
.BgClassName
{
background-color: #3D041C;
}
</style>
border-color css
<style>
span { border-color: #3D041C; }
span { border-color: rgb(61,4,28); }
td.TdClassName
{
border-color: #3D041C;
}
.TagClassName
{
border-color: #3D041C;
}
</style>