Shades of Blackcurrant #241234
Tints of Blackcurrant #241234
RGB
CMYK
RGB Variations
Color information
#241234 (or 0x241234) is known color: Blackcurrant. HEX triplet: 24, 12 and 34. RGB value is (36,18,52). Sum of RGB (Red+Green+Blue) = 36+18+52=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #241234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241234 is #DBEDCB. Grayscale: #1B1B1B. Windows color (decimal): -14413260 or 3412516. OLE color: 3412516.
HSL color Cylindrical-coordinate representation of color #241234: hue angle of 271.76º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #241234 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 18 | 52 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.80 |
| HSL | 271.76º | 0.49% | 0.14% | - |
| HSV(B) | 271.76º | 0.65% | 0.2% | - |
| XYZ | 1.56 | 1.06 | 3.37 | - |
| YUV | 27.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 52 | 0.31 | 0.65 | 0 | 0.80 | 271.76 | 0.49 | 0.14 |
| Hex | 24 | 12 | 34 | 1F | 41 | 0 | 50 | 110 | 31 | E |
| Octal | 44 | 22 | 64 | 37 | 101 | 0 | 120 | 420 | 61 | 16 |
| Binary | 100100 | 10010 | 110100 | 11111 | 1000001 | 0 | 1010000 | 100010000 | 110001 | 1110 |
Color Harmonies of #241234
Complementary color
Monochromatic Colors of #241234
Black with #241234
Text Example
Text Example
White with #241234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241234; }
p { color: rgb(36,18,52); }
H1.HeaderClassName
{
color: #241234;
}
.AnyTagClassName
{
color: #241234;
}
</style>
background-color css
<style>
a { background-color: #241234; }
a { background-color: rgb(36,18,52); }
div.DivClassName
{
background-color: #241234;
}
.BgClassName
{
background-color: #241234;
}
</style>
border-color css
<style>
span { border-color: #241234; }
span { border-color: rgb(36,18,52); }
td.TdClassName
{
border-color: #241234;
}
.TagClassName
{
border-color: #241234;
}
</style>