Shades of Blackcurrant #180D26
Tints of Blackcurrant #180D26
RGB
CMYK
RGB Variations
Color information
#180D26 (or 0x180D26) is known color: Blackcurrant. HEX triplet: 18, 0D and 26. RGB value is (24,13,38). Sum of RGB (Red+Green+Blue) = 24+13+38=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 38 (15.23% from 255 or 50.67% from 75); Max value from RGB is 38 - color contains mainly: blue. Hex color #180D26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D26 is #E7F2D9. Grayscale: #131313. Windows color (decimal): -15200986 or 2493720. OLE color: 2493720.
HSL color Cylindrical-coordinate representation of color #180D26: hue angle of 266.4º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #180D26 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 13 | 38 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.85 |
| HSL | 266.4º | 0.49% | 0.1% | - |
| HSV(B) | 266.4º | 0.66% | 0.15% | - |
| XYZ | 0.87 | 0.62 | 1.91 | - |
| YUV | 19.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 38 | 0.37 | 0.66 | 0 | 0.85 | 266.4 | 0.49 | 0.1 |
| Hex | 18 | D | 26 | 25 | 42 | 0 | 55 | 10A | 31 | A |
| Octal | 30 | 15 | 46 | 45 | 102 | 0 | 125 | 412 | 61 | 12 |
| Binary | 11000 | 1101 | 100110 | 100101 | 1000010 | 0 | 1010101 | 100001010 | 110001 | 1010 |
Color Harmonies of #180D26
Complementary color
Monochromatic Colors of #180D26
Black with #180D26
Text Example
Text Example
White with #180D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D26; }
p { color: rgb(24,13,38); }
H1.HeaderClassName
{
color: #180D26;
}
.AnyTagClassName
{
color: #180D26;
}
</style>
background-color css
<style>
a { background-color: #180D26; }
a { background-color: rgb(24,13,38); }
div.DivClassName
{
background-color: #180D26;
}
.BgClassName
{
background-color: #180D26;
}
</style>
border-color css
<style>
span { border-color: #180D26; }
span { border-color: rgb(24,13,38); }
td.TdClassName
{
border-color: #180D26;
}
.TagClassName
{
border-color: #180D26;
}
</style>