Shades of Blackcurrant #150B1C
Tints of Blackcurrant #150B1C
RGB
CMYK
RGB Variations
Color information
#150B1C (or 0x150B1C) is known color: Blackcurrant. HEX triplet: 15, 0B and 1C. RGB value is (21,11,28). Sum of RGB (Red+Green+Blue) = 21+11+28=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #150B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B1C is #EAF4E3. Grayscale: #0F0F0F. Windows color (decimal): -15398116 or 1837845. OLE color: 1837845.
HSL color Cylindrical-coordinate representation of color #150B1C: hue angle of 275.29º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #150B1C is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 11 | 28 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.89 |
| HSL | 275.29º | 0.44% | 0.08% | - |
| HSV(B) | 275.29º | 0.61% | 0.11% | - |
| XYZ | 0.64 | 0.48 | 1.16 | - |
| YUV | 15.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 28 | 0.25 | 0.61 | 0 | 0.89 | 275.29 | 0.44 | 0.08 |
| Hex | 15 | B | 1C | 19 | 3D | 0 | 59 | 113 | 2C | 8 |
| Octal | 25 | 13 | 34 | 31 | 75 | 0 | 131 | 423 | 54 | 10 |
| Binary | 10101 | 1011 | 11100 | 11001 | 111101 | 0 | 1011001 | 100010011 | 101100 | 1000 |
Color Harmonies of #150B1C
Complementary color
Monochromatic Colors of #150B1C
Black with #150B1C
Text Example
Text Example
White with #150B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B1C; }
p { color: rgb(21,11,28); }
H1.HeaderClassName
{
color: #150B1C;
}
.AnyTagClassName
{
color: #150B1C;
}
</style>
background-color css
<style>
a { background-color: #150B1C; }
a { background-color: rgb(21,11,28); }
div.DivClassName
{
background-color: #150B1C;
}
.BgClassName
{
background-color: #150B1C;
}
</style>
border-color css
<style>
span { border-color: #150B1C; }
span { border-color: rgb(21,11,28); }
td.TdClassName
{
border-color: #150B1C;
}
.TagClassName
{
border-color: #150B1C;
}
</style>