Shades of Blackcurrant #27093B
Tints of Blackcurrant #27093B
RGB
CMYK
RGB Variations
Color information
#27093B (or 0x27093B) is known color: Blackcurrant. HEX triplet: 27, 09 and 3B. RGB value is (39,9,59). Sum of RGB (Red+Green+Blue) = 39+9+59=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 59 (23.44% from 255 or 55.14% from 107); Max value from RGB is 59 - color contains mainly: blue. Hex color #27093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27093B is #D8F6C4. Grayscale: #171717. Windows color (decimal): -14218949 or 3868967. OLE color: 3868967.
HSL color Cylindrical-coordinate representation of color #27093B: hue angle of 276º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27093B is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 9 | 59 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.77 |
| HSL | 276º | 0.74% | 0.13% | - |
| HSV(B) | 276º | 0.85% | 0.23% | - |
| XYZ | 1.72 | 0.94 | 4.23 | - |
| YUV | 23.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 9 | 59 | 0.34 | 0.85 | 0 | 0.77 | 276 | 0.74 | 0.13 |
| Hex | 27 | 9 | 3B | 22 | 55 | 0 | 4D | 114 | 4A | D |
| Octal | 47 | 11 | 73 | 42 | 125 | 0 | 115 | 424 | 112 | 15 |
| Binary | 100111 | 1001 | 111011 | 100010 | 1010101 | 0 | 1001101 | 100010100 | 1001010 | 1101 |
Color Harmonies of #27093B
Complementary color
Monochromatic Colors of #27093B
Black with #27093B
Text Example
Text Example
White with #27093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27093B; }
p { color: rgb(39,9,59); }
H1.HeaderClassName
{
color: #27093B;
}
.AnyTagClassName
{
color: #27093B;
}
</style>
background-color css
<style>
a { background-color: #27093B; }
a { background-color: rgb(39,9,59); }
div.DivClassName
{
background-color: #27093B;
}
.BgClassName
{
background-color: #27093B;
}
</style>
border-color css
<style>
span { border-color: #27093B; }
span { border-color: rgb(39,9,59); }
td.TdClassName
{
border-color: #27093B;
}
.TagClassName
{
border-color: #27093B;
}
</style>