Shades of Blackcurrant #180C2D
Tints of Blackcurrant #180C2D
RGB
CMYK
RGB Variations
Color information
#180C2D (or 0x180C2D) is known color: Blackcurrant. HEX triplet: 18, 0C and 2D. RGB value is (24,12,45). Sum of RGB (Red+Green+Blue) = 24+12+45=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #180C2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180C2D is #E7F3D2. Grayscale: #131313. Windows color (decimal): -15201235 or 2952216. OLE color: 2952216.
HSL color Cylindrical-coordinate representation of color #180C2D: hue angle of 261.82º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #180C2D is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 12 | 45 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.82 |
| HSL | 261.82º | 0.58% | 0.11% | - |
| HSV(B) | 261.82º | 0.73% | 0.18% | - |
| XYZ | 0.98 | 0.65 | 2.56 | - |
| YUV | 19.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 45 | 0.47 | 0.73 | 0 | 0.82 | 261.82 | 0.58 | 0.11 |
| Hex | 18 | C | 2D | 2F | 49 | 0 | 52 | 106 | 3A | B |
| Octal | 30 | 14 | 55 | 57 | 111 | 0 | 122 | 406 | 72 | 13 |
| Binary | 11000 | 1100 | 101101 | 101111 | 1001001 | 0 | 1010010 | 100000110 | 111010 | 1011 |
Color Harmonies of #180C2D
Complementary color
Monochromatic Colors of #180C2D
Black with #180C2D
Text Example
Text Example
White with #180C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C2D; }
p { color: rgb(24,12,45); }
H1.HeaderClassName
{
color: #180C2D;
}
.AnyTagClassName
{
color: #180C2D;
}
</style>
background-color css
<style>
a { background-color: #180C2D; }
a { background-color: rgb(24,12,45); }
div.DivClassName
{
background-color: #180C2D;
}
.BgClassName
{
background-color: #180C2D;
}
</style>
border-color css
<style>
span { border-color: #180C2D; }
span { border-color: rgb(24,12,45); }
td.TdClassName
{
border-color: #180C2D;
}
.TagClassName
{
border-color: #180C2D;
}
</style>