Shades of Blackcurrant #270D2D
Tints of Blackcurrant #270D2D
RGB
CMYK
RGB Variations
Color information
#270D2D (or 0x270D2D) is known color: Blackcurrant. HEX triplet: 27, 0D and 2D. RGB value is (39,13,45). Sum of RGB (Red+Green+Blue) = 39+13+45=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #270D2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D2D is #D8F2D2. Grayscale: #181818. Windows color (decimal): -14217939 or 2952487. OLE color: 2952487.
HSL color Cylindrical-coordinate representation of color #270D2D: hue angle of 288.75º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #270D2D is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 13 | 45 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.82 |
| HSL | 288.75º | 0.55% | 0.11% | - |
| HSV(B) | 288.75º | 0.71% | 0.18% | - |
| XYZ | 1.45 | 0.91 | 2.58 | - |
| YUV | 24.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 45 | 0.13 | 0.71 | 0 | 0.82 | 288.75 | 0.55 | 0.11 |
| Hex | 27 | D | 2D | D | 47 | 0 | 52 | 121 | 37 | B |
| Octal | 47 | 15 | 55 | 15 | 107 | 0 | 122 | 441 | 67 | 13 |
| Binary | 100111 | 1101 | 101101 | 1101 | 1000111 | 0 | 1010010 | 100100001 | 110111 | 1011 |
Color Harmonies of #270D2D
Complementary color
Monochromatic Colors of #270D2D
Black with #270D2D
Text Example
Text Example
White with #270D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D2D; }
p { color: rgb(39,13,45); }
H1.HeaderClassName
{
color: #270D2D;
}
.AnyTagClassName
{
color: #270D2D;
}
</style>
background-color css
<style>
a { background-color: #270D2D; }
a { background-color: rgb(39,13,45); }
div.DivClassName
{
background-color: #270D2D;
}
.BgClassName
{
background-color: #270D2D;
}
</style>
border-color css
<style>
span { border-color: #270D2D; }
span { border-color: rgb(39,13,45); }
td.TdClassName
{
border-color: #270D2D;
}
.TagClassName
{
border-color: #270D2D;
}
</style>