Shades of Blackcurrant #18101A
Tints of Blackcurrant #18101A
RGB
CMYK
RGB Variations
Color information
#18101A (or 0x18101A) is known color: Blackcurrant. HEX triplet: 18, 10 and 1A. RGB value is (24,16,26). Sum of RGB (Red+Green+Blue) = 24+16+26=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 26 - color contains mainly: blue. Hex color #18101A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18101A is #E7EFE5. Grayscale: #131313. Windows color (decimal): -15200230 or 1708056. OLE color: 1708056.
HSL color Cylindrical-coordinate representation of color #18101A: hue angle of 288º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #18101A is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 16 | 26 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.90 |
| HSL | 288º | 0.24% | 0.08% | - |
| HSV(B) | 288º | 0.38% | 0.1% | - |
| XYZ | 0.75 | 0.64 | 1.06 | - |
| YUV | 19.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 26 | 0.08 | 0.38 | 0 | 0.90 | 288 | 0.24 | 0.08 |
| Hex | 18 | 10 | 1A | 8 | 26 | 0 | 5A | 120 | 18 | 8 |
| Octal | 30 | 20 | 32 | 10 | 46 | 0 | 132 | 440 | 30 | 10 |
| Binary | 11000 | 10000 | 11010 | 1000 | 100110 | 0 | 1011010 | 100100000 | 11000 | 1000 |
Color Harmonies of #18101A
Complementary color
Monochromatic Colors of #18101A
Black with #18101A
Text Example
Text Example
White with #18101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18101A; }
p { color: rgb(24,16,26); }
H1.HeaderClassName
{
color: #18101A;
}
.AnyTagClassName
{
color: #18101A;
}
</style>
background-color css
<style>
a { background-color: #18101A; }
a { background-color: rgb(24,16,26); }
div.DivClassName
{
background-color: #18101A;
}
.BgClassName
{
background-color: #18101A;
}
</style>
border-color css
<style>
span { border-color: #18101A; }
span { border-color: rgb(24,16,26); }
td.TdClassName
{
border-color: #18101A;
}
.TagClassName
{
border-color: #18101A;
}
</style>