Shades of Blackcurrant #24122F
Tints of Blackcurrant #24122F
RGB
CMYK
RGB Variations
Color information
#24122F (or 0x24122F) is known color: Blackcurrant. HEX triplet: 24, 12 and 2F. RGB value is (36,18,47). Sum of RGB (Red+Green+Blue) = 36+18+47=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 47 - color contains mainly: blue. Hex color #24122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24122F is #DBEDD0. Grayscale: #1A1A1A. Windows color (decimal): -14413265 or 3084836. OLE color: 3084836.
HSL color Cylindrical-coordinate representation of color #24122F: hue angle of 277.24º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24122F is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 18 | 47 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.82 |
| HSL | 277.24º | 0.45% | 0.13% | - |
| HSV(B) | 277.24º | 0.62% | 0.18% | - |
| XYZ | 1.46 | 1.01 | 2.81 | - |
| YUV | 26.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 47 | 0.23 | 0.62 | 0 | 0.82 | 277.24 | 0.45 | 0.13 |
| Hex | 24 | 12 | 2F | 17 | 3E | 0 | 52 | 115 | 2D | D |
| Octal | 44 | 22 | 57 | 27 | 76 | 0 | 122 | 425 | 55 | 15 |
| Binary | 100100 | 10010 | 101111 | 10111 | 111110 | 0 | 1010010 | 100010101 | 101101 | 1101 |
Color Harmonies of #24122F
Complementary color
Monochromatic Colors of #24122F
Black with #24122F
Text Example
Text Example
White with #24122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24122F; }
p { color: rgb(36,18,47); }
H1.HeaderClassName
{
color: #24122F;
}
.AnyTagClassName
{
color: #24122F;
}
</style>
background-color css
<style>
a { background-color: #24122F; }
a { background-color: rgb(36,18,47); }
div.DivClassName
{
background-color: #24122F;
}
.BgClassName
{
background-color: #24122F;
}
</style>
border-color css
<style>
span { border-color: #24122F; }
span { border-color: rgb(36,18,47); }
td.TdClassName
{
border-color: #24122F;
}
.TagClassName
{
border-color: #24122F;
}
</style>