Shades of Blackcurrant #241B2A
Tints of Blackcurrant #241B2A
RGB
CMYK
RGB Variations
Color information
#241B2A (or 0x241B2A) is known color: Blackcurrant. HEX triplet: 24, 1B and 2A. RGB value is (36,27,42). Sum of RGB (Red+Green+Blue) = 36+27+42=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 42 - color contains mainly: blue. Hex color #241B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B2A is #DBE4D5. Grayscale: #1F1F1F. Windows color (decimal): -14410966 or 2759460. OLE color: 2759460.
HSL color Cylindrical-coordinate representation of color #241B2A: hue angle of 276º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #241B2A is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
RGB | 36 | 27 | 42 | - |
CMYK | 0.14 | 0.36 | 0 | 0.84 |
HSL | 276º | 0.22% | 0.14% | - |
HSV(B) | 276º | 0.36% | 0.16% | - |
XYZ | 1.54 | 1.33 | 2.37 | - |
YUV | 31.4 | 133.98 | 131.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 36 | 27 | 42 | 0.14 | 0.36 | 0 | 0.84 | 276 | 0.22 | 0.14 |
Hex | 24 | 1B | 2A | E | 24 | 0 | 54 | 114 | 16 | E |
Octal | 44 | 33 | 52 | 16 | 44 | 0 | 124 | 424 | 26 | 16 |
Binary | 100100 | 11011 | 101010 | 1110 | 100100 | 0 | 1010100 | 100010100 | 10110 | 1110 |
Color Harmonies of #241B2A
Complementary color
Monochromatic Colors of #241B2A
Black with #241B2A
Text Example
Text Example
White with #241B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241B2A; }
p { color: rgb(36,27,42); }
H1.HeaderClassName
{
color: #241B2A;
}
.AnyTagClassName
{
color: #241B2A;
}
</style>
background-color css
<style>
a { background-color: #241B2A; }
a { background-color: rgb(36,27,42); }
div.DivClassName
{
background-color: #241B2A;
}
.BgClassName
{
background-color: #241B2A;
}
</style>
border-color css
<style>
span { border-color: #241B2A; }
span { border-color: rgb(36,27,42); }
td.TdClassName
{
border-color: #241B2A;
}
.TagClassName
{
border-color: #241B2A;
}
</style>