Shades of Blackcurrant #1C0D27
Tints of Blackcurrant #1C0D27
RGB
CMYK
RGB Variations
Color information
#1C0D27 (or 0x1C0D27) is known color: Blackcurrant. HEX triplet: 1C, 0D and 27. RGB value is (28,13,39). Sum of RGB (Red+Green+Blue) = 28+13+39=80 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #1C0D27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0D27 is #E3F2D8. Grayscale: #141414. Windows color (decimal): -14938841 or 2559260. OLE color: 2559260.
HSL color Cylindrical-coordinate representation of color #1C0D27: hue angle of 274.62º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C0D27 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 13 | 39 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.85 |
| HSL | 274.62º | 0.5% | 0.1% | - |
| HSV(B) | 274.62º | 0.67% | 0.15% | - |
| XYZ | 0.99 | 0.68 | 2 | - |
| YUV | 20.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 13 | 39 | 0.28 | 0.67 | 0 | 0.85 | 274.62 | 0.5 | 0.1 |
| Hex | 1C | D | 27 | 1C | 43 | 0 | 55 | 113 | 32 | A |
| Octal | 34 | 15 | 47 | 34 | 103 | 0 | 125 | 423 | 62 | 12 |
| Binary | 11100 | 1101 | 100111 | 11100 | 1000011 | 0 | 1010101 | 100010011 | 110010 | 1010 |
Color Harmonies of #1C0D27
Complementary color
Monochromatic Colors of #1C0D27
Black with #1C0D27
Text Example
Text Example
White with #1C0D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0D27; }
p { color: rgb(28,13,39); }
H1.HeaderClassName
{
color: #1C0D27;
}
.AnyTagClassName
{
color: #1C0D27;
}
</style>
background-color css
<style>
a { background-color: #1C0D27; }
a { background-color: rgb(28,13,39); }
div.DivClassName
{
background-color: #1C0D27;
}
.BgClassName
{
background-color: #1C0D27;
}
</style>
border-color css
<style>
span { border-color: #1C0D27; }
span { border-color: rgb(28,13,39); }
td.TdClassName
{
border-color: #1C0D27;
}
.TagClassName
{
border-color: #1C0D27;
}
</style>