Shades of Blackcurrant #180A2D
Tints of Blackcurrant #180A2D
RGB
CMYK
RGB Variations
Color information
#180A2D (or 0x180A2D) is known color: Blackcurrant. HEX triplet: 18, 0A and 2D. RGB value is (24,10,45). Sum of RGB (Red+Green+Blue) = 24+10+45=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #180A2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A2D is #E7F5D2. Grayscale: #121212. Windows color (decimal): -15201747 or 2951704. OLE color: 2951704.
HSL color Cylindrical-coordinate representation of color #180A2D: hue angle of 264º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #180A2D is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 10 | 45 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.82 |
| HSL | 264º | 0.64% | 0.11% | - |
| HSV(B) | 264º | 0.78% | 0.18% | - |
| XYZ | 0.96 | 0.6 | 2.55 | - |
| YUV | 18.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 45 | 0.47 | 0.78 | 0 | 0.82 | 264 | 0.64 | 0.11 |
| Hex | 18 | A | 2D | 2F | 4E | 0 | 52 | 108 | 40 | B |
| Octal | 30 | 12 | 55 | 57 | 116 | 0 | 122 | 410 | 100 | 13 |
| Binary | 11000 | 1010 | 101101 | 101111 | 1001110 | 0 | 1010010 | 100001000 | 1000000 | 1011 |
Color Harmonies of #180A2D
Complementary color
Monochromatic Colors of #180A2D
Black with #180A2D
Text Example
Text Example
White with #180A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A2D; }
p { color: rgb(24,10,45); }
H1.HeaderClassName
{
color: #180A2D;
}
.AnyTagClassName
{
color: #180A2D;
}
</style>
background-color css
<style>
a { background-color: #180A2D; }
a { background-color: rgb(24,10,45); }
div.DivClassName
{
background-color: #180A2D;
}
.BgClassName
{
background-color: #180A2D;
}
</style>
border-color css
<style>
span { border-color: #180A2D; }
span { border-color: rgb(24,10,45); }
td.TdClassName
{
border-color: #180A2D;
}
.TagClassName
{
border-color: #180A2D;
}
</style>