Shades of Blackcurrant #27022C
Tints of Blackcurrant #27022C
RGB
CMYK
RGB Variations
Color information
#27022C (or 0x27022C) is known color: Blackcurrant. HEX triplet: 27, 02 and 2C. RGB value is (39,2,44). Sum of RGB (Red+Green+Blue) = 39+2+44=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #27022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27022C is #D8FDD3. Grayscale: #111111. Windows color (decimal): -14220756 or 2884135. OLE color: 2884135.
HSL color Cylindrical-coordinate representation of color #27022C: hue angle of 292.86º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27022C is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 2 | 44 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.83 |
| HSL | 292.86º | 0.91% | 0.09% | - |
| HSV(B) | 292.86º | 0.95% | 0.17% | - |
| XYZ | 1.31 | 0.66 | 2.44 | - |
| YUV | 17.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 44 | 0.11 | 0.95 | 0 | 0.83 | 292.86 | 0.91 | 0.09 |
| Hex | 27 | 2 | 2C | B | 5F | 0 | 53 | 125 | 5B | 9 |
| Octal | 47 | 2 | 54 | 13 | 137 | 0 | 123 | 445 | 133 | 11 |
| Binary | 100111 | 10 | 101100 | 1011 | 1011111 | 0 | 1010011 | 100100101 | 1011011 | 1001 |
Color Harmonies of #27022C
Complementary color
Monochromatic Colors of #27022C
Black with #27022C
Text Example
Text Example
White with #27022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27022C; }
p { color: rgb(39,2,44); }
H1.HeaderClassName
{
color: #27022C;
}
.AnyTagClassName
{
color: #27022C;
}
</style>
background-color css
<style>
a { background-color: #27022C; }
a { background-color: rgb(39,2,44); }
div.DivClassName
{
background-color: #27022C;
}
.BgClassName
{
background-color: #27022C;
}
</style>
border-color css
<style>
span { border-color: #27022C; }
span { border-color: rgb(39,2,44); }
td.TdClassName
{
border-color: #27022C;
}
.TagClassName
{
border-color: #27022C;
}
</style>