Shades of Blackberry #3D091C
Tints of Blackberry #3D091C
RGB
CMYK
RGB Variations
Color information
#3D091C (or 0x3D091C) is known color: Blackberry. HEX triplet: 3D, 09 and 1C. RGB value is (61,9,28). Sum of RGB (Red+Green+Blue) = 61+9+28=98 (12% of max value = 765). Red value is 61 (24.22% from 255 or 62.24% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 61 - color contains mainly: red. Hex color #3D091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D091C is #C2F6E3. Grayscale: #1A1A1A. Windows color (decimal): -12777188 or 1837373. OLE color: 1837373.
HSL color Cylindrical-coordinate representation of color #3D091C: hue angle of 338.08º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D091C is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 9 | 28 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.76 |
| HSL | 338.08º | 0.74% | 0.14% | - |
| HSV(B) | 338.08º | 0.85% | 0.24% | - |
| XYZ | 2.23 | 1.27 | 1.23 | - |
| YUV | 26.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 9 | 28 | 0 | 0.85 | 0.54 | 0.76 | 338.08 | 0.74 | 0.14 |
| Hex | 3D | 9 | 1C | 0 | 55 | 36 | 4C | 152 | 4A | E |
| Octal | 75 | 11 | 34 | 0 | 125 | 66 | 114 | 522 | 112 | 16 |
| Binary | 111101 | 1001 | 11100 | 0 | 1010101 | 110110 | 1001100 | 101010010 | 1001010 | 1110 |
Color Harmonies of #3D091C
Complementary color
Monochromatic Colors of #3D091C
Black with #3D091C
Text Example
Text Example
White with #3D091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D091C; }
p { color: rgb(61,9,28); }
H1.HeaderClassName
{
color: #3D091C;
}
.AnyTagClassName
{
color: #3D091C;
}
</style>
background-color css
<style>
a { background-color: #3D091C; }
a { background-color: rgb(61,9,28); }
div.DivClassName
{
background-color: #3D091C;
}
.BgClassName
{
background-color: #3D091C;
}
</style>
border-color css
<style>
span { border-color: #3D091C; }
span { border-color: rgb(61,9,28); }
td.TdClassName
{
border-color: #3D091C;
}
.TagClassName
{
border-color: #3D091C;
}
</style>