Shades of Blackcurrant #270D38
Tints of Blackcurrant #270D38
RGB
CMYK
RGB Variations
Color information
#270D38 (or 0x270D38) is known color: Blackcurrant. HEX triplet: 27, 0D and 38. RGB value is (39,13,56). Sum of RGB (Red+Green+Blue) = 39+13+56=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #270D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D38 is #D8F2C7. Grayscale: #191919. Windows color (decimal): -14217928 or 3673383. OLE color: 3673383.
HSL color Cylindrical-coordinate representation of color #270D38: hue angle of 276.28º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #270D38 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 13 | 56 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.78 |
| HSL | 276.28º | 0.62% | 0.14% | - |
| HSV(B) | 276.28º | 0.77% | 0.22% | - |
| XYZ | 1.69 | 1 | 3.85 | - |
| YUV | 25.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 56 | 0.30 | 0.77 | 0 | 0.78 | 276.28 | 0.62 | 0.14 |
| Hex | 27 | D | 38 | 1E | 4D | 0 | 4E | 114 | 3E | E |
| Octal | 47 | 15 | 70 | 36 | 115 | 0 | 116 | 424 | 76 | 16 |
| Binary | 100111 | 1101 | 111000 | 11110 | 1001101 | 0 | 1001110 | 100010100 | 111110 | 1110 |
Color Harmonies of #270D38
Complementary color
Monochromatic Colors of #270D38
Black with #270D38
Text Example
Text Example
White with #270D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D38; }
p { color: rgb(39,13,56); }
H1.HeaderClassName
{
color: #270D38;
}
.AnyTagClassName
{
color: #270D38;
}
</style>
background-color css
<style>
a { background-color: #270D38; }
a { background-color: rgb(39,13,56); }
div.DivClassName
{
background-color: #270D38;
}
.BgClassName
{
background-color: #270D38;
}
</style>
border-color css
<style>
span { border-color: #270D38; }
span { border-color: rgb(39,13,56); }
td.TdClassName
{
border-color: #270D38;
}
.TagClassName
{
border-color: #270D38;
}
</style>