Shades of Blackberry #3A1427
Tints of Blackberry #3A1427
RGB
CMYK
RGB Variations
Color information
#3A1427 (or 0x3A1427) is known color: Blackberry. HEX triplet: 3A, 14 and 27. RGB value is (58,20,39). Sum of RGB (Red+Green+Blue) = 58+20+39=117 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.57% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1427 is #C5EBD8. Grayscale: #212121. Windows color (decimal): -12970969 or 2561082. OLE color: 2561082.
HSL color Cylindrical-coordinate representation of color #3A1427: hue angle of 330º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A1427 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 20 | 39 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.77 |
| HSL | 330º | 0.49% | 0.15% | - |
| HSV(B) | 330º | 0.66% | 0.23% | - |
| XYZ | 2.36 | 1.55 | 2.09 | - |
| YUV | 33.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 39 | 0 | 0.66 | 0.33 | 0.77 | 330 | 0.49 | 0.15 |
| Hex | 3A | 14 | 27 | 0 | 42 | 21 | 4D | 14A | 31 | F |
| Octal | 72 | 24 | 47 | 0 | 102 | 41 | 115 | 512 | 61 | 17 |
| Binary | 111010 | 10100 | 100111 | 0 | 1000010 | 100001 | 1001101 | 101001010 | 110001 | 1111 |
Color Harmonies of #3A1427
Complementary color
Monochromatic Colors of #3A1427
Black with #3A1427
Text Example
Text Example
White with #3A1427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1427; }
p { color: rgb(58,20,39); }
H1.HeaderClassName
{
color: #3A1427;
}
.AnyTagClassName
{
color: #3A1427;
}
</style>
background-color css
<style>
a { background-color: #3A1427; }
a { background-color: rgb(58,20,39); }
div.DivClassName
{
background-color: #3A1427;
}
.BgClassName
{
background-color: #3A1427;
}
</style>
border-color css
<style>
span { border-color: #3A1427; }
span { border-color: rgb(58,20,39); }
td.TdClassName
{
border-color: #3A1427;
}
.TagClassName
{
border-color: #3A1427;
}
</style>