Shades of Blackcurrant #241B2B
Tints of Blackcurrant #241B2B
RGB
CMYK
RGB Variations
Color information
#241B2B (or 0x241B2B) is known color: Blackcurrant. HEX triplet: 24, 1B and 2B. RGB value is (36,27,43). Sum of RGB (Red+Green+Blue) = 36+27+43=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 43 - color contains mainly: blue. Hex color #241B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B2B is #DBE4D4. Grayscale: #1F1F1F. Windows color (decimal): -14410965 or 2824996. OLE color: 2824996.
HSL color Cylindrical-coordinate representation of color #241B2B: hue angle of 273.75º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #241B2B is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 36 | 27 | 43 | - |
CMYK | 0.16 | 0.37 | 0 | 0.83 |
HSL | 273.75º | 0.23% | 0.14% | - |
HSV(B) | 273.75º | 0.37% | 0.17% | - |
XYZ | 1.56 | 1.33 | 2.46 | - |
YUV | 31.52 | 134.48 | 131.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 36 | 27 | 43 | 0.16 | 0.37 | 0 | 0.83 | 273.75 | 0.23 | 0.14 |
Hex | 24 | 1B | 2B | 10 | 25 | 0 | 53 | 112 | 17 | E |
Octal | 44 | 33 | 53 | 20 | 45 | 0 | 123 | 422 | 27 | 16 |
Binary | 100100 | 11011 | 101011 | 10000 | 100101 | 0 | 1010011 | 100010010 | 10111 | 1110 |
Color Harmonies of #241B2B
Complementary color
Monochromatic Colors of #241B2B
Black with #241B2B
Text Example
Text Example
White with #241B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241B2B; }
p { color: rgb(36,27,43); }
H1.HeaderClassName
{
color: #241B2B;
}
.AnyTagClassName
{
color: #241B2B;
}
</style>
background-color css
<style>
a { background-color: #241B2B; }
a { background-color: rgb(36,27,43); }
div.DivClassName
{
background-color: #241B2B;
}
.BgClassName
{
background-color: #241B2B;
}
</style>
border-color css
<style>
span { border-color: #241B2B; }
span { border-color: rgb(36,27,43); }
td.TdClassName
{
border-color: #241B2B;
}
.TagClassName
{
border-color: #241B2B;
}
</style>