Shades of Blackcurrant #272030
Tints of Blackcurrant #272030
RGB
CMYK
RGB Variations
Color information
#272030 (or 0x272030) is known color: Blackcurrant. HEX triplet: 27, 20 and 30. RGB value is (39,32,48). Sum of RGB (Red+Green+Blue) = 39+32+48=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 48 - color contains mainly: blue. Hex color #272030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272030 is #D8DFCF. Grayscale: #232323. Windows color (decimal): -14213072 or 3153959. OLE color: 3153959.
HSL color Cylindrical-coordinate representation of color #272030: hue angle of 266.25º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #272030 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 32 | 48 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.81 |
| HSL | 266.25º | 0.2% | 0.16% | - |
| HSV(B) | 266.25º | 0.33% | 0.19% | - |
| XYZ | 1.89 | 1.68 | 3.02 | - |
| YUV | 35.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 32 | 48 | 0.19 | 0.33 | 0 | 0.81 | 266.25 | 0.2 | 0.16 |
| Hex | 27 | 20 | 30 | 13 | 21 | 0 | 51 | 10A | 14 | 10 |
| Octal | 47 | 40 | 60 | 23 | 41 | 0 | 121 | 412 | 24 | 20 |
| Binary | 100111 | 100000 | 110000 | 10011 | 100001 | 0 | 1010001 | 100001010 | 10100 | 10000 |
Color Harmonies of #272030
Complementary color
Monochromatic Colors of #272030
Black with #272030
Text Example
Text Example
White with #272030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272030; }
p { color: rgb(39,32,48); }
H1.HeaderClassName
{
color: #272030;
}
.AnyTagClassName
{
color: #272030;
}
</style>
background-color css
<style>
a { background-color: #272030; }
a { background-color: rgb(39,32,48); }
div.DivClassName
{
background-color: #272030;
}
.BgClassName
{
background-color: #272030;
}
</style>
border-color css
<style>
span { border-color: #272030; }
span { border-color: rgb(39,32,48); }
td.TdClassName
{
border-color: #272030;
}
.TagClassName
{
border-color: #272030;
}
</style>