Shades of Blackcurrant #27022D
Tints of Blackcurrant #27022D
RGB
CMYK
RGB Variations
Color information
#27022D (or 0x27022D) is known color: Blackcurrant. HEX triplet: 27, 02 and 2D. RGB value is (39,2,45). Sum of RGB (Red+Green+Blue) = 39+2+45=86 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.35% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 45 (17.97% from 255 or 52.33% from 86); Max value from RGB is 45 - color contains mainly: blue. Hex color #27022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27022D is #D8FDD2. Grayscale: #111111. Windows color (decimal): -14220755 or 2949671. OLE color: 2949671.
HSL color Cylindrical-coordinate representation of color #27022D: hue angle of 291.63º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #27022D is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 2 | 45 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.82 |
| HSL | 291.63º | 0.91% | 0.09% | - |
| HSV(B) | 291.63º | 0.96% | 0.18% | - |
| XYZ | 1.33 | 0.66 | 2.54 | - |
| YUV | 17.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 45 | 0.13 | 0.96 | 0 | 0.82 | 291.63 | 0.91 | 0.09 |
| Hex | 27 | 2 | 2D | D | 60 | 0 | 52 | 124 | 5B | 9 |
| Octal | 47 | 2 | 55 | 15 | 140 | 0 | 122 | 444 | 133 | 11 |
| Binary | 100111 | 10 | 101101 | 1101 | 1100000 | 0 | 1010010 | 100100100 | 1011011 | 1001 |
Color Harmonies of #27022D
Complementary color
Monochromatic Colors of #27022D
Black with #27022D
Text Example
Text Example
White with #27022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27022D; }
p { color: rgb(39,2,45); }
H1.HeaderClassName
{
color: #27022D;
}
.AnyTagClassName
{
color: #27022D;
}
</style>
background-color css
<style>
a { background-color: #27022D; }
a { background-color: rgb(39,2,45); }
div.DivClassName
{
background-color: #27022D;
}
.BgClassName
{
background-color: #27022D;
}
</style>
border-color css
<style>
span { border-color: #27022D; }
span { border-color: rgb(39,2,45); }
td.TdClassName
{
border-color: #27022D;
}
.TagClassName
{
border-color: #27022D;
}
</style>