Shades of Blackcurrant #180B1C
Tints of Blackcurrant #180B1C
RGB
CMYK
RGB Variations
Color information
#180B1C (or 0x180B1C) is known color: Blackcurrant. HEX triplet: 18, 0B and 1C. RGB value is (24,11,28). Sum of RGB (Red+Green+Blue) = 24+11+28=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #180B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B1C is #E7F4E3. Grayscale: #101010. Windows color (decimal): -15201508 or 1837848. OLE color: 1837848.
HSL color Cylindrical-coordinate representation of color #180B1C: hue angle of 285.88º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #180B1C is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 11 | 28 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.89 |
| HSL | 285.88º | 0.44% | 0.08% | - |
| HSV(B) | 285.88º | 0.61% | 0.11% | - |
| XYZ | 0.71 | 0.52 | 1.16 | - |
| YUV | 16.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 28 | 0.14 | 0.61 | 0 | 0.89 | 285.88 | 0.44 | 0.08 |
| Hex | 18 | B | 1C | E | 3D | 0 | 59 | 11E | 2C | 8 |
| Octal | 30 | 13 | 34 | 16 | 75 | 0 | 131 | 436 | 54 | 10 |
| Binary | 11000 | 1011 | 11100 | 1110 | 111101 | 0 | 1011001 | 100011110 | 101100 | 1000 |
Color Harmonies of #180B1C
Complementary color
Monochromatic Colors of #180B1C
Black with #180B1C
Text Example
Text Example
White with #180B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180B1C; }
p { color: rgb(24,11,28); }
H1.HeaderClassName
{
color: #180B1C;
}
.AnyTagClassName
{
color: #180B1C;
}
</style>
background-color css
<style>
a { background-color: #180B1C; }
a { background-color: rgb(24,11,28); }
div.DivClassName
{
background-color: #180B1C;
}
.BgClassName
{
background-color: #180B1C;
}
</style>
border-color css
<style>
span { border-color: #180B1C; }
span { border-color: rgb(24,11,28); }
td.TdClassName
{
border-color: #180B1C;
}
.TagClassName
{
border-color: #180B1C;
}
</style>