Shades of Blackcurrant #270F3F
Tints of Blackcurrant #270F3F
RGB
CMYK
RGB Variations
Color information
#270F3F (or 0x270F3F) is known color: Blackcurrant. HEX triplet: 27, 0F and 3F. RGB value is (39,15,63). Sum of RGB (Red+Green+Blue) = 39+15+63=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #270F3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F3F is #D8F0C0. Grayscale: #1B1B1B. Windows color (decimal): -14217409 or 4132647. OLE color: 4132647.
HSL color Cylindrical-coordinate representation of color #270F3F: hue angle of 270º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #270F3F is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 15 | 63 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.75 |
| HSL | 270º | 0.62% | 0.15% | - |
| HSV(B) | 270º | 0.76% | 0.25% | - |
| XYZ | 1.9 | 1.13 | 4.82 | - |
| YUV | 27.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 63 | 0.38 | 0.76 | 0 | 0.75 | 270 | 0.62 | 0.15 |
| Hex | 27 | F | 3F | 26 | 4C | 0 | 4B | 10E | 3E | F |
| Octal | 47 | 17 | 77 | 46 | 114 | 0 | 113 | 416 | 76 | 17 |
| Binary | 100111 | 1111 | 111111 | 100110 | 1001100 | 0 | 1001011 | 100001110 | 111110 | 1111 |
Color Harmonies of #270F3F
Complementary color
Monochromatic Colors of #270F3F
Black with #270F3F
Text Example
Text Example
White with #270F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F3F; }
p { color: rgb(39,15,63); }
H1.HeaderClassName
{
color: #270F3F;
}
.AnyTagClassName
{
color: #270F3F;
}
</style>
background-color css
<style>
a { background-color: #270F3F; }
a { background-color: rgb(39,15,63); }
div.DivClassName
{
background-color: #270F3F;
}
.BgClassName
{
background-color: #270F3F;
}
</style>
border-color css
<style>
span { border-color: #270F3F; }
span { border-color: rgb(39,15,63); }
td.TdClassName
{
border-color: #270F3F;
}
.TagClassName
{
border-color: #270F3F;
}
</style>