Shades of Blackcurrant #1A072F
Tints of Blackcurrant #1A072F
RGB
CMYK
RGB Variations
Color information
#1A072F (or 0x1A072F) is known color: Blackcurrant. HEX triplet: 1A, 07 and 2F. RGB value is (26,7,47). Sum of RGB (Red+Green+Blue) = 26+7+47=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #1A072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A072F is #E5F8D0. Grayscale: #111111. Windows color (decimal): -15071441 or 3082010. OLE color: 3082010.
HSL color Cylindrical-coordinate representation of color #1A072F: hue angle of 268.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A072F is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 7 | 47 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.82 |
| HSL | 268.5º | 0.74% | 0.11% | - |
| HSV(B) | 268.5º | 0.85% | 0.18% | - |
| XYZ | 1.02 | 0.58 | 2.75 | - |
| YUV | 17.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 47 | 0.45 | 0.85 | 0 | 0.82 | 268.5 | 0.74 | 0.11 |
| Hex | 1A | 7 | 2F | 2D | 55 | 0 | 52 | 10C | 4A | B |
| Octal | 32 | 7 | 57 | 55 | 125 | 0 | 122 | 414 | 112 | 13 |
| Binary | 11010 | 111 | 101111 | 101101 | 1010101 | 0 | 1010010 | 100001100 | 1001010 | 1011 |
Color Harmonies of #1A072F
Complementary color
Monochromatic Colors of #1A072F
Black with #1A072F
Text Example
Text Example
White with #1A072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A072F; }
p { color: rgb(26,7,47); }
H1.HeaderClassName
{
color: #1A072F;
}
.AnyTagClassName
{
color: #1A072F;
}
</style>
background-color css
<style>
a { background-color: #1A072F; }
a { background-color: rgb(26,7,47); }
div.DivClassName
{
background-color: #1A072F;
}
.BgClassName
{
background-color: #1A072F;
}
</style>
border-color css
<style>
span { border-color: #1A072F; }
span { border-color: rgb(26,7,47); }
td.TdClassName
{
border-color: #1A072F;
}
.TagClassName
{
border-color: #1A072F;
}
</style>