Shades of Blackcurrant #270C38
Tints of Blackcurrant #270C38
RGB
CMYK
RGB Variations
Color information
#270C38 (or 0x270C38) is known color: Blackcurrant. HEX triplet: 27, 0C and 38. RGB value is (39,12,56). Sum of RGB (Red+Green+Blue) = 39+12+56=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #270C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C38 is #D8F3C7. Grayscale: #181818. Windows color (decimal): -14218184 or 3673127. OLE color: 3673127.
HSL color Cylindrical-coordinate representation of color #270C38: hue angle of 276.82º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #270C38 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 12 | 56 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.78 |
| HSL | 276.82º | 0.65% | 0.13% | - |
| HSV(B) | 276.82º | 0.79% | 0.22% | - |
| XYZ | 1.68 | 0.98 | 3.84 | - |
| YUV | 25.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 56 | 0.30 | 0.79 | 0 | 0.78 | 276.82 | 0.65 | 0.13 |
| Hex | 27 | C | 38 | 1E | 4F | 0 | 4E | 115 | 41 | D |
| Octal | 47 | 14 | 70 | 36 | 117 | 0 | 116 | 425 | 101 | 15 |
| Binary | 100111 | 1100 | 111000 | 11110 | 1001111 | 0 | 1001110 | 100010101 | 1000001 | 1101 |
Color Harmonies of #270C38
Complementary color
Monochromatic Colors of #270C38
Black with #270C38
Text Example
Text Example
White with #270C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C38; }
p { color: rgb(39,12,56); }
H1.HeaderClassName
{
color: #270C38;
}
.AnyTagClassName
{
color: #270C38;
}
</style>
background-color css
<style>
a { background-color: #270C38; }
a { background-color: rgb(39,12,56); }
div.DivClassName
{
background-color: #270C38;
}
.BgClassName
{
background-color: #270C38;
}
</style>
border-color css
<style>
span { border-color: #270C38; }
span { border-color: rgb(39,12,56); }
td.TdClassName
{
border-color: #270C38;
}
.TagClassName
{
border-color: #270C38;
}
</style>