Shades of Blackcurrant #15092D
Tints of Blackcurrant #15092D
RGB
CMYK
RGB Variations
Color information
#15092D (or 0x15092D) is known color: Blackcurrant. HEX triplet: 15, 09 and 2D. RGB value is (21,9,45). Sum of RGB (Red+Green+Blue) = 21+9+45=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 45 (17.97% from 255 or 60% from 75); Max value from RGB is 45 - color contains mainly: blue. Hex color #15092D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15092D is #EAF6D2. Grayscale: #101010. Windows color (decimal): -15398611 or 2951445. OLE color: 2951445.
HSL color Cylindrical-coordinate representation of color #15092D: hue angle of 260º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15092D is Cyan = 0.53, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 9 | 45 | - |
| CMYK | 0.53 | 0.8 | 0 | 0.82 |
| HSL | 260º | 0.67% | 0.11% | - |
| HSV(B) | 260º | 0.8% | 0.18% | - |
| XYZ | 0.88 | 0.54 | 2.54 | - |
| YUV | 16.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 45 | 0.53 | 0.8 | 0 | 0.82 | 260 | 0.67 | 0.11 |
| Hex | 15 | 9 | 2D | 35 | 50 | 0 | 52 | 104 | 43 | B |
| Octal | 25 | 11 | 55 | 65 | 120 | 0 | 122 | 404 | 103 | 13 |
| Binary | 10101 | 1001 | 101101 | 110101 | 1010000 | 0 | 1010010 | 100000100 | 1000011 | 1011 |
Color Harmonies of #15092D
Complementary color
Monochromatic Colors of #15092D
Black with #15092D
Text Example
Text Example
White with #15092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15092D; }
p { color: rgb(21,9,45); }
H1.HeaderClassName
{
color: #15092D;
}
.AnyTagClassName
{
color: #15092D;
}
</style>
background-color css
<style>
a { background-color: #15092D; }
a { background-color: rgb(21,9,45); }
div.DivClassName
{
background-color: #15092D;
}
.BgClassName
{
background-color: #15092D;
}
</style>
border-color css
<style>
span { border-color: #15092D; }
span { border-color: rgb(21,9,45); }
td.TdClassName
{
border-color: #15092D;
}
.TagClassName
{
border-color: #15092D;
}
</style>