Shades of Blackcurrant #27023D
Tints of Blackcurrant #27023D
RGB
CMYK
RGB Variations
Color information
#27023D (or 0x27023D) is known color: Blackcurrant. HEX triplet: 27, 02 and 3D. RGB value is (39,2,61). Sum of RGB (Red+Green+Blue) = 39+2+61=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 61 (24.22% from 255 or 59.80% from 102); Max value from RGB is 61 - color contains mainly: blue. Hex color #27023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27023D is #D8FDC2. Grayscale: #131313. Windows color (decimal): -14220739 or 3998247. OLE color: 3998247.
HSL color Cylindrical-coordinate representation of color #27023D: hue angle of 277.63º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #27023D is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 2 | 61 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.76 |
| HSL | 277.63º | 0.94% | 0.12% | - |
| HSV(B) | 277.63º | 0.97% | 0.24% | - |
| XYZ | 1.7 | 0.81 | 4.48 | - |
| YUV | 19.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 61 | 0.36 | 0.97 | 0 | 0.76 | 277.63 | 0.94 | 0.12 |
| Hex | 27 | 2 | 3D | 24 | 61 | 0 | 4C | 116 | 5E | C |
| Octal | 47 | 2 | 75 | 44 | 141 | 0 | 114 | 426 | 136 | 14 |
| Binary | 100111 | 10 | 111101 | 100100 | 1100001 | 0 | 1001100 | 100010110 | 1011110 | 1100 |
Color Harmonies of #27023D
Complementary color
Monochromatic Colors of #27023D
Black with #27023D
Text Example
Text Example
White with #27023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27023D; }
p { color: rgb(39,2,61); }
H1.HeaderClassName
{
color: #27023D;
}
.AnyTagClassName
{
color: #27023D;
}
</style>
background-color css
<style>
a { background-color: #27023D; }
a { background-color: rgb(39,2,61); }
div.DivClassName
{
background-color: #27023D;
}
.BgClassName
{
background-color: #27023D;
}
</style>
border-color css
<style>
span { border-color: #27023D; }
span { border-color: rgb(39,2,61); }
td.TdClassName
{
border-color: #27023D;
}
.TagClassName
{
border-color: #27023D;
}
</style>