Shades of Blackcurrant #180826
Tints of Blackcurrant #180826
RGB
CMYK
RGB Variations
Color information
#180826 (or 0x180826) is known color: Blackcurrant. HEX triplet: 18, 08 and 26. RGB value is (24,8,38). Sum of RGB (Red+Green+Blue) = 24+8+38=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 38 (15.23% from 255 or 54.29% from 70); Max value from RGB is 38 - color contains mainly: blue. Hex color #180826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180826 is #E7F7D9. Grayscale: #101010. Windows color (decimal): -15202266 or 2492440. OLE color: 2492440.
HSL color Cylindrical-coordinate representation of color #180826: hue angle of 272º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #180826 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 8 | 38 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.85 |
| HSL | 272º | 0.65% | 0.09% | - |
| HSV(B) | 272º | 0.79% | 0.15% | - |
| XYZ | 0.81 | 0.51 | 1.89 | - |
| YUV | 16.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 38 | 0.37 | 0.79 | 0 | 0.85 | 272 | 0.65 | 0.09 |
| Hex | 18 | 8 | 26 | 25 | 4F | 0 | 55 | 110 | 41 | 9 |
| Octal | 30 | 10 | 46 | 45 | 117 | 0 | 125 | 420 | 101 | 11 |
| Binary | 11000 | 1000 | 100110 | 100101 | 1001111 | 0 | 1010101 | 100010000 | 1000001 | 1001 |
Color Harmonies of #180826
Complementary color
Monochromatic Colors of #180826
Black with #180826
Text Example
Text Example
White with #180826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180826; }
p { color: rgb(24,8,38); }
H1.HeaderClassName
{
color: #180826;
}
.AnyTagClassName
{
color: #180826;
}
</style>
background-color css
<style>
a { background-color: #180826; }
a { background-color: rgb(24,8,38); }
div.DivClassName
{
background-color: #180826;
}
.BgClassName
{
background-color: #180826;
}
</style>
border-color css
<style>
span { border-color: #180826; }
span { border-color: rgb(24,8,38); }
td.TdClassName
{
border-color: #180826;
}
.TagClassName
{
border-color: #180826;
}
</style>