Shades of Blackcurrant #27013E
Tints of Blackcurrant #27013E
RGB
CMYK
RGB Variations
Color information
#27013E (or 0x27013E) is known color: Blackcurrant. HEX triplet: 27, 01 and 3E. RGB value is (39,1,62). Sum of RGB (Red+Green+Blue) = 39+1+62=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 62 (24.61% from 255 or 60.78% from 102); Max value from RGB is 62 - color contains mainly: blue. Hex color #27013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27013E is #D8FEC1. Grayscale: #131313. Windows color (decimal): -14220994 or 4063527. OLE color: 4063527.
HSL color Cylindrical-coordinate representation of color #27013E: hue angle of 277.38º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27013E is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 1 | 62 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.76 |
| HSL | 277.38º | 0.97% | 0.12% | - |
| HSV(B) | 277.38º | 0.98% | 0.24% | - |
| XYZ | 1.72 | 0.8 | 4.62 | - |
| YUV | 19.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 62 | 0.37 | 0.98 | 0 | 0.76 | 277.38 | 0.97 | 0.12 |
| Hex | 27 | 1 | 3E | 25 | 62 | 0 | 4C | 115 | 61 | C |
| Octal | 47 | 1 | 76 | 45 | 142 | 0 | 114 | 425 | 141 | 14 |
| Binary | 100111 | 1 | 111110 | 100101 | 1100010 | 0 | 1001100 | 100010101 | 1100001 | 1100 |
Color Harmonies of #27013E
Complementary color
Monochromatic Colors of #27013E
Black with #27013E
Text Example
Text Example
White with #27013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27013E; }
p { color: rgb(39,1,62); }
H1.HeaderClassName
{
color: #27013E;
}
.AnyTagClassName
{
color: #27013E;
}
</style>
background-color css
<style>
a { background-color: #27013E; }
a { background-color: rgb(39,1,62); }
div.DivClassName
{
background-color: #27013E;
}
.BgClassName
{
background-color: #27013E;
}
</style>
border-color css
<style>
span { border-color: #27013E; }
span { border-color: rgb(39,1,62); }
td.TdClassName
{
border-color: #27013E;
}
.TagClassName
{
border-color: #27013E;
}
</style>