Shades of Blackcurrant #270F36
Tints of Blackcurrant #270F36
RGB
CMYK
RGB Variations
Color information
#270F36 (or 0x270F36) is known color: Blackcurrant. HEX triplet: 27, 0F and 36. RGB value is (39,15,54). Sum of RGB (Red+Green+Blue) = 39+15+54=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #270F36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F36 is #D8F0C9. Grayscale: #1A1A1A. Windows color (decimal): -14217418 or 3542823. OLE color: 3542823.
HSL color Cylindrical-coordinate representation of color #270F36: hue angle of 276.92º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #270F36 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 15 | 54 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.79 |
| HSL | 276.92º | 0.57% | 0.14% | - |
| HSV(B) | 276.92º | 0.72% | 0.21% | - |
| XYZ | 1.67 | 1.04 | 3.6 | - |
| YUV | 26.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 54 | 0.28 | 0.72 | 0 | 0.79 | 276.92 | 0.57 | 0.14 |
| Hex | 27 | F | 36 | 1C | 48 | 0 | 4F | 115 | 39 | E |
| Octal | 47 | 17 | 66 | 34 | 110 | 0 | 117 | 425 | 71 | 16 |
| Binary | 100111 | 1111 | 110110 | 11100 | 1001000 | 0 | 1001111 | 100010101 | 111001 | 1110 |
Color Harmonies of #270F36
Complementary color
Monochromatic Colors of #270F36
Black with #270F36
Text Example
Text Example
White with #270F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F36; }
p { color: rgb(39,15,54); }
H1.HeaderClassName
{
color: #270F36;
}
.AnyTagClassName
{
color: #270F36;
}
</style>
background-color css
<style>
a { background-color: #270F36; }
a { background-color: rgb(39,15,54); }
div.DivClassName
{
background-color: #270F36;
}
.BgClassName
{
background-color: #270F36;
}
</style>
border-color css
<style>
span { border-color: #270F36; }
span { border-color: rgb(39,15,54); }
td.TdClassName
{
border-color: #270F36;
}
.TagClassName
{
border-color: #270F36;
}
</style>