Shades of Blackcurrant #180B2D
Tints of Blackcurrant #180B2D
RGB
CMYK
RGB Variations
Color information
#180B2D (or 0x180B2D) is known color: Blackcurrant. HEX triplet: 18, 0B and 2D. RGB value is (24,11,45). Sum of RGB (Red+Green+Blue) = 24+11+45=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #180B2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B2D is #E7F4D2. Grayscale: #121212. Windows color (decimal): -15201491 or 2951960. OLE color: 2951960.
HSL color Cylindrical-coordinate representation of color #180B2D: hue angle of 262.94º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #180B2D is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 11 | 45 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.82 |
| HSL | 262.94º | 0.61% | 0.11% | - |
| HSV(B) | 262.94º | 0.76% | 0.18% | - |
| XYZ | 0.97 | 0.62 | 2.55 | - |
| YUV | 18.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 45 | 0.47 | 0.76 | 0 | 0.82 | 262.94 | 0.61 | 0.11 |
| Hex | 18 | B | 2D | 2F | 4C | 0 | 52 | 107 | 3D | B |
| Octal | 30 | 13 | 55 | 57 | 114 | 0 | 122 | 407 | 75 | 13 |
| Binary | 11000 | 1011 | 101101 | 101111 | 1001100 | 0 | 1010010 | 100000111 | 111101 | 1011 |
Color Harmonies of #180B2D
Complementary color
Monochromatic Colors of #180B2D
Black with #180B2D
Text Example
Text Example
White with #180B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180B2D; }
p { color: rgb(24,11,45); }
H1.HeaderClassName
{
color: #180B2D;
}
.AnyTagClassName
{
color: #180B2D;
}
</style>
background-color css
<style>
a { background-color: #180B2D; }
a { background-color: rgb(24,11,45); }
div.DivClassName
{
background-color: #180B2D;
}
.BgClassName
{
background-color: #180B2D;
}
</style>
border-color css
<style>
span { border-color: #180B2D; }
span { border-color: rgb(24,11,45); }
td.TdClassName
{
border-color: #180B2D;
}
.TagClassName
{
border-color: #180B2D;
}
</style>