Shades of Blackcurrant #241A2F
Tints of Blackcurrant #241A2F
RGB
CMYK
RGB Variations
Color information
#241A2F (or 0x241A2F) is known color: Blackcurrant. HEX triplet: 24, 1A and 2F. RGB value is (36,26,47). Sum of RGB (Red+Green+Blue) = 36+26+47=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 47 - color contains mainly: blue. Hex color #241A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A2F is #DBE5D0. Grayscale: #1F1F1F. Windows color (decimal): -14411217 or 3086884. OLE color: 3086884.
HSL color Cylindrical-coordinate representation of color #241A2F: hue angle of 268.57º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #241A2F is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 26 | 47 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.82 |
| HSL | 268.57º | 0.29% | 0.14% | - |
| HSV(B) | 268.57º | 0.45% | 0.18% | - |
| XYZ | 1.61 | 1.32 | 2.86 | - |
| YUV | 31.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 47 | 0.23 | 0.45 | 0 | 0.82 | 268.57 | 0.29 | 0.14 |
| Hex | 24 | 1A | 2F | 17 | 2D | 0 | 52 | 10D | 1D | E |
| Octal | 44 | 32 | 57 | 27 | 55 | 0 | 122 | 415 | 35 | 16 |
| Binary | 100100 | 11010 | 101111 | 10111 | 101101 | 0 | 1010010 | 100001101 | 11101 | 1110 |
Color Harmonies of #241A2F
Complementary color
Monochromatic Colors of #241A2F
Black with #241A2F
Text Example
Text Example
White with #241A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A2F; }
p { color: rgb(36,26,47); }
H1.HeaderClassName
{
color: #241A2F;
}
.AnyTagClassName
{
color: #241A2F;
}
</style>
background-color css
<style>
a { background-color: #241A2F; }
a { background-color: rgb(36,26,47); }
div.DivClassName
{
background-color: #241A2F;
}
.BgClassName
{
background-color: #241A2F;
}
</style>
border-color css
<style>
span { border-color: #241A2F; }
span { border-color: rgb(36,26,47); }
td.TdClassName
{
border-color: #241A2F;
}
.TagClassName
{
border-color: #241A2F;
}
</style>