Shades of Blackcurrant #241D2B
Tints of Blackcurrant #241D2B
RGB
CMYK
RGB Variations
Color information
#241D2B (or 0x241D2B) is known color: Blackcurrant. HEX triplet: 24, 1D and 2B. RGB value is (36,29,43). Sum of RGB (Red+Green+Blue) = 36+29+43=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 43 - color contains mainly: blue. Hex color #241D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D2B is #DBE2D4. Grayscale: #202020. Windows color (decimal): -14410453 or 2825508. OLE color: 2825508.
HSL color Cylindrical-coordinate representation of color #241D2B: hue angle of 270º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #241D2B is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 29 | 43 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.83 |
| HSL | 270º | 0.19% | 0.14% | - |
| HSV(B) | 270º | 0.33% | 0.17% | - |
| XYZ | 1.6 | 1.43 | 2.48 | - |
| YUV | 32.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 43 | 0.16 | 0.33 | 0 | 0.83 | 270 | 0.19 | 0.14 |
| Hex | 24 | 1D | 2B | 10 | 21 | 0 | 53 | 10E | 13 | E |
| Octal | 44 | 35 | 53 | 20 | 41 | 0 | 123 | 416 | 23 | 16 |
| Binary | 100100 | 11101 | 101011 | 10000 | 100001 | 0 | 1010011 | 100001110 | 10011 | 1110 |
Color Harmonies of #241D2B
Complementary color
Monochromatic Colors of #241D2B
Black with #241D2B
Text Example
Text Example
White with #241D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D2B; }
p { color: rgb(36,29,43); }
H1.HeaderClassName
{
color: #241D2B;
}
.AnyTagClassName
{
color: #241D2B;
}
</style>
background-color css
<style>
a { background-color: #241D2B; }
a { background-color: rgb(36,29,43); }
div.DivClassName
{
background-color: #241D2B;
}
.BgClassName
{
background-color: #241D2B;
}
</style>
border-color css
<style>
span { border-color: #241D2B; }
span { border-color: rgb(36,29,43); }
td.TdClassName
{
border-color: #241D2B;
}
.TagClassName
{
border-color: #241D2B;
}
</style>