Shades of Blackcurrant #1D0A27
Tints of Blackcurrant #1D0A27
RGB
CMYK
RGB Variations
Color information
#1D0A27 (or 0x1D0A27) is known color: Blackcurrant. HEX triplet: 1D, 0A and 27. RGB value is (29,10,39). Sum of RGB (Red+Green+Blue) = 29+10+39=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 39 (15.62% from 255 or 50% from 78); Max value from RGB is 39 - color contains mainly: blue. Hex color #1D0A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0A27 is #E2F5D8. Grayscale: #121212. Windows color (decimal): -14874073 or 2558493. OLE color: 2558493.
HSL color Cylindrical-coordinate representation of color #1D0A27: hue angle of 279.31º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D0A27 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 10 | 39 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.85 |
| HSL | 279.31º | 0.59% | 0.1% | - |
| HSV(B) | 279.31º | 0.74% | 0.15% | - |
| XYZ | 0.98 | 0.62 | 1.99 | - |
| YUV | 18.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 10 | 39 | 0.26 | 0.74 | 0 | 0.85 | 279.31 | 0.59 | 0.1 |
| Hex | 1D | A | 27 | 1A | 4A | 0 | 55 | 117 | 3B | A |
| Octal | 35 | 12 | 47 | 32 | 112 | 0 | 125 | 427 | 73 | 12 |
| Binary | 11101 | 1010 | 100111 | 11010 | 1001010 | 0 | 1010101 | 100010111 | 111011 | 1010 |
Color Harmonies of #1D0A27
Complementary color
Monochromatic Colors of #1D0A27
Black with #1D0A27
Text Example
Text Example
White with #1D0A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0A27; }
p { color: rgb(29,10,39); }
H1.HeaderClassName
{
color: #1D0A27;
}
.AnyTagClassName
{
color: #1D0A27;
}
</style>
background-color css
<style>
a { background-color: #1D0A27; }
a { background-color: rgb(29,10,39); }
div.DivClassName
{
background-color: #1D0A27;
}
.BgClassName
{
background-color: #1D0A27;
}
</style>
border-color css
<style>
span { border-color: #1D0A27; }
span { border-color: rgb(29,10,39); }
td.TdClassName
{
border-color: #1D0A27;
}
.TagClassName
{
border-color: #1D0A27;
}
</style>