Shades of Blackcurrant #27103D
Tints of Blackcurrant #27103D
RGB
CMYK
RGB Variations
Color information
#27103D (or 0x27103D) is known color: Blackcurrant. HEX triplet: 27, 10 and 3D. RGB value is (39,16,61). Sum of RGB (Red+Green+Blue) = 39+16+61=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #27103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27103D is #D8EFC2. Grayscale: #1B1B1B. Windows color (decimal): -14217155 or 4001831. OLE color: 4001831.
HSL color Cylindrical-coordinate representation of color #27103D: hue angle of 270.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27103D is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 16 | 61 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.76 |
| HSL | 270.67º | 0.58% | 0.15% | - |
| HSV(B) | 270.67º | 0.74% | 0.24% | - |
| XYZ | 1.86 | 1.14 | 4.54 | - |
| YUV | 28.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 16 | 61 | 0.36 | 0.74 | 0 | 0.76 | 270.67 | 0.58 | 0.15 |
| Hex | 27 | 10 | 3D | 24 | 4A | 0 | 4C | 10F | 3A | F |
| Octal | 47 | 20 | 75 | 44 | 112 | 0 | 114 | 417 | 72 | 17 |
| Binary | 100111 | 10000 | 111101 | 100100 | 1001010 | 0 | 1001100 | 100001111 | 111010 | 1111 |
Color Harmonies of #27103D
Complementary color
Monochromatic Colors of #27103D
Black with #27103D
Text Example
Text Example
White with #27103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27103D; }
p { color: rgb(39,16,61); }
H1.HeaderClassName
{
color: #27103D;
}
.AnyTagClassName
{
color: #27103D;
}
</style>
background-color css
<style>
a { background-color: #27103D; }
a { background-color: rgb(39,16,61); }
div.DivClassName
{
background-color: #27103D;
}
.BgClassName
{
background-color: #27103D;
}
</style>
border-color css
<style>
span { border-color: #27103D; }
span { border-color: rgb(39,16,61); }
td.TdClassName
{
border-color: #27103D;
}
.TagClassName
{
border-color: #27103D;
}
</style>