Shades of Blackberry #3A001C
Tints of Blackberry #3A001C
RGB
CMYK
RGB Variations
Color information
#3A001C (or 0x3A001C) is known color: Blackberry. HEX triplet: 3A, 00 and 1C. RGB value is (58,0,28). Sum of RGB (Red+Green+Blue) = 58+0+28=86 (11% of max value = 765). Red value is 58 (23.05% from 255 or 67.44% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 58 - color contains mainly: red. Hex color #3A001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A001C is #C5FFE3. Grayscale: #141414. Windows color (decimal): -12976100 or 1835066. OLE color: 1835066.
HSL color Cylindrical-coordinate representation of color #3A001C: hue angle of 331.03º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A001C is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.52 | 0.77 |
| HSL | 331.03º | 1% | 0.11% | - |
| HSV(B) | 331.03º | 1% | 0.23% | - |
| XYZ | 1.95 | 0.98 | 1.19 | - |
| YUV | 20.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 28 | 0 | 1 | 0.52 | 0.77 | 331.03 | 1 | 0.11 |
| Hex | 3A | 0 | 1C | 0 | 64 | 34 | 4D | 14B | 64 | B |
| Octal | 72 | 0 | 34 | 0 | 144 | 64 | 115 | 513 | 144 | 13 |
| Binary | 111010 | 0 | 11100 | 0 | 1100100 | 110100 | 1001101 | 101001011 | 1100100 | 1011 |
Color Harmonies of #3A001C
Complementary color
Monochromatic Colors of #3A001C
Black with #3A001C
Text Example
Text Example
White with #3A001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A001C; }
p { color: rgb(58,0,28); }
H1.HeaderClassName
{
color: #3A001C;
}
.AnyTagClassName
{
color: #3A001C;
}
</style>
background-color css
<style>
a { background-color: #3A001C; }
a { background-color: rgb(58,0,28); }
div.DivClassName
{
background-color: #3A001C;
}
.BgClassName
{
background-color: #3A001C;
}
</style>
border-color css
<style>
span { border-color: #3A001C; }
span { border-color: rgb(58,0,28); }
td.TdClassName
{
border-color: #3A001C;
}
.TagClassName
{
border-color: #3A001C;
}
</style>