Shades of Blackcurrant #15022F
Tints of Blackcurrant #15022F
RGB
CMYK
RGB Variations
Color information
#15022F (or 0x15022F) is known color: Blackcurrant. HEX triplet: 15, 02 and 2F. RGB value is (21,2,47). Sum of RGB (Red+Green+Blue) = 21+2+47=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 47 (18.75% from 255 or 67.14% from 70); Max value from RGB is 47 - color contains mainly: blue. Hex color #15022F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15022F is #EAFDD0. Grayscale: #0C0C0C. Windows color (decimal): -15400401 or 3080725. OLE color: 3080725.
HSL color Cylindrical-coordinate representation of color #15022F: hue angle of 265.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #15022F is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 2 | 47 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.82 |
| HSL | 265.33º | 0.92% | 0.1% | - |
| HSV(B) | 265.33º | 0.96% | 0.18% | - |
| XYZ | 0.84 | 0.41 | 2.72 | - |
| YUV | 12.81 | 147.29 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 47 | 0.55 | 0.96 | 0 | 0.82 | 265.33 | 0.92 | 0.1 |
| Hex | 15 | 2 | 2F | 37 | 60 | 0 | 52 | 109 | 5C | A |
| Octal | 25 | 2 | 57 | 67 | 140 | 0 | 122 | 411 | 134 | 12 |
| Binary | 10101 | 10 | 101111 | 110111 | 1100000 | 0 | 1010010 | 100001001 | 1011100 | 1010 |
Color Harmonies of #15022F
Complementary color
Monochromatic Colors of #15022F
Black with #15022F
Text Example
Text Example
White with #15022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15022F; }
p { color: rgb(21,2,47); }
H1.HeaderClassName
{
color: #15022F;
}
.AnyTagClassName
{
color: #15022F;
}
</style>
background-color css
<style>
a { background-color: #15022F; }
a { background-color: rgb(21,2,47); }
div.DivClassName
{
background-color: #15022F;
}
.BgClassName
{
background-color: #15022F;
}
</style>
border-color css
<style>
span { border-color: #15022F; }
span { border-color: rgb(21,2,47); }
td.TdClassName
{
border-color: #15022F;
}
.TagClassName
{
border-color: #15022F;
}
</style>