Shades of Blackcurrant #241434
Tints of Blackcurrant #241434
RGB
CMYK
RGB Variations
Color information
#241434 (or 0x241434) is known color: Blackcurrant. HEX triplet: 24, 14 and 34. RGB value is (36,20,52). Sum of RGB (Red+Green+Blue) = 36+20+52=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #241434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241434 is #DBEBCB. Grayscale: #1C1C1C. Windows color (decimal): -14412748 or 3413028. OLE color: 3413028.
HSL color Cylindrical-coordinate representation of color #241434: hue angle of 270º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #241434 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 20 | 52 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.80 |
| HSL | 270º | 0.44% | 0.14% | - |
| HSV(B) | 270º | 0.62% | 0.2% | - |
| XYZ | 1.6 | 1.12 | 3.38 | - |
| YUV | 28.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 52 | 0.31 | 0.62 | 0 | 0.80 | 270 | 0.44 | 0.14 |
| Hex | 24 | 14 | 34 | 1F | 3E | 0 | 50 | 10E | 2C | E |
| Octal | 44 | 24 | 64 | 37 | 76 | 0 | 120 | 416 | 54 | 16 |
| Binary | 100100 | 10100 | 110100 | 11111 | 111110 | 0 | 1010000 | 100001110 | 101100 | 1110 |
Color Harmonies of #241434
Complementary color
Monochromatic Colors of #241434
Black with #241434
Text Example
Text Example
White with #241434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241434; }
p { color: rgb(36,20,52); }
H1.HeaderClassName
{
color: #241434;
}
.AnyTagClassName
{
color: #241434;
}
</style>
background-color css
<style>
a { background-color: #241434; }
a { background-color: rgb(36,20,52); }
div.DivClassName
{
background-color: #241434;
}
.BgClassName
{
background-color: #241434;
}
</style>
border-color css
<style>
span { border-color: #241434; }
span { border-color: rgb(36,20,52); }
td.TdClassName
{
border-color: #241434;
}
.TagClassName
{
border-color: #241434;
}
</style>