Shades of Blackcurrant #241427
Tints of Blackcurrant #241427
RGB
CMYK
RGB Variations
Color information
#241427 (or 0x241427) is known color: Blackcurrant. HEX triplet: 24, 14 and 27. RGB value is (36,20,39). Sum of RGB (Red+Green+Blue) = 36+20+39=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 39 - color contains mainly: blue. Hex color #241427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241427 is #DBEBD8. Grayscale: #1A1A1A. Windows color (decimal): -14412761 or 2561060. OLE color: 2561060.
HSL color Cylindrical-coordinate representation of color #241427: hue angle of 290.53º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #241427 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 20 | 39 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.85 |
| HSL | 290.53º | 0.32% | 0.12% | - |
| HSV(B) | 290.53º | 0.49% | 0.15% | - |
| XYZ | 1.34 | 1.02 | 2.05 | - |
| YUV | 26.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 39 | 0.08 | 0.49 | 0 | 0.85 | 290.53 | 0.32 | 0.12 |
| Hex | 24 | 14 | 27 | 8 | 31 | 0 | 55 | 123 | 20 | C |
| Octal | 44 | 24 | 47 | 10 | 61 | 0 | 125 | 443 | 40 | 14 |
| Binary | 100100 | 10100 | 100111 | 1000 | 110001 | 0 | 1010101 | 100100011 | 100000 | 1100 |
Color Harmonies of #241427
Complementary color
Monochromatic Colors of #241427
Black with #241427
Text Example
Text Example
White with #241427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241427; }
p { color: rgb(36,20,39); }
H1.HeaderClassName
{
color: #241427;
}
.AnyTagClassName
{
color: #241427;
}
</style>
background-color css
<style>
a { background-color: #241427; }
a { background-color: rgb(36,20,39); }
div.DivClassName
{
background-color: #241427;
}
.BgClassName
{
background-color: #241427;
}
</style>
border-color css
<style>
span { border-color: #241427; }
span { border-color: rgb(36,20,39); }
td.TdClassName
{
border-color: #241427;
}
.TagClassName
{
border-color: #241427;
}
</style>