Shades of Blackcurrant #1A0727
Tints of Blackcurrant #1A0727
RGB
CMYK
RGB Variations
Color information
#1A0727 (or 0x1A0727) is known color: Blackcurrant. HEX triplet: 1A, 07 and 27. RGB value is (26,7,39). Sum of RGB (Red+Green+Blue) = 26+7+39=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #1A0727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0727 is #E5F8D8. Grayscale: #101010. Windows color (decimal): -15071449 or 2557722. OLE color: 2557722.
HSL color Cylindrical-coordinate representation of color #1A0727: hue angle of 275.62º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A0727 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 7 | 39 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.85 |
| HSL | 275.63º | 0.7% | 0.09% | - |
| HSV(B) | 275.63º | 0.82% | 0.15% | - |
| XYZ | 0.87 | 0.52 | 1.97 | - |
| YUV | 16.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 39 | 0.33 | 0.82 | 0 | 0.85 | 275.63 | 0.7 | 0.09 |
| Hex | 1A | 7 | 27 | 21 | 52 | 0 | 55 | 114 | 46 | 9 |
| Octal | 32 | 7 | 47 | 41 | 122 | 0 | 125 | 424 | 106 | 11 |
| Binary | 11010 | 111 | 100111 | 100001 | 1010010 | 0 | 1010101 | 100010100 | 1000110 | 1001 |
Color Harmonies of #1A0727
Complementary color
Monochromatic Colors of #1A0727
Black with #1A0727
Text Example
Text Example
White with #1A0727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0727; }
p { color: rgb(26,7,39); }
H1.HeaderClassName
{
color: #1A0727;
}
.AnyTagClassName
{
color: #1A0727;
}
</style>
background-color css
<style>
a { background-color: #1A0727; }
a { background-color: rgb(26,7,39); }
div.DivClassName
{
background-color: #1A0727;
}
.BgClassName
{
background-color: #1A0727;
}
</style>
border-color css
<style>
span { border-color: #1A0727; }
span { border-color: rgb(26,7,39); }
td.TdClassName
{
border-color: #1A0727;
}
.TagClassName
{
border-color: #1A0727;
}
</style>