Shades of Blackcurrant #180934
Tints of Blackcurrant #180934
RGB
CMYK
RGB Variations
Color information
#180934 (or 0x180934) is known color: Blackcurrant. HEX triplet: 18, 09 and 34. RGB value is (24,9,52). Sum of RGB (Red+Green+Blue) = 24+9+52=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 52 (20.70% from 255 or 61.18% from 85); Max value from RGB is 52 - color contains mainly: blue. Hex color #180934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180934 is #E7F6CB. Grayscale: #121212. Windows color (decimal): -15201996 or 3410200. OLE color: 3410200.
HSL color Cylindrical-coordinate representation of color #180934: hue angle of 260.93º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #180934 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 9 | 52 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.80 |
| HSL | 260.93º | 0.7% | 0.12% | - |
| HSV(B) | 260.93º | 0.83% | 0.2% | - |
| XYZ | 1.09 | 0.64 | 3.31 | - |
| YUV | 18.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 52 | 0.54 | 0.83 | 0 | 0.80 | 260.93 | 0.7 | 0.12 |
| Hex | 18 | 9 | 34 | 36 | 53 | 0 | 50 | 105 | 46 | C |
| Octal | 30 | 11 | 64 | 66 | 123 | 0 | 120 | 405 | 106 | 14 |
| Binary | 11000 | 1001 | 110100 | 110110 | 1010011 | 0 | 1010000 | 100000101 | 1000110 | 1100 |
Color Harmonies of #180934
Complementary color
Monochromatic Colors of #180934
Black with #180934
Text Example
Text Example
White with #180934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180934; }
p { color: rgb(24,9,52); }
H1.HeaderClassName
{
color: #180934;
}
.AnyTagClassName
{
color: #180934;
}
</style>
background-color css
<style>
a { background-color: #180934; }
a { background-color: rgb(24,9,52); }
div.DivClassName
{
background-color: #180934;
}
.BgClassName
{
background-color: #180934;
}
</style>
border-color css
<style>
span { border-color: #180934; }
span { border-color: rgb(24,9,52); }
td.TdClassName
{
border-color: #180934;
}
.TagClassName
{
border-color: #180934;
}
</style>