Shades of Blackcurrant #150C1C
Tints of Blackcurrant #150C1C
RGB
CMYK
RGB Variations
Color information
#150C1C (or 0x150C1C) is known color: Blackcurrant. HEX triplet: 15, 0C and 1C. RGB value is (21,12,28). Sum of RGB (Red+Green+Blue) = 21+12+28=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #150C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C1C is #EAF3E3. Grayscale: #101010. Windows color (decimal): -15397860 or 1838101. OLE color: 1838101.
HSL color Cylindrical-coordinate representation of color #150C1C: hue angle of 273.75º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #150C1C is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 12 | 28 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.89 |
| HSL | 273.75º | 0.4% | 0.08% | - |
| HSV(B) | 273.75º | 0.57% | 0.11% | - |
| XYZ | 0.65 | 0.51 | 1.16 | - |
| YUV | 16.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 28 | 0.25 | 0.57 | 0 | 0.89 | 273.75 | 0.4 | 0.08 |
| Hex | 15 | C | 1C | 19 | 39 | 0 | 59 | 112 | 28 | 8 |
| Octal | 25 | 14 | 34 | 31 | 71 | 0 | 131 | 422 | 50 | 10 |
| Binary | 10101 | 1100 | 11100 | 11001 | 111001 | 0 | 1011001 | 100010010 | 101000 | 1000 |
Color Harmonies of #150C1C
Complementary color
Monochromatic Colors of #150C1C
Black with #150C1C
Text Example
Text Example
White with #150C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C1C; }
p { color: rgb(21,12,28); }
H1.HeaderClassName
{
color: #150C1C;
}
.AnyTagClassName
{
color: #150C1C;
}
</style>
background-color css
<style>
a { background-color: #150C1C; }
a { background-color: rgb(21,12,28); }
div.DivClassName
{
background-color: #150C1C;
}
.BgClassName
{
background-color: #150C1C;
}
</style>
border-color css
<style>
span { border-color: #150C1C; }
span { border-color: rgb(21,12,28); }
td.TdClassName
{
border-color: #150C1C;
}
.TagClassName
{
border-color: #150C1C;
}
</style>