Shades of Blackcurrant #1A0932
Tints of Blackcurrant #1A0932
RGB
CMYK
RGB Variations
Color information
#1A0932 (or 0x1A0932) is known color: Blackcurrant. HEX triplet: 1A, 09 and 32. RGB value is (26,9,50). Sum of RGB (Red+Green+Blue) = 26+9+50=85 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.59% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 50 (19.92% from 255 or 58.82% from 85); Max value from RGB is 50 - color contains mainly: blue. Hex color #1A0932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0932 is #E5F6CD. Grayscale: #121212. Windows color (decimal): -15070926 or 3279130. OLE color: 3279130.
HSL color Cylindrical-coordinate representation of color #1A0932: hue angle of 264.88º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A0932 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 9 | 50 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.80 |
| HSL | 264.88º | 0.69% | 0.12% | - |
| HSV(B) | 264.88º | 0.82% | 0.2% | - |
| XYZ | 1.1 | 0.65 | 3.08 | - |
| YUV | 18.76 | 145.63 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 50 | 0.48 | 0.82 | 0 | 0.80 | 264.88 | 0.69 | 0.12 |
| Hex | 1A | 9 | 32 | 30 | 52 | 0 | 50 | 109 | 45 | C |
| Octal | 32 | 11 | 62 | 60 | 122 | 0 | 120 | 411 | 105 | 14 |
| Binary | 11010 | 1001 | 110010 | 110000 | 1010010 | 0 | 1010000 | 100001001 | 1000101 | 1100 |
Color Harmonies of #1A0932
Complementary color
Monochromatic Colors of #1A0932
Black with #1A0932
Text Example
Text Example
White with #1A0932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0932; }
p { color: rgb(26,9,50); }
H1.HeaderClassName
{
color: #1A0932;
}
.AnyTagClassName
{
color: #1A0932;
}
</style>
background-color css
<style>
a { background-color: #1A0932; }
a { background-color: rgb(26,9,50); }
div.DivClassName
{
background-color: #1A0932;
}
.BgClassName
{
background-color: #1A0932;
}
</style>
border-color css
<style>
span { border-color: #1A0932; }
span { border-color: rgb(26,9,50); }
td.TdClassName
{
border-color: #1A0932;
}
.TagClassName
{
border-color: #1A0932;
}
</style>