Shades of Blackcurrant #241B2E
Tints of Blackcurrant #241B2E
RGB
CMYK
RGB Variations
Color information
#241B2E (or 0x241B2E) is known color: Blackcurrant. HEX triplet: 24, 1B and 2E. RGB value is (36,27,46). Sum of RGB (Red+Green+Blue) = 36+27+46=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 46 - color contains mainly: blue. Hex color #241B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B2E is #DBE4D1. Grayscale: #1F1F1F. Windows color (decimal): -14410962 or 3021604. OLE color: 3021604.
HSL color Cylindrical-coordinate representation of color #241B2E: hue angle of 268.42º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #241B2E is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 36 | 27 | 46 | - |
CMYK | 0.22 | 0.41 | 0 | 0.82 |
HSL | 268.42º | 0.26% | 0.14% | - |
HSV(B) | 268.42º | 0.41% | 0.18% | - |
XYZ | 1.61 | 1.36 | 2.76 | - |
YUV | 31.86 | 135.98 | 130.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 36 | 27 | 46 | 0.22 | 0.41 | 0 | 0.82 | 268.42 | 0.26 | 0.14 |
Hex | 24 | 1B | 2E | 16 | 29 | 0 | 52 | 10C | 1A | E |
Octal | 44 | 33 | 56 | 26 | 51 | 0 | 122 | 414 | 32 | 16 |
Binary | 100100 | 11011 | 101110 | 10110 | 101001 | 0 | 1010010 | 100001100 | 11010 | 1110 |
Color Harmonies of #241B2E
Complementary color
Monochromatic Colors of #241B2E
Black with #241B2E
Text Example
Text Example
White with #241B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241B2E; }
p { color: rgb(36,27,46); }
H1.HeaderClassName
{
color: #241B2E;
}
.AnyTagClassName
{
color: #241B2E;
}
</style>
background-color css
<style>
a { background-color: #241B2E; }
a { background-color: rgb(36,27,46); }
div.DivClassName
{
background-color: #241B2E;
}
.BgClassName
{
background-color: #241B2E;
}
</style>
border-color css
<style>
span { border-color: #241B2E; }
span { border-color: rgb(36,27,46); }
td.TdClassName
{
border-color: #241B2E;
}
.TagClassName
{
border-color: #241B2E;
}
</style>