Shades of Blackcurrant #180523
Tints of Blackcurrant #180523
RGB
CMYK
RGB Variations
Color information
#180523 (or 0x180523) is known color: Blackcurrant. HEX triplet: 18, 05 and 23. RGB value is (24,5,35). Sum of RGB (Red+Green+Blue) = 24+5+35=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 35 (14.06% from 255 or 54.69% from 64); Max value from RGB is 35 - color contains mainly: blue. Hex color #180523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180523 is #E7FADC. Grayscale: #0D0D0D. Windows color (decimal): -15203037 or 2295064. OLE color: 2295064.
HSL color Cylindrical-coordinate representation of color #180523: hue angle of 278º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #180523 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 5 | 35 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.86 |
| HSL | 278º | 0.75% | 0.08% | - |
| HSV(B) | 278º | 0.86% | 0.14% | - |
| XYZ | 0.73 | 0.42 | 1.63 | - |
| YUV | 14.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 35 | 0.31 | 0.86 | 0 | 0.86 | 278 | 0.75 | 0.08 |
| Hex | 18 | 5 | 23 | 1F | 56 | 0 | 56 | 116 | 4B | 8 |
| Octal | 30 | 5 | 43 | 37 | 126 | 0 | 126 | 426 | 113 | 10 |
| Binary | 11000 | 101 | 100011 | 11111 | 1010110 | 0 | 1010110 | 100010110 | 1001011 | 1000 |
Color Harmonies of #180523
Complementary color
Monochromatic Colors of #180523
Black with #180523
Text Example
Text Example
White with #180523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180523; }
p { color: rgb(24,5,35); }
H1.HeaderClassName
{
color: #180523;
}
.AnyTagClassName
{
color: #180523;
}
</style>
background-color css
<style>
a { background-color: #180523; }
a { background-color: rgb(24,5,35); }
div.DivClassName
{
background-color: #180523;
}
.BgClassName
{
background-color: #180523;
}
</style>
border-color css
<style>
span { border-color: #180523; }
span { border-color: rgb(24,5,35); }
td.TdClassName
{
border-color: #180523;
}
.TagClassName
{
border-color: #180523;
}
</style>