Shades of Blackcurrant #27092E
Tints of Blackcurrant #27092E
RGB
CMYK
RGB Variations
Color information
#27092E (or 0x27092E) is known color: Blackcurrant. HEX triplet: 27, 09 and 2E. RGB value is (39,9,46). Sum of RGB (Red+Green+Blue) = 39+9+46=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #27092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27092E is #D8F6D1. Grayscale: #161616. Windows color (decimal): -14218962 or 3016999. OLE color: 3016999.
HSL color Cylindrical-coordinate representation of color #27092E: hue angle of 288.65º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27092E is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 9 | 46 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.82 |
| HSL | 288.65º | 0.67% | 0.11% | - |
| HSV(B) | 288.65º | 0.8% | 0.18% | - |
| XYZ | 1.43 | 0.82 | 2.67 | - |
| YUV | 22.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 9 | 46 | 0.15 | 0.80 | 0 | 0.82 | 288.65 | 0.67 | 0.11 |
| Hex | 27 | 9 | 2E | F | 50 | 0 | 52 | 121 | 43 | B |
| Octal | 47 | 11 | 56 | 17 | 120 | 0 | 122 | 441 | 103 | 13 |
| Binary | 100111 | 1001 | 101110 | 1111 | 1010000 | 0 | 1010010 | 100100001 | 1000011 | 1011 |
Color Harmonies of #27092E
Complementary color
Monochromatic Colors of #27092E
Black with #27092E
Text Example
Text Example
White with #27092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27092E; }
p { color: rgb(39,9,46); }
H1.HeaderClassName
{
color: #27092E;
}
.AnyTagClassName
{
color: #27092E;
}
</style>
background-color css
<style>
a { background-color: #27092E; }
a { background-color: rgb(39,9,46); }
div.DivClassName
{
background-color: #27092E;
}
.BgClassName
{
background-color: #27092E;
}
</style>
border-color css
<style>
span { border-color: #27092E; }
span { border-color: rgb(39,9,46); }
td.TdClassName
{
border-color: #27092E;
}
.TagClassName
{
border-color: #27092E;
}
</style>