Shades of Blackcurrant #27073C
Tints of Blackcurrant #27073C
RGB
CMYK
RGB Variations
Color information
#27073C (or 0x27073C) is known color: Blackcurrant. HEX triplet: 27, 07 and 3C. RGB value is (39,7,60). Sum of RGB (Red+Green+Blue) = 39+7+60=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #27073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27073C is #D8F8C3. Grayscale: #161616. Windows color (decimal): -14219460 or 3933991. OLE color: 3933991.
HSL color Cylindrical-coordinate representation of color #27073C: hue angle of 276.23º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #27073C is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 7 | 60 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.76 |
| HSL | 276.23º | 0.79% | 0.13% | - |
| HSV(B) | 276.23º | 0.88% | 0.24% | - |
| XYZ | 1.73 | 0.91 | 4.36 | - |
| YUV | 22.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 7 | 60 | 0.35 | 0.88 | 0 | 0.76 | 276.23 | 0.79 | 0.13 |
| Hex | 27 | 7 | 3C | 23 | 58 | 0 | 4C | 114 | 4F | D |
| Octal | 47 | 7 | 74 | 43 | 130 | 0 | 114 | 424 | 117 | 15 |
| Binary | 100111 | 111 | 111100 | 100011 | 1011000 | 0 | 1001100 | 100010100 | 1001111 | 1101 |
Color Harmonies of #27073C
Complementary color
Monochromatic Colors of #27073C
Black with #27073C
Text Example
Text Example
White with #27073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27073C; }
p { color: rgb(39,7,60); }
H1.HeaderClassName
{
color: #27073C;
}
.AnyTagClassName
{
color: #27073C;
}
</style>
background-color css
<style>
a { background-color: #27073C; }
a { background-color: rgb(39,7,60); }
div.DivClassName
{
background-color: #27073C;
}
.BgClassName
{
background-color: #27073C;
}
</style>
border-color css
<style>
span { border-color: #27073C; }
span { border-color: rgb(39,7,60); }
td.TdClassName
{
border-color: #27073C;
}
.TagClassName
{
border-color: #27073C;
}
</style>