Shades of Blackcurrant #27092D
Tints of Blackcurrant #27092D
RGB
CMYK
RGB Variations
Color information
#27092D (or 0x27092D) is known color: Blackcurrant. HEX triplet: 27, 09 and 2D. RGB value is (39,9,45). Sum of RGB (Red+Green+Blue) = 39+9+45=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 45 (17.97% from 255 or 48.39% from 93); Max value from RGB is 45 - color contains mainly: blue. Hex color #27092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27092D is #D8F6D2. Grayscale: #151515. Windows color (decimal): -14218963 or 2951463. OLE color: 2951463.
HSL color Cylindrical-coordinate representation of color #27092D: hue angle of 290º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27092D is Cyan = 0.13, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 9 | 45 | - |
| CMYK | 0.13 | 0.8 | 0 | 0.82 |
| HSL | 290º | 0.67% | 0.11% | - |
| HSV(B) | 290º | 0.8% | 0.18% | - |
| XYZ | 1.41 | 0.82 | 2.57 | - |
| YUV | 22.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 9 | 45 | 0.13 | 0.8 | 0 | 0.82 | 290 | 0.67 | 0.11 |
| Hex | 27 | 9 | 2D | D | 50 | 0 | 52 | 122 | 43 | B |
| Octal | 47 | 11 | 55 | 15 | 120 | 0 | 122 | 442 | 103 | 13 |
| Binary | 100111 | 1001 | 101101 | 1101 | 1010000 | 0 | 1010010 | 100100010 | 1000011 | 1011 |
Color Harmonies of #27092D
Complementary color
Monochromatic Colors of #27092D
Black with #27092D
Text Example
Text Example
White with #27092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27092D; }
p { color: rgb(39,9,45); }
H1.HeaderClassName
{
color: #27092D;
}
.AnyTagClassName
{
color: #27092D;
}
</style>
background-color css
<style>
a { background-color: #27092D; }
a { background-color: rgb(39,9,45); }
div.DivClassName
{
background-color: #27092D;
}
.BgClassName
{
background-color: #27092D;
}
</style>
border-color css
<style>
span { border-color: #27092D; }
span { border-color: rgb(39,9,45); }
td.TdClassName
{
border-color: #27092D;
}
.TagClassName
{
border-color: #27092D;
}
</style>