Shades of Blackcurrant #15082B
Tints of Blackcurrant #15082B
RGB
CMYK
RGB Variations
Color information
#15082B (or 0x15082B) is known color: Blackcurrant. HEX triplet: 15, 08 and 2B. RGB value is (21,8,43). Sum of RGB (Red+Green+Blue) = 21+8+43=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 43 (17.19% from 255 or 59.72% from 72); Max value from RGB is 43 - color contains mainly: blue. Hex color #15082B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15082B is #EAF7D4. Grayscale: #0F0F0F. Windows color (decimal): -15398869 or 2820117. OLE color: 2820117.
HSL color Cylindrical-coordinate representation of color #15082B: hue angle of 262.29º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15082B is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 8 | 43 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.83 |
| HSL | 262.29º | 0.69% | 0.1% | - |
| HSV(B) | 262.29º | 0.81% | 0.17% | - |
| XYZ | 0.83 | 0.51 | 2.34 | - |
| YUV | 15.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 43 | 0.51 | 0.81 | 0 | 0.83 | 262.29 | 0.69 | 0.1 |
| Hex | 15 | 8 | 2B | 33 | 51 | 0 | 53 | 106 | 45 | A |
| Octal | 25 | 10 | 53 | 63 | 121 | 0 | 123 | 406 | 105 | 12 |
| Binary | 10101 | 1000 | 101011 | 110011 | 1010001 | 0 | 1010011 | 100000110 | 1000101 | 1010 |
Color Harmonies of #15082B
Complementary color
Monochromatic Colors of #15082B
Black with #15082B
Text Example
Text Example
White with #15082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15082B; }
p { color: rgb(21,8,43); }
H1.HeaderClassName
{
color: #15082B;
}
.AnyTagClassName
{
color: #15082B;
}
</style>
background-color css
<style>
a { background-color: #15082B; }
a { background-color: rgb(21,8,43); }
div.DivClassName
{
background-color: #15082B;
}
.BgClassName
{
background-color: #15082B;
}
</style>
border-color css
<style>
span { border-color: #15082B; }
span { border-color: rgb(21,8,43); }
td.TdClassName
{
border-color: #15082B;
}
.TagClassName
{
border-color: #15082B;
}
</style>