Shades of Blackcurrant #1A0938
Tints of Blackcurrant #1A0938
RGB
CMYK
RGB Variations
Color information
#1A0938 (or 0x1A0938) is known color: Blackcurrant. HEX triplet: 1A, 09 and 38. RGB value is (26,9,56). Sum of RGB (Red+Green+Blue) = 26+9+56=91 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.57% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 56 (22.27% from 255 or 61.54% from 91); Max value from RGB is 56 - color contains mainly: blue. Hex color #1A0938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0938 is #E5F6C7. Grayscale: #131313. Windows color (decimal): -15070920 or 3672346. OLE color: 3672346.
HSL color Cylindrical-coordinate representation of color #1A0938: hue angle of 261.7º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A0938 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 9 | 56 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.78 |
| HSL | 261.7º | 0.72% | 0.13% | - |
| HSV(B) | 261.7º | 0.84% | 0.22% | - |
| XYZ | 1.24 | 0.7 | 3.81 | - |
| YUV | 19.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 56 | 0.54 | 0.84 | 0 | 0.78 | 261.7 | 0.72 | 0.13 |
| Hex | 1A | 9 | 38 | 36 | 54 | 0 | 4E | 106 | 48 | D |
| Octal | 32 | 11 | 70 | 66 | 124 | 0 | 116 | 406 | 110 | 15 |
| Binary | 11010 | 1001 | 111000 | 110110 | 1010100 | 0 | 1001110 | 100000110 | 1001000 | 1101 |
Color Harmonies of #1A0938
Complementary color
Monochromatic Colors of #1A0938
Black with #1A0938
Text Example
Text Example
White with #1A0938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0938; }
p { color: rgb(26,9,56); }
H1.HeaderClassName
{
color: #1A0938;
}
.AnyTagClassName
{
color: #1A0938;
}
</style>
background-color css
<style>
a { background-color: #1A0938; }
a { background-color: rgb(26,9,56); }
div.DivClassName
{
background-color: #1A0938;
}
.BgClassName
{
background-color: #1A0938;
}
</style>
border-color css
<style>
span { border-color: #1A0938; }
span { border-color: rgb(26,9,56); }
td.TdClassName
{
border-color: #1A0938;
}
.TagClassName
{
border-color: #1A0938;
}
</style>