Shades of Blackcurrant #18092B
Tints of Blackcurrant #18092B
RGB
CMYK
RGB Variations
Color information
#18092B (or 0x18092B) is known color: Blackcurrant. HEX triplet: 18, 09 and 2B. RGB value is (24,9,43). Sum of RGB (Red+Green+Blue) = 24+9+43=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #18092B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18092B is #E7F6D4. Grayscale: #111111. Windows color (decimal): -15202005 or 2820376. OLE color: 2820376.
HSL color Cylindrical-coordinate representation of color #18092B: hue angle of 266.47º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18092B is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 9 | 43 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.83 |
| HSL | 266.47º | 0.65% | 0.1% | - |
| HSV(B) | 266.47º | 0.79% | 0.17% | - |
| XYZ | 0.91 | 0.56 | 2.35 | - |
| YUV | 17.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 43 | 0.44 | 0.79 | 0 | 0.83 | 266.47 | 0.65 | 0.1 |
| Hex | 18 | 9 | 2B | 2C | 4F | 0 | 53 | 10A | 41 | A |
| Octal | 30 | 11 | 53 | 54 | 117 | 0 | 123 | 412 | 101 | 12 |
| Binary | 11000 | 1001 | 101011 | 101100 | 1001111 | 0 | 1010011 | 100001010 | 1000001 | 1010 |
Color Harmonies of #18092B
Complementary color
Monochromatic Colors of #18092B
Black with #18092B
Text Example
Text Example
White with #18092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18092B; }
p { color: rgb(24,9,43); }
H1.HeaderClassName
{
color: #18092B;
}
.AnyTagClassName
{
color: #18092B;
}
</style>
background-color css
<style>
a { background-color: #18092B; }
a { background-color: rgb(24,9,43); }
div.DivClassName
{
background-color: #18092B;
}
.BgClassName
{
background-color: #18092B;
}
</style>
border-color css
<style>
span { border-color: #18092B; }
span { border-color: rgb(24,9,43); }
td.TdClassName
{
border-color: #18092B;
}
.TagClassName
{
border-color: #18092B;
}
</style>