Shades of Blackberry #27021A
Tints of Blackberry #27021A
RGB
CMYK
RGB Variations
Color information
#27021A (or 0x27021A) is known color: Blackberry. HEX triplet: 27, 02 and 1A. RGB value is (39,2,26). Sum of RGB (Red+Green+Blue) = 39+2+26=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #27021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27021A is #D8FDE5. Grayscale: #0F0F0F. Windows color (decimal): -14220774 or 1704487. OLE color: 1704487.
HSL color Cylindrical-coordinate representation of color #27021A: hue angle of 321.08º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27021A is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 2 | 26 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.85 |
| HSL | 321.08º | 0.9% | 0.08% | - |
| HSV(B) | 321.08º | 0.95% | 0.15% | - |
| XYZ | 1.04 | 0.55 | 1.03 | - |
| YUV | 15.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 26 | 0 | 0.95 | 0.33 | 0.85 | 321.08 | 0.9 | 0.08 |
| Hex | 27 | 2 | 1A | 0 | 5F | 21 | 55 | 141 | 5A | 8 |
| Octal | 47 | 2 | 32 | 0 | 137 | 41 | 125 | 501 | 132 | 10 |
| Binary | 100111 | 10 | 11010 | 0 | 1011111 | 100001 | 1010101 | 101000001 | 1011010 | 1000 |
Color Harmonies of #27021A
Complementary color
Monochromatic Colors of #27021A
Black with #27021A
Text Example
Text Example
White with #27021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27021A; }
p { color: rgb(39,2,26); }
H1.HeaderClassName
{
color: #27021A;
}
.AnyTagClassName
{
color: #27021A;
}
</style>
background-color css
<style>
a { background-color: #27021A; }
a { background-color: rgb(39,2,26); }
div.DivClassName
{
background-color: #27021A;
}
.BgClassName
{
background-color: #27021A;
}
</style>
border-color css
<style>
span { border-color: #27021A; }
span { border-color: rgb(39,2,26); }
td.TdClassName
{
border-color: #27021A;
}
.TagClassName
{
border-color: #27021A;
}
</style>