Shades of Blackcurrant #180722
Tints of Blackcurrant #180722
RGB
CMYK
RGB Variations
Color information
#180722 (or 0x180722) is known color: Blackcurrant. HEX triplet: 18, 07 and 22. RGB value is (24,7,34). Sum of RGB (Red+Green+Blue) = 24+7+34=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 34 (13.67% from 255 or 52.31% from 65); Max value from RGB is 34 - color contains mainly: blue. Hex color #180722 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180722 is #E7F8DD. Grayscale: #0F0F0F. Windows color (decimal): -15202526 or 2230040. OLE color: 2230040.
HSL color Cylindrical-coordinate representation of color #180722: hue angle of 277.78º degrees, saturation: 0.66, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #180722 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 7 | 34 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.87 |
| HSL | 277.78º | 0.66% | 0.08% | - |
| HSV(B) | 277.78º | 0.79% | 0.13% | - |
| XYZ | 0.74 | 0.46 | 1.56 | - |
| YUV | 15.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 34 | 0.29 | 0.79 | 0 | 0.87 | 277.78 | 0.66 | 0.08 |
| Hex | 18 | 7 | 22 | 1D | 4F | 0 | 57 | 116 | 42 | 8 |
| Octal | 30 | 7 | 42 | 35 | 117 | 0 | 127 | 426 | 102 | 10 |
| Binary | 11000 | 111 | 100010 | 11101 | 1001111 | 0 | 1010111 | 100010110 | 1000010 | 1000 |
Color Harmonies of #180722
Complementary color
Monochromatic Colors of #180722
Black with #180722
Text Example
Text Example
White with #180722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180722; }
p { color: rgb(24,7,34); }
H1.HeaderClassName
{
color: #180722;
}
.AnyTagClassName
{
color: #180722;
}
</style>
background-color css
<style>
a { background-color: #180722; }
a { background-color: rgb(24,7,34); }
div.DivClassName
{
background-color: #180722;
}
.BgClassName
{
background-color: #180722;
}
</style>
border-color css
<style>
span { border-color: #180722; }
span { border-color: rgb(24,7,34); }
td.TdClassName
{
border-color: #180722;
}
.TagClassName
{
border-color: #180722;
}
</style>