Shades of Blackcurrant #270F41
Tints of Blackcurrant #270F41
RGB
CMYK
RGB Variations
Color information
#270F41 (or 0x270F41) is known color: Blackcurrant. HEX triplet: 27, 0F and 41. RGB value is (39,15,65). Sum of RGB (Red+Green+Blue) = 39+15+65=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #270F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F41 is #D8F0BE. Grayscale: #1B1B1B. Windows color (decimal): -14217407 or 4263719. OLE color: 4263719.
HSL color Cylindrical-coordinate representation of color #270F41: hue angle of 268.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #270F41 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 15 | 65 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.75 |
| HSL | 268.8º | 0.63% | 0.16% | - |
| HSV(B) | 268.8º | 0.77% | 0.25% | - |
| XYZ | 1.96 | 1.15 | 5.12 | - |
| YUV | 27.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 65 | 0.40 | 0.77 | 0 | 0.75 | 268.8 | 0.63 | 0.16 |
| Hex | 27 | F | 41 | 28 | 4D | 0 | 4B | 10D | 3E | 10 |
| Octal | 47 | 17 | 101 | 50 | 115 | 0 | 113 | 415 | 76 | 20 |
| Binary | 100111 | 1111 | 1000001 | 101000 | 1001101 | 0 | 1001011 | 100001101 | 111110 | 10000 |
Color Harmonies of #270F41
Complementary color
Monochromatic Colors of #270F41
Black with #270F41
Text Example
Text Example
White with #270F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F41; }
p { color: rgb(39,15,65); }
H1.HeaderClassName
{
color: #270F41;
}
.AnyTagClassName
{
color: #270F41;
}
</style>
background-color css
<style>
a { background-color: #270F41; }
a { background-color: rgb(39,15,65); }
div.DivClassName
{
background-color: #270F41;
}
.BgClassName
{
background-color: #270F41;
}
</style>
border-color css
<style>
span { border-color: #270F41; }
span { border-color: rgb(39,15,65); }
td.TdClassName
{
border-color: #270F41;
}
.TagClassName
{
border-color: #270F41;
}
</style>