Shades of Blackcurrant #240F2B
Tints of Blackcurrant #240F2B
RGB
CMYK
RGB Variations
Color information
#240F2B (or 0x240F2B) is known color: Blackcurrant. HEX triplet: 24, 0F and 2B. RGB value is (36,15,43). Sum of RGB (Red+Green+Blue) = 36+15+43=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #240F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F2B is #DBF0D4. Grayscale: #181818. Windows color (decimal): -14414037 or 2821924. OLE color: 2821924.
HSL color Cylindrical-coordinate representation of color #240F2B: hue angle of 285º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #240F2B is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 15 | 43 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.83 |
| HSL | 285º | 0.48% | 0.11% | - |
| HSV(B) | 285º | 0.65% | 0.17% | - |
| XYZ | 1.33 | 0.89 | 2.39 | - |
| YUV | 24.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 43 | 0.16 | 0.65 | 0 | 0.83 | 285 | 0.48 | 0.11 |
| Hex | 24 | F | 2B | 10 | 41 | 0 | 53 | 11D | 30 | B |
| Octal | 44 | 17 | 53 | 20 | 101 | 0 | 123 | 435 | 60 | 13 |
| Binary | 100100 | 1111 | 101011 | 10000 | 1000001 | 0 | 1010011 | 100011101 | 110000 | 1011 |
Color Harmonies of #240F2B
Complementary color
Monochromatic Colors of #240F2B
Black with #240F2B
Text Example
Text Example
White with #240F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F2B; }
p { color: rgb(36,15,43); }
H1.HeaderClassName
{
color: #240F2B;
}
.AnyTagClassName
{
color: #240F2B;
}
</style>
background-color css
<style>
a { background-color: #240F2B; }
a { background-color: rgb(36,15,43); }
div.DivClassName
{
background-color: #240F2B;
}
.BgClassName
{
background-color: #240F2B;
}
</style>
border-color css
<style>
span { border-color: #240F2B; }
span { border-color: rgb(36,15,43); }
td.TdClassName
{
border-color: #240F2B;
}
.TagClassName
{
border-color: #240F2B;
}
</style>