Shades of Blackcurrant #15032C
Tints of Blackcurrant #15032C
RGB
CMYK
RGB Variations
Color information
#15032C (or 0x15032C) is known color: Blackcurrant. HEX triplet: 15, 03 and 2C. RGB value is (21,3,44). Sum of RGB (Red+Green+Blue) = 21+3+44=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 44 (17.58% from 255 or 64.71% from 68); Max value from RGB is 44 - color contains mainly: blue. Hex color #15032C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15032C is #EAFCD3. Grayscale: #0C0C0C. Windows color (decimal): -15400148 or 2884373. OLE color: 2884373.
HSL color Cylindrical-coordinate representation of color #15032C: hue angle of 266.34º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15032C is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 3 | 44 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.83 |
| HSL | 266.34º | 0.87% | 0.09% | - |
| HSV(B) | 266.34º | 0.93% | 0.17% | - |
| XYZ | 0.8 | 0.41 | 2.42 | - |
| YUV | 13.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 44 | 0.52 | 0.93 | 0 | 0.83 | 266.34 | 0.87 | 0.09 |
| Hex | 15 | 3 | 2C | 34 | 5D | 0 | 53 | 10A | 57 | 9 |
| Octal | 25 | 3 | 54 | 64 | 135 | 0 | 123 | 412 | 127 | 11 |
| Binary | 10101 | 11 | 101100 | 110100 | 1011101 | 0 | 1010011 | 100001010 | 1010111 | 1001 |
Color Harmonies of #15032C
Complementary color
Monochromatic Colors of #15032C
Black with #15032C
Text Example
Text Example
White with #15032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15032C; }
p { color: rgb(21,3,44); }
H1.HeaderClassName
{
color: #15032C;
}
.AnyTagClassName
{
color: #15032C;
}
</style>
background-color css
<style>
a { background-color: #15032C; }
a { background-color: rgb(21,3,44); }
div.DivClassName
{
background-color: #15032C;
}
.BgClassName
{
background-color: #15032C;
}
</style>
border-color css
<style>
span { border-color: #15032C; }
span { border-color: rgb(21,3,44); }
td.TdClassName
{
border-color: #15032C;
}
.TagClassName
{
border-color: #15032C;
}
</style>