Shades of Blackcurrant #1A033D
Tints of Blackcurrant #1A033D
RGB
CMYK
RGB Variations
Color information
#1A033D (or 0x1A033D) is known color: Blackcurrant. HEX triplet: 1A, 03 and 3D. RGB value is (26,3,61). Sum of RGB (Red+Green+Blue) = 26+3+61=90 (11% of max value = 765). Red value is 26 (10.55% from 255 or 28.89% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 61 (24.22% from 255 or 67.78% from 90); Max value from RGB is 61 - color contains mainly: blue. Hex color #1A033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A033D is #E5FCC2. Grayscale: #101010. Windows color (decimal): -15072451 or 3998490. OLE color: 3998490.
HSL color Cylindrical-coordinate representation of color #1A033D: hue angle of 263.79º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A033D is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 3 | 61 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.76 |
| HSL | 263.79º | 0.91% | 0.13% | - |
| HSV(B) | 263.79º | 0.95% | 0.24% | - |
| XYZ | 1.3 | 0.62 | 4.47 | - |
| YUV | 16.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 61 | 0.57 | 0.95 | 0 | 0.76 | 263.79 | 0.91 | 0.13 |
| Hex | 1A | 3 | 3D | 39 | 5F | 0 | 4C | 108 | 5B | D |
| Octal | 32 | 3 | 75 | 71 | 137 | 0 | 114 | 410 | 133 | 15 |
| Binary | 11010 | 11 | 111101 | 111001 | 1011111 | 0 | 1001100 | 100001000 | 1011011 | 1101 |
Color Harmonies of #1A033D
Complementary color
Monochromatic Colors of #1A033D
Black with #1A033D
Text Example
Text Example
White with #1A033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A033D; }
p { color: rgb(26,3,61); }
H1.HeaderClassName
{
color: #1A033D;
}
.AnyTagClassName
{
color: #1A033D;
}
</style>
background-color css
<style>
a { background-color: #1A033D; }
a { background-color: rgb(26,3,61); }
div.DivClassName
{
background-color: #1A033D;
}
.BgClassName
{
background-color: #1A033D;
}
</style>
border-color css
<style>
span { border-color: #1A033D; }
span { border-color: rgb(26,3,61); }
td.TdClassName
{
border-color: #1A033D;
}
.TagClassName
{
border-color: #1A033D;
}
</style>