Shades of Blackcurrant #15022B
Tints of Blackcurrant #15022B
RGB
CMYK
RGB Variations
Color information
#15022B (or 0x15022B) is known color: Blackcurrant. HEX triplet: 15, 02 and 2B. RGB value is (21,2,43). Sum of RGB (Red+Green+Blue) = 21+2+43=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 43 (17.19% from 255 or 65.15% from 66); Max value from RGB is 43 - color contains mainly: blue. Hex color #15022B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15022B is #EAFDD4. Grayscale: #0C0C0C. Windows color (decimal): -15400405 or 2818581. OLE color: 2818581.
HSL color Cylindrical-coordinate representation of color #15022B: hue angle of 267.8º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15022B is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 2 | 43 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.83 |
| HSL | 267.8º | 0.91% | 0.09% | - |
| HSV(B) | 267.8º | 0.95% | 0.17% | - |
| XYZ | 0.77 | 0.38 | 2.32 | - |
| YUV | 12.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 43 | 0.51 | 0.95 | 0 | 0.83 | 267.8 | 0.91 | 0.09 |
| Hex | 15 | 2 | 2B | 33 | 5F | 0 | 53 | 10C | 5B | 9 |
| Octal | 25 | 2 | 53 | 63 | 137 | 0 | 123 | 414 | 133 | 11 |
| Binary | 10101 | 10 | 101011 | 110011 | 1011111 | 0 | 1010011 | 100001100 | 1011011 | 1001 |
Color Harmonies of #15022B
Complementary color
Monochromatic Colors of #15022B
Black with #15022B
Text Example
Text Example
White with #15022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15022B; }
p { color: rgb(21,2,43); }
H1.HeaderClassName
{
color: #15022B;
}
.AnyTagClassName
{
color: #15022B;
}
</style>
background-color css
<style>
a { background-color: #15022B; }
a { background-color: rgb(21,2,43); }
div.DivClassName
{
background-color: #15022B;
}
.BgClassName
{
background-color: #15022B;
}
</style>
border-color css
<style>
span { border-color: #15022B; }
span { border-color: rgb(21,2,43); }
td.TdClassName
{
border-color: #15022B;
}
.TagClassName
{
border-color: #15022B;
}
</style>