Shades of Blackcurrant #180B2C
Tints of Blackcurrant #180B2C
RGB
CMYK
RGB Variations
Color information
#180B2C (or 0x180B2C) is known color: Blackcurrant. HEX triplet: 18, 0B and 2C. RGB value is (24,11,44). Sum of RGB (Red+Green+Blue) = 24+11+44=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #180B2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B2C is #E7F4D3. Grayscale: #121212. Windows color (decimal): -15201492 or 2886424. OLE color: 2886424.
HSL color Cylindrical-coordinate representation of color #180B2C: hue angle of 263.64º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #180B2C is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 11 | 44 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.83 |
| HSL | 263.64º | 0.6% | 0.11% | - |
| HSV(B) | 263.64º | 0.75% | 0.17% | - |
| XYZ | 0.95 | 0.62 | 2.45 | - |
| YUV | 18.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 44 | 0.45 | 0.75 | 0 | 0.83 | 263.64 | 0.6 | 0.11 |
| Hex | 18 | B | 2C | 2D | 4B | 0 | 53 | 108 | 3C | B |
| Octal | 30 | 13 | 54 | 55 | 113 | 0 | 123 | 410 | 74 | 13 |
| Binary | 11000 | 1011 | 101100 | 101101 | 1001011 | 0 | 1010011 | 100001000 | 111100 | 1011 |
Color Harmonies of #180B2C
Complementary color
Monochromatic Colors of #180B2C
Black with #180B2C
Text Example
Text Example
White with #180B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180B2C; }
p { color: rgb(24,11,44); }
H1.HeaderClassName
{
color: #180B2C;
}
.AnyTagClassName
{
color: #180B2C;
}
</style>
background-color css
<style>
a { background-color: #180B2C; }
a { background-color: rgb(24,11,44); }
div.DivClassName
{
background-color: #180B2C;
}
.BgClassName
{
background-color: #180B2C;
}
</style>
border-color css
<style>
span { border-color: #180B2C; }
span { border-color: rgb(24,11,44); }
td.TdClassName
{
border-color: #180B2C;
}
.TagClassName
{
border-color: #180B2C;
}
</style>