Shades of Blackcurrant #270C31
Tints of Blackcurrant #270C31
RGB
CMYK
RGB Variations
Color information
#270C31 (or 0x270C31) is known color: Blackcurrant. HEX triplet: 27, 0C and 31. RGB value is (39,12,49). Sum of RGB (Red+Green+Blue) = 39+12+49=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #270C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C31 is #D8F3CE. Grayscale: #181818. Windows color (decimal): -14218191 or 3214375. OLE color: 3214375.
HSL color Cylindrical-coordinate representation of color #270C31: hue angle of 283.78º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #270C31 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 12 | 49 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.81 |
| HSL | 283.78º | 0.61% | 0.12% | - |
| HSV(B) | 283.78º | 0.76% | 0.19% | - |
| XYZ | 1.52 | 0.92 | 3 | - |
| YUV | 24.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 49 | 0.20 | 0.76 | 0 | 0.81 | 283.78 | 0.61 | 0.12 |
| Hex | 27 | C | 31 | 14 | 4C | 0 | 51 | 11C | 3D | C |
| Octal | 47 | 14 | 61 | 24 | 114 | 0 | 121 | 434 | 75 | 14 |
| Binary | 100111 | 1100 | 110001 | 10100 | 1001100 | 0 | 1010001 | 100011100 | 111101 | 1100 |
Color Harmonies of #270C31
Complementary color
Monochromatic Colors of #270C31
Black with #270C31
Text Example
Text Example
White with #270C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C31; }
p { color: rgb(39,12,49); }
H1.HeaderClassName
{
color: #270C31;
}
.AnyTagClassName
{
color: #270C31;
}
</style>
background-color css
<style>
a { background-color: #270C31; }
a { background-color: rgb(39,12,49); }
div.DivClassName
{
background-color: #270C31;
}
.BgClassName
{
background-color: #270C31;
}
</style>
border-color css
<style>
span { border-color: #270C31; }
span { border-color: rgb(39,12,49); }
td.TdClassName
{
border-color: #270C31;
}
.TagClassName
{
border-color: #270C31;
}
</style>