Shades of Blackcurrant #1A0920
Tints of Blackcurrant #1A0920
RGB
CMYK
RGB Variations
Color information
#1A0920 (or 0x1A0920) is known color: Blackcurrant. HEX triplet: 1A, 09 and 20. RGB value is (26,9,32). Sum of RGB (Red+Green+Blue) = 26+9+32=67 (8% of max value = 765). Red value is 26 (10.55% from 255 or 38.81% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 32 (12.89% from 255 or 47.76% from 67); Max value from RGB is 32 - color contains mainly: blue. Hex color #1A0920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0920 is #E5F6DF. Grayscale: #101010. Windows color (decimal): -15070944 or 2099482. OLE color: 2099482.
HSL color Cylindrical-coordinate representation of color #1A0920: hue angle of 284.35º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A0920 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 9 | 32 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.87 |
| HSL | 284.35º | 0.56% | 0.08% | - |
| HSV(B) | 284.35º | 0.72% | 0.13% | - |
| XYZ | 0.78 | 0.52 | 1.43 | - |
| YUV | 16.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 32 | 0.19 | 0.72 | 0 | 0.87 | 284.35 | 0.56 | 0.08 |
| Hex | 1A | 9 | 20 | 13 | 48 | 0 | 57 | 11C | 38 | 8 |
| Octal | 32 | 11 | 40 | 23 | 110 | 0 | 127 | 434 | 70 | 10 |
| Binary | 11010 | 1001 | 100000 | 10011 | 1001000 | 0 | 1010111 | 100011100 | 111000 | 1000 |
Color Harmonies of #1A0920
Complementary color
Monochromatic Colors of #1A0920
Black with #1A0920
Text Example
Text Example
White with #1A0920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0920; }
p { color: rgb(26,9,32); }
H1.HeaderClassName
{
color: #1A0920;
}
.AnyTagClassName
{
color: #1A0920;
}
</style>
background-color css
<style>
a { background-color: #1A0920; }
a { background-color: rgb(26,9,32); }
div.DivClassName
{
background-color: #1A0920;
}
.BgClassName
{
background-color: #1A0920;
}
</style>
border-color css
<style>
span { border-color: #1A0920; }
span { border-color: rgb(26,9,32); }
td.TdClassName
{
border-color: #1A0920;
}
.TagClassName
{
border-color: #1A0920;
}
</style>