Shades of Blackcurrant #180C23
Tints of Blackcurrant #180C23
RGB
CMYK
RGB Variations
Color information
#180C23 (or 0x180C23) is known color: Blackcurrant. HEX triplet: 18, 0C and 23. RGB value is (24,12,35). Sum of RGB (Red+Green+Blue) = 24+12+35=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 35 (14.06% from 255 or 49.30% from 71); Max value from RGB is 35 - color contains mainly: blue. Hex color #180C23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180C23 is #E7F3DC. Grayscale: #121212. Windows color (decimal): -15201245 or 2296856. OLE color: 2296856.
HSL color Cylindrical-coordinate representation of color #180C23: hue angle of 271.3º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #180C23 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 12 | 35 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.86 |
| HSL | 271.3º | 0.49% | 0.09% | - |
| HSV(B) | 271.3º | 0.66% | 0.14% | - |
| XYZ | 0.81 | 0.58 | 1.66 | - |
| YUV | 18.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 35 | 0.31 | 0.66 | 0 | 0.86 | 271.3 | 0.49 | 0.09 |
| Hex | 18 | C | 23 | 1F | 42 | 0 | 56 | 10F | 31 | 9 |
| Octal | 30 | 14 | 43 | 37 | 102 | 0 | 126 | 417 | 61 | 11 |
| Binary | 11000 | 1100 | 100011 | 11111 | 1000010 | 0 | 1010110 | 100001111 | 110001 | 1001 |
Color Harmonies of #180C23
Complementary color
Monochromatic Colors of #180C23
Black with #180C23
Text Example
Text Example
White with #180C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C23; }
p { color: rgb(24,12,35); }
H1.HeaderClassName
{
color: #180C23;
}
.AnyTagClassName
{
color: #180C23;
}
</style>
background-color css
<style>
a { background-color: #180C23; }
a { background-color: rgb(24,12,35); }
div.DivClassName
{
background-color: #180C23;
}
.BgClassName
{
background-color: #180C23;
}
</style>
border-color css
<style>
span { border-color: #180C23; }
span { border-color: rgb(24,12,35); }
td.TdClassName
{
border-color: #180C23;
}
.TagClassName
{
border-color: #180C23;
}
</style>