Shades of Blackcurrant #270C3F
Tints of Blackcurrant #270C3F
RGB
CMYK
RGB Variations
Color information
#270C3F (or 0x270C3F) is known color: Blackcurrant. HEX triplet: 27, 0C and 3F. RGB value is (39,12,63). Sum of RGB (Red+Green+Blue) = 39+12+63=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #270C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C3F is #D8F3C0. Grayscale: #191919. Windows color (decimal): -14218177 or 4131879. OLE color: 4131879.
HSL color Cylindrical-coordinate representation of color #270C3F: hue angle of 271.76º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #270C3F is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 12 | 63 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.75 |
| HSL | 271.76º | 0.68% | 0.15% | - |
| HSV(B) | 271.76º | 0.81% | 0.25% | - |
| XYZ | 1.87 | 1.05 | 4.81 | - |
| YUV | 25.89 | 148.95 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 63 | 0.38 | 0.81 | 0 | 0.75 | 271.76 | 0.68 | 0.15 |
| Hex | 27 | C | 3F | 26 | 51 | 0 | 4B | 110 | 44 | F |
| Octal | 47 | 14 | 77 | 46 | 121 | 0 | 113 | 420 | 104 | 17 |
| Binary | 100111 | 1100 | 111111 | 100110 | 1010001 | 0 | 1001011 | 100010000 | 1000100 | 1111 |
Color Harmonies of #270C3F
Complementary color
Monochromatic Colors of #270C3F
Black with #270C3F
Text Example
Text Example
White with #270C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C3F; }
p { color: rgb(39,12,63); }
H1.HeaderClassName
{
color: #270C3F;
}
.AnyTagClassName
{
color: #270C3F;
}
</style>
background-color css
<style>
a { background-color: #270C3F; }
a { background-color: rgb(39,12,63); }
div.DivClassName
{
background-color: #270C3F;
}
.BgClassName
{
background-color: #270C3F;
}
</style>
border-color css
<style>
span { border-color: #270C3F; }
span { border-color: rgb(39,12,63); }
td.TdClassName
{
border-color: #270C3F;
}
.TagClassName
{
border-color: #270C3F;
}
</style>