Shades of Blackcurrant #180725
Tints of Blackcurrant #180725
RGB
CMYK
RGB Variations
Color information
#180725 (or 0x180725) is known color: Blackcurrant. HEX triplet: 18, 07 and 25. RGB value is (24,7,37). Sum of RGB (Red+Green+Blue) = 24+7+37=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 7 (3.12% from 255 or 10.29% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #180725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180725 is #E7F8DA. Grayscale: #0F0F0F. Windows color (decimal): -15202523 or 2426648. OLE color: 2426648.
HSL color Cylindrical-coordinate representation of color #180725: hue angle of 274º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #180725 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 7 | 37 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.85 |
| HSL | 274º | 0.68% | 0.09% | - |
| HSV(B) | 274º | 0.81% | 0.15% | - |
| XYZ | 0.79 | 0.48 | 1.8 | - |
| YUV | 15.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 37 | 0.35 | 0.81 | 0 | 0.85 | 274 | 0.68 | 0.09 |
| Hex | 18 | 7 | 25 | 23 | 51 | 0 | 55 | 112 | 44 | 9 |
| Octal | 30 | 7 | 45 | 43 | 121 | 0 | 125 | 422 | 104 | 11 |
| Binary | 11000 | 111 | 100101 | 100011 | 1010001 | 0 | 1010101 | 100010010 | 1000100 | 1001 |
Color Harmonies of #180725
Complementary color
Monochromatic Colors of #180725
Black with #180725
Text Example
Text Example
White with #180725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180725; }
p { color: rgb(24,7,37); }
H1.HeaderClassName
{
color: #180725;
}
.AnyTagClassName
{
color: #180725;
}
</style>
background-color css
<style>
a { background-color: #180725; }
a { background-color: rgb(24,7,37); }
div.DivClassName
{
background-color: #180725;
}
.BgClassName
{
background-color: #180725;
}
</style>
border-color css
<style>
span { border-color: #180725; }
span { border-color: rgb(24,7,37); }
td.TdClassName
{
border-color: #180725;
}
.TagClassName
{
border-color: #180725;
}
</style>