Shades of Blackcurrant #241231
Tints of Blackcurrant #241231
RGB
CMYK
RGB Variations
Color information
#241231 (or 0x241231) is known color: Blackcurrant. HEX triplet: 24, 12 and 31. RGB value is (36,18,49). Sum of RGB (Red+Green+Blue) = 36+18+49=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #241231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241231 is #DBEDCE. Grayscale: #1A1A1A. Windows color (decimal): -14413263 or 3215908. OLE color: 3215908.
HSL color Cylindrical-coordinate representation of color #241231: hue angle of 274.84º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #241231 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 18 | 49 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.81 |
| HSL | 274.84º | 0.46% | 0.13% | - |
| HSV(B) | 274.84º | 0.63% | 0.19% | - |
| XYZ | 1.5 | 1.03 | 3.03 | - |
| YUV | 26.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 49 | 0.27 | 0.63 | 0 | 0.81 | 274.84 | 0.46 | 0.13 |
| Hex | 24 | 12 | 31 | 1B | 3F | 0 | 51 | 113 | 2E | D |
| Octal | 44 | 22 | 61 | 33 | 77 | 0 | 121 | 423 | 56 | 15 |
| Binary | 100100 | 10010 | 110001 | 11011 | 111111 | 0 | 1010001 | 100010011 | 101110 | 1101 |
Color Harmonies of #241231
Complementary color
Monochromatic Colors of #241231
Black with #241231
Text Example
Text Example
White with #241231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241231; }
p { color: rgb(36,18,49); }
H1.HeaderClassName
{
color: #241231;
}
.AnyTagClassName
{
color: #241231;
}
</style>
background-color css
<style>
a { background-color: #241231; }
a { background-color: rgb(36,18,49); }
div.DivClassName
{
background-color: #241231;
}
.BgClassName
{
background-color: #241231;
}
</style>
border-color css
<style>
span { border-color: #241231; }
span { border-color: rgb(36,18,49); }
td.TdClassName
{
border-color: #241231;
}
.TagClassName
{
border-color: #241231;
}
</style>