Shades of Blackcurrant #18082F
Tints of Blackcurrant #18082F
RGB
CMYK
RGB Variations
Color information
#18082F (or 0x18082F) is known color: Blackcurrant. HEX triplet: 18, 08 and 2F. RGB value is (24,8,47). Sum of RGB (Red+Green+Blue) = 24+8+47=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 47 (18.75% from 255 or 59.49% from 79); Max value from RGB is 47 - color contains mainly: blue. Hex color #18082F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18082F is #E7F7D0. Grayscale: #111111. Windows color (decimal): -15202257 or 3082264. OLE color: 3082264.
HSL color Cylindrical-coordinate representation of color #18082F: hue angle of 264.62º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18082F is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 8 | 47 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.82 |
| HSL | 264.62º | 0.71% | 0.11% | - |
| HSV(B) | 264.62º | 0.83% | 0.18% | - |
| XYZ | 0.98 | 0.57 | 2.75 | - |
| YUV | 17.23 | 144.8 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 47 | 0.49 | 0.83 | 0 | 0.82 | 264.62 | 0.71 | 0.11 |
| Hex | 18 | 8 | 2F | 31 | 53 | 0 | 52 | 109 | 47 | B |
| Octal | 30 | 10 | 57 | 61 | 123 | 0 | 122 | 411 | 107 | 13 |
| Binary | 11000 | 1000 | 101111 | 110001 | 1010011 | 0 | 1010010 | 100001001 | 1000111 | 1011 |
Color Harmonies of #18082F
Complementary color
Monochromatic Colors of #18082F
Black with #18082F
Text Example
Text Example
White with #18082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18082F; }
p { color: rgb(24,8,47); }
H1.HeaderClassName
{
color: #18082F;
}
.AnyTagClassName
{
color: #18082F;
}
</style>
background-color css
<style>
a { background-color: #18082F; }
a { background-color: rgb(24,8,47); }
div.DivClassName
{
background-color: #18082F;
}
.BgClassName
{
background-color: #18082F;
}
</style>
border-color css
<style>
span { border-color: #18082F; }
span { border-color: rgb(24,8,47); }
td.TdClassName
{
border-color: #18082F;
}
.TagClassName
{
border-color: #18082F;
}
</style>