Shades of Blackcurrant #27163E
Tints of Blackcurrant #27163E
RGB
CMYK
RGB Variations
Color information
#27163E (or 0x27163E) is known color: Blackcurrant. HEX triplet: 27, 16 and 3E. RGB value is (39,22,62). Sum of RGB (Red+Green+Blue) = 39+22+62=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #27163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27163E is #D8E9C1. Grayscale: #1F1F1F. Windows color (decimal): -14215618 or 4068903. OLE color: 4068903.
HSL color Cylindrical-coordinate representation of color #27163E: hue angle of 265.5º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27163E is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 22 | 62 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.76 |
| HSL | 265.5º | 0.48% | 0.16% | - |
| HSV(B) | 265.5º | 0.65% | 0.24% | - |
| XYZ | 1.99 | 1.35 | 4.71 | - |
| YUV | 31.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 22 | 62 | 0.37 | 0.65 | 0 | 0.76 | 265.5 | 0.48 | 0.16 |
| Hex | 27 | 16 | 3E | 25 | 41 | 0 | 4C | 10A | 30 | 10 |
| Octal | 47 | 26 | 76 | 45 | 101 | 0 | 114 | 412 | 60 | 20 |
| Binary | 100111 | 10110 | 111110 | 100101 | 1000001 | 0 | 1001100 | 100001010 | 110000 | 10000 |
Color Harmonies of #27163E
Complementary color
Monochromatic Colors of #27163E
Black with #27163E
Text Example
Text Example
White with #27163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27163E; }
p { color: rgb(39,22,62); }
H1.HeaderClassName
{
color: #27163E;
}
.AnyTagClassName
{
color: #27163E;
}
</style>
background-color css
<style>
a { background-color: #27163E; }
a { background-color: rgb(39,22,62); }
div.DivClassName
{
background-color: #27163E;
}
.BgClassName
{
background-color: #27163E;
}
</style>
border-color css
<style>
span { border-color: #27163E; }
span { border-color: rgb(39,22,62); }
td.TdClassName
{
border-color: #27163E;
}
.TagClassName
{
border-color: #27163E;
}
</style>