Shades of Blackcurrant #270D34
Tints of Blackcurrant #270D34
RGB
CMYK
RGB Variations
Color information
#270D34 (or 0x270D34) is known color: Blackcurrant. HEX triplet: 27, 0D and 34. RGB value is (39,13,52). Sum of RGB (Red+Green+Blue) = 39+13+52=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #270D34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D34 is #D8F2CB. Grayscale: #191919. Windows color (decimal): -14217932 or 3411239. OLE color: 3411239.
HSL color Cylindrical-coordinate representation of color #270D34: hue angle of 280º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #270D34 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 13 | 52 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.80 |
| HSL | 280º | 0.6% | 0.13% | - |
| HSV(B) | 280º | 0.75% | 0.2% | - |
| XYZ | 1.6 | 0.97 | 3.35 | - |
| YUV | 25.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 52 | 0.25 | 0.75 | 0 | 0.80 | 280 | 0.6 | 0.13 |
| Hex | 27 | D | 34 | 19 | 4B | 0 | 50 | 118 | 3C | D |
| Octal | 47 | 15 | 64 | 31 | 113 | 0 | 120 | 430 | 74 | 15 |
| Binary | 100111 | 1101 | 110100 | 11001 | 1001011 | 0 | 1010000 | 100011000 | 111100 | 1101 |
Color Harmonies of #270D34
Complementary color
Monochromatic Colors of #270D34
Black with #270D34
Text Example
Text Example
White with #270D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D34; }
p { color: rgb(39,13,52); }
H1.HeaderClassName
{
color: #270D34;
}
.AnyTagClassName
{
color: #270D34;
}
</style>
background-color css
<style>
a { background-color: #270D34; }
a { background-color: rgb(39,13,52); }
div.DivClassName
{
background-color: #270D34;
}
.BgClassName
{
background-color: #270D34;
}
</style>
border-color css
<style>
span { border-color: #270D34; }
span { border-color: rgb(39,13,52); }
td.TdClassName
{
border-color: #270D34;
}
.TagClassName
{
border-color: #270D34;
}
</style>