Shades of Blackcurrant #180B2A
Tints of Blackcurrant #180B2A
RGB
CMYK
RGB Variations
Color information
#180B2A (or 0x180B2A) is known color: Blackcurrant. HEX triplet: 18, 0B and 2A. RGB value is (24,11,42). Sum of RGB (Red+Green+Blue) = 24+11+42=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #180B2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B2A is #E7F4D5. Grayscale: #121212. Windows color (decimal): -15201494 or 2755352. OLE color: 2755352.
HSL color Cylindrical-coordinate representation of color #180B2A: hue angle of 265.16º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #180B2A is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 11 | 42 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.84 |
| HSL | 265.16º | 0.58% | 0.1% | - |
| HSV(B) | 265.16º | 0.74% | 0.16% | - |
| XYZ | 0.91 | 0.6 | 2.26 | - |
| YUV | 18.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 42 | 0.43 | 0.74 | 0 | 0.84 | 265.16 | 0.58 | 0.1 |
| Hex | 18 | B | 2A | 2B | 4A | 0 | 54 | 109 | 3A | A |
| Octal | 30 | 13 | 52 | 53 | 112 | 0 | 124 | 411 | 72 | 12 |
| Binary | 11000 | 1011 | 101010 | 101011 | 1001010 | 0 | 1010100 | 100001001 | 111010 | 1010 |
Color Harmonies of #180B2A
Complementary color
Monochromatic Colors of #180B2A
Black with #180B2A
Text Example
Text Example
White with #180B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180B2A; }
p { color: rgb(24,11,42); }
H1.HeaderClassName
{
color: #180B2A;
}
.AnyTagClassName
{
color: #180B2A;
}
</style>
background-color css
<style>
a { background-color: #180B2A; }
a { background-color: rgb(24,11,42); }
div.DivClassName
{
background-color: #180B2A;
}
.BgClassName
{
background-color: #180B2A;
}
</style>
border-color css
<style>
span { border-color: #180B2A; }
span { border-color: rgb(24,11,42); }
td.TdClassName
{
border-color: #180B2A;
}
.TagClassName
{
border-color: #180B2A;
}
</style>