Shades of Blackcurrant #180226
Tints of Blackcurrant #180226
RGB
CMYK
RGB Variations
Color information
#180226 (or 0x180226) is known color: Blackcurrant. HEX triplet: 18, 02 and 26. RGB value is (24,2,38). Sum of RGB (Red+Green+Blue) = 24+2+38=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 38 (15.23% from 255 or 59.38% from 64); Max value from RGB is 38 - color contains mainly: blue. Hex color #180226 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180226 is #E7FDD9. Grayscale: #0C0C0C. Windows color (decimal): -15203802 or 2490904. OLE color: 2490904.
HSL color Cylindrical-coordinate representation of color #180226: hue angle of 276.67º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180226 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 2 | 38 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.85 |
| HSL | 276.67º | 0.9% | 0.08% | - |
| HSV(B) | 276.67º | 0.95% | 0.15% | - |
| XYZ | 0.75 | 0.38 | 1.87 | - |
| YUV | 12.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 38 | 0.37 | 0.95 | 0 | 0.85 | 276.67 | 0.9 | 0.08 |
| Hex | 18 | 2 | 26 | 25 | 5F | 0 | 55 | 115 | 5A | 8 |
| Octal | 30 | 2 | 46 | 45 | 137 | 0 | 125 | 425 | 132 | 10 |
| Binary | 11000 | 10 | 100110 | 100101 | 1011111 | 0 | 1010101 | 100010101 | 1011010 | 1000 |
Color Harmonies of #180226
Complementary color
Monochromatic Colors of #180226
Black with #180226
Text Example
Text Example
White with #180226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180226; }
p { color: rgb(24,2,38); }
H1.HeaderClassName
{
color: #180226;
}
.AnyTagClassName
{
color: #180226;
}
</style>
background-color css
<style>
a { background-color: #180226; }
a { background-color: rgb(24,2,38); }
div.DivClassName
{
background-color: #180226;
}
.BgClassName
{
background-color: #180226;
}
</style>
border-color css
<style>
span { border-color: #180226; }
span { border-color: rgb(24,2,38); }
td.TdClassName
{
border-color: #180226;
}
.TagClassName
{
border-color: #180226;
}
</style>