Shades of Blackcurrant #27044C
Tints of Blackcurrant #27044C
RGB
CMYK
RGB Variations
Color information
#27044C (or 0x27044C) is known color: Blackcurrant. HEX triplet: 27, 04 and 4C. RGB value is (39,4,76). Sum of RGB (Red+Green+Blue) = 39+4+76=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 76 (30.08% from 255 or 63.87% from 119); Max value from RGB is 76 - color contains mainly: blue. Hex color #27044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27044C is #D8FBB3. Grayscale: #161616. Windows color (decimal): -14220212 or 4981799. OLE color: 4981799.
HSL color Cylindrical-coordinate representation of color #27044C: hue angle of 269.17º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27044C is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 4 | 76 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.70 |
| HSL | 269.17º | 0.9% | 0.16% | - |
| HSV(B) | 269.17º | 0.95% | 0.3% | - |
| XYZ | 2.18 | 1.04 | 6.92 | - |
| YUV | 22.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 4 | 76 | 0.49 | 0.95 | 0 | 0.70 | 269.17 | 0.9 | 0.16 |
| Hex | 27 | 4 | 4C | 31 | 5F | 0 | 46 | 10D | 5A | 10 |
| Octal | 47 | 4 | 114 | 61 | 137 | 0 | 106 | 415 | 132 | 20 |
| Binary | 100111 | 100 | 1001100 | 110001 | 1011111 | 0 | 1000110 | 100001101 | 1011010 | 10000 |
Color Harmonies of #27044C
Complementary color
Monochromatic Colors of #27044C
Black with #27044C
Text Example
Text Example
White with #27044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27044C; }
p { color: rgb(39,4,76); }
H1.HeaderClassName
{
color: #27044C;
}
.AnyTagClassName
{
color: #27044C;
}
</style>
background-color css
<style>
a { background-color: #27044C; }
a { background-color: rgb(39,4,76); }
div.DivClassName
{
background-color: #27044C;
}
.BgClassName
{
background-color: #27044C;
}
</style>
border-color css
<style>
span { border-color: #27044C; }
span { border-color: rgb(39,4,76); }
td.TdClassName
{
border-color: #27044C;
}
.TagClassName
{
border-color: #27044C;
}
</style>