Shades of Blackcurrant #27074A
Tints of Blackcurrant #27074A
RGB
CMYK
RGB Variations
Color information
#27074A (or 0x27074A) is known color: Blackcurrant. HEX triplet: 27, 07 and 4A. RGB value is (39,7,74). Sum of RGB (Red+Green+Blue) = 39+7+74=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #27074A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27074A is #D8F8B5. Grayscale: #171717. Windows color (decimal): -14219446 or 4851495. OLE color: 4851495.
HSL color Cylindrical-coordinate representation of color #27074A: hue angle of 268.66º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27074A is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 7 | 74 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.71 |
| HSL | 268.66º | 0.83% | 0.16% | - |
| HSV(B) | 268.66º | 0.91% | 0.29% | - |
| XYZ | 2.15 | 1.08 | 6.57 | - |
| YUV | 24.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 7 | 74 | 0.47 | 0.91 | 0 | 0.71 | 268.66 | 0.83 | 0.16 |
| Hex | 27 | 7 | 4A | 2F | 5B | 0 | 47 | 10D | 53 | 10 |
| Octal | 47 | 7 | 112 | 57 | 133 | 0 | 107 | 415 | 123 | 20 |
| Binary | 100111 | 111 | 1001010 | 101111 | 1011011 | 0 | 1000111 | 100001101 | 1010011 | 10000 |
Color Harmonies of #27074A
Complementary color
Monochromatic Colors of #27074A
Black with #27074A
Text Example
Text Example
White with #27074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27074A; }
p { color: rgb(39,7,74); }
H1.HeaderClassName
{
color: #27074A;
}
.AnyTagClassName
{
color: #27074A;
}
</style>
background-color css
<style>
a { background-color: #27074A; }
a { background-color: rgb(39,7,74); }
div.DivClassName
{
background-color: #27074A;
}
.BgClassName
{
background-color: #27074A;
}
</style>
border-color css
<style>
span { border-color: #27074A; }
span { border-color: rgb(39,7,74); }
td.TdClassName
{
border-color: #27074A;
}
.TagClassName
{
border-color: #27074A;
}
</style>