Shades of Blackcurrant #180825
Tints of Blackcurrant #180825
RGB
CMYK
RGB Variations
Color information
#180825 (or 0x180825) is known color: Blackcurrant. HEX triplet: 18, 08 and 25. RGB value is (24,8,37). Sum of RGB (Red+Green+Blue) = 24+8+37=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #180825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180825 is #E7F7DA. Grayscale: #0F0F0F. Windows color (decimal): -15202267 or 2426904. OLE color: 2426904.
HSL color Cylindrical-coordinate representation of color #180825: hue angle of 273.1º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #180825 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 8 | 37 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.85 |
| HSL | 273.1º | 0.64% | 0.09% | - |
| HSV(B) | 273.1º | 0.78% | 0.15% | - |
| XYZ | 0.8 | 0.5 | 1.81 | - |
| YUV | 16.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 37 | 0.35 | 0.78 | 0 | 0.85 | 273.1 | 0.64 | 0.09 |
| Hex | 18 | 8 | 25 | 23 | 4E | 0 | 55 | 111 | 40 | 9 |
| Octal | 30 | 10 | 45 | 43 | 116 | 0 | 125 | 421 | 100 | 11 |
| Binary | 11000 | 1000 | 100101 | 100011 | 1001110 | 0 | 1010101 | 100010001 | 1000000 | 1001 |
Color Harmonies of #180825
Complementary color
Monochromatic Colors of #180825
Black with #180825
Text Example
Text Example
White with #180825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180825; }
p { color: rgb(24,8,37); }
H1.HeaderClassName
{
color: #180825;
}
.AnyTagClassName
{
color: #180825;
}
</style>
background-color css
<style>
a { background-color: #180825; }
a { background-color: rgb(24,8,37); }
div.DivClassName
{
background-color: #180825;
}
.BgClassName
{
background-color: #180825;
}
</style>
border-color css
<style>
span { border-color: #180825; }
span { border-color: rgb(24,8,37); }
td.TdClassName
{
border-color: #180825;
}
.TagClassName
{
border-color: #180825;
}
</style>