Shades of Blackcurrant #27103C
Tints of Blackcurrant #27103C
RGB
CMYK
RGB Variations
Color information
#27103C (or 0x27103C) is known color: Blackcurrant. HEX triplet: 27, 10 and 3C. RGB value is (39,16,60). Sum of RGB (Red+Green+Blue) = 39+16+60=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 60 (23.83% from 255 or 52.17% from 115); Max value from RGB is 60 - color contains mainly: blue. Hex color #27103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27103C is #D8EFC3. Grayscale: #1B1B1B. Windows color (decimal): -14217156 or 3936295. OLE color: 3936295.
HSL color Cylindrical-coordinate representation of color #27103C: hue angle of 271.36º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27103C is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 16 | 60 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.76 |
| HSL | 271.36º | 0.58% | 0.15% | - |
| HSV(B) | 271.36º | 0.73% | 0.24% | - |
| XYZ | 1.84 | 1.13 | 4.4 | - |
| YUV | 27.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 16 | 60 | 0.35 | 0.73 | 0 | 0.76 | 271.36 | 0.58 | 0.15 |
| Hex | 27 | 10 | 3C | 23 | 49 | 0 | 4C | 10F | 3A | F |
| Octal | 47 | 20 | 74 | 43 | 111 | 0 | 114 | 417 | 72 | 17 |
| Binary | 100111 | 10000 | 111100 | 100011 | 1001001 | 0 | 1001100 | 100001111 | 111010 | 1111 |
Color Harmonies of #27103C
Complementary color
Monochromatic Colors of #27103C
Black with #27103C
Text Example
Text Example
White with #27103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27103C; }
p { color: rgb(39,16,60); }
H1.HeaderClassName
{
color: #27103C;
}
.AnyTagClassName
{
color: #27103C;
}
</style>
background-color css
<style>
a { background-color: #27103C; }
a { background-color: rgb(39,16,60); }
div.DivClassName
{
background-color: #27103C;
}
.BgClassName
{
background-color: #27103C;
}
</style>
border-color css
<style>
span { border-color: #27103C; }
span { border-color: rgb(39,16,60); }
td.TdClassName
{
border-color: #27103C;
}
.TagClassName
{
border-color: #27103C;
}
</style>