Shades of Blackcurrant #180632
Tints of Blackcurrant #180632
RGB
CMYK
RGB Variations
Color information
#180632 (or 0x180632) is known color: Blackcurrant. HEX triplet: 18, 06 and 32. RGB value is (24,6,50). Sum of RGB (Red+Green+Blue) = 24+6+50=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #180632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180632 is #E7F9CD. Grayscale: #101010. Windows color (decimal): -15202766 or 3278360. OLE color: 3278360.
HSL color Cylindrical-coordinate representation of color #180632: hue angle of 264.55º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180632 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 6 | 50 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.80 |
| HSL | 264.55º | 0.79% | 0.11% | - |
| HSV(B) | 264.55º | 0.88% | 0.2% | - |
| XYZ | 1.02 | 0.55 | 3.07 | - |
| YUV | 16.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 50 | 0.52 | 0.88 | 0 | 0.80 | 264.55 | 0.79 | 0.11 |
| Hex | 18 | 6 | 32 | 34 | 58 | 0 | 50 | 109 | 4F | B |
| Octal | 30 | 6 | 62 | 64 | 130 | 0 | 120 | 411 | 117 | 13 |
| Binary | 11000 | 110 | 110010 | 110100 | 1011000 | 0 | 1010000 | 100001001 | 1001111 | 1011 |
Color Harmonies of #180632
Complementary color
Monochromatic Colors of #180632
Black with #180632
Text Example
Text Example
White with #180632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180632; }
p { color: rgb(24,6,50); }
H1.HeaderClassName
{
color: #180632;
}
.AnyTagClassName
{
color: #180632;
}
</style>
background-color css
<style>
a { background-color: #180632; }
a { background-color: rgb(24,6,50); }
div.DivClassName
{
background-color: #180632;
}
.BgClassName
{
background-color: #180632;
}
</style>
border-color css
<style>
span { border-color: #180632; }
span { border-color: rgb(24,6,50); }
td.TdClassName
{
border-color: #180632;
}
.TagClassName
{
border-color: #180632;
}
</style>