Shades of Blackcurrant #270D48
Tints of Blackcurrant #270D48
RGB
CMYK
RGB Variations
Color information
#270D48 (or 0x270D48) is known color: Blackcurrant. HEX triplet: 27, 0D and 48. RGB value is (39,13,72). Sum of RGB (Red+Green+Blue) = 39+13+72=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #270D48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D48 is #D8F2B7. Grayscale: #1B1B1B. Windows color (decimal): -14217912 or 4721959. OLE color: 4721959.
HSL color Cylindrical-coordinate representation of color #270D48: hue angle of 266.44º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #270D48 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 13 | 72 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.72 |
| HSL | 266.44º | 0.69% | 0.17% | - |
| HSV(B) | 266.44º | 0.82% | 0.28% | - |
| XYZ | 2.15 | 1.19 | 6.25 | - |
| YUV | 27.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 72 | 0.46 | 0.82 | 0 | 0.72 | 266.44 | 0.69 | 0.17 |
| Hex | 27 | D | 48 | 2E | 52 | 0 | 48 | 10A | 45 | 11 |
| Octal | 47 | 15 | 110 | 56 | 122 | 0 | 110 | 412 | 105 | 21 |
| Binary | 100111 | 1101 | 1001000 | 101110 | 1010010 | 0 | 1001000 | 100001010 | 1000101 | 10001 |
Color Harmonies of #270D48
Complementary color
Monochromatic Colors of #270D48
Black with #270D48
Text Example
Text Example
White with #270D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D48; }
p { color: rgb(39,13,72); }
H1.HeaderClassName
{
color: #270D48;
}
.AnyTagClassName
{
color: #270D48;
}
</style>
background-color css
<style>
a { background-color: #270D48; }
a { background-color: rgb(39,13,72); }
div.DivClassName
{
background-color: #270D48;
}
.BgClassName
{
background-color: #270D48;
}
</style>
border-color css
<style>
span { border-color: #270D48; }
span { border-color: rgb(39,13,72); }
td.TdClassName
{
border-color: #270D48;
}
.TagClassName
{
border-color: #270D48;
}
</style>