Shades of Blackcurrant #270F2D
Tints of Blackcurrant #270F2D
RGB
CMYK
RGB Variations
Color information
#270F2D (or 0x270F2D) is known color: Blackcurrant. HEX triplet: 27, 0F and 2D. RGB value is (39,15,45). Sum of RGB (Red+Green+Blue) = 39+15+45=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 45 - color contains mainly: blue. Hex color #270F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F2D is #D8F0D2. Grayscale: #191919. Windows color (decimal): -14217427 or 2952999. OLE color: 2952999.
HSL color Cylindrical-coordinate representation of color #270F2D: hue angle of 288º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #270F2D is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 15 | 45 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.82 |
| HSL | 288º | 0.5% | 0.12% | - |
| HSV(B) | 288º | 0.67% | 0.18% | - |
| XYZ | 1.48 | 0.96 | 2.59 | - |
| YUV | 25.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 45 | 0.13 | 0.67 | 0 | 0.82 | 288 | 0.5 | 0.12 |
| Hex | 27 | F | 2D | D | 43 | 0 | 52 | 120 | 32 | C |
| Octal | 47 | 17 | 55 | 15 | 103 | 0 | 122 | 440 | 62 | 14 |
| Binary | 100111 | 1111 | 101101 | 1101 | 1000011 | 0 | 1010010 | 100100000 | 110010 | 1100 |
Color Harmonies of #270F2D
Complementary color
Monochromatic Colors of #270F2D
Black with #270F2D
Text Example
Text Example
White with #270F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F2D; }
p { color: rgb(39,15,45); }
H1.HeaderClassName
{
color: #270F2D;
}
.AnyTagClassName
{
color: #270F2D;
}
</style>
background-color css
<style>
a { background-color: #270F2D; }
a { background-color: rgb(39,15,45); }
div.DivClassName
{
background-color: #270F2D;
}
.BgClassName
{
background-color: #270F2D;
}
</style>
border-color css
<style>
span { border-color: #270F2D; }
span { border-color: rgb(39,15,45); }
td.TdClassName
{
border-color: #270F2D;
}
.TagClassName
{
border-color: #270F2D;
}
</style>