Shades of Blackcurrant #27182B
Tints of Blackcurrant #27182B
RGB
CMYK
RGB Variations
Color information
#27182B (or 0x27182B) is known color: Blackcurrant. HEX triplet: 27, 18 and 2B. RGB value is (39,24,43). Sum of RGB (Red+Green+Blue) = 39+24+43=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 43 - color contains mainly: blue. Hex color #27182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27182B is #D8E7D4. Grayscale: #1E1E1E. Windows color (decimal): -14215125 or 2824231. OLE color: 2824231.
HSL color Cylindrical-coordinate representation of color #27182B: hue angle of 287.37º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #27182B is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 24 | 43 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.83 |
| HSL | 287.37º | 0.28% | 0.13% | - |
| HSV(B) | 287.37º | 0.44% | 0.17% | - |
| XYZ | 1.6 | 1.26 | 2.44 | - |
| YUV | 30.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 43 | 0.09 | 0.44 | 0 | 0.83 | 287.37 | 0.28 | 0.13 |
| Hex | 27 | 18 | 2B | 9 | 2C | 0 | 53 | 11F | 1C | D |
| Octal | 47 | 30 | 53 | 11 | 54 | 0 | 123 | 437 | 34 | 15 |
| Binary | 100111 | 11000 | 101011 | 1001 | 101100 | 0 | 1010011 | 100011111 | 11100 | 1101 |
Color Harmonies of #27182B
Complementary color
Monochromatic Colors of #27182B
Black with #27182B
Text Example
Text Example
White with #27182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27182B; }
p { color: rgb(39,24,43); }
H1.HeaderClassName
{
color: #27182B;
}
.AnyTagClassName
{
color: #27182B;
}
</style>
background-color css
<style>
a { background-color: #27182B; }
a { background-color: rgb(39,24,43); }
div.DivClassName
{
background-color: #27182B;
}
.BgClassName
{
background-color: #27182B;
}
</style>
border-color css
<style>
span { border-color: #27182B; }
span { border-color: rgb(39,24,43); }
td.TdClassName
{
border-color: #27182B;
}
.TagClassName
{
border-color: #27182B;
}
</style>