Shades of Blackcurrant #241827
Tints of Blackcurrant #241827
RGB
CMYK
RGB Variations
Color information
#241827 (or 0x241827) is known color: Blackcurrant. HEX triplet: 24, 18 and 27. RGB value is (36,24,39). Sum of RGB (Red+Green+Blue) = 36+24+39=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 39 - color contains mainly: blue. Hex color #241827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241827 is #DBE7D8. Grayscale: #1D1D1D. Windows color (decimal): -14411737 or 2562084. OLE color: 2562084.
HSL color Cylindrical-coordinate representation of color #241827: hue angle of 288º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #241827 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 24 | 39 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.85 |
| HSL | 288º | 0.24% | 0.12% | - |
| HSV(B) | 288º | 0.38% | 0.15% | - |
| XYZ | 1.42 | 1.17 | 2.07 | - |
| YUV | 29.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 24 | 39 | 0.08 | 0.38 | 0 | 0.85 | 288 | 0.24 | 0.12 |
| Hex | 24 | 18 | 27 | 8 | 26 | 0 | 55 | 120 | 18 | C |
| Octal | 44 | 30 | 47 | 10 | 46 | 0 | 125 | 440 | 30 | 14 |
| Binary | 100100 | 11000 | 100111 | 1000 | 100110 | 0 | 1010101 | 100100000 | 11000 | 1100 |
Color Harmonies of #241827
Complementary color
Monochromatic Colors of #241827
Black with #241827
Text Example
Text Example
White with #241827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241827; }
p { color: rgb(36,24,39); }
H1.HeaderClassName
{
color: #241827;
}
.AnyTagClassName
{
color: #241827;
}
</style>
background-color css
<style>
a { background-color: #241827; }
a { background-color: rgb(36,24,39); }
div.DivClassName
{
background-color: #241827;
}
.BgClassName
{
background-color: #241827;
}
</style>
border-color css
<style>
span { border-color: #241827; }
span { border-color: rgb(36,24,39); }
td.TdClassName
{
border-color: #241827;
}
.TagClassName
{
border-color: #241827;
}
</style>