Shades of Blackcurrant #240F2F
Tints of Blackcurrant #240F2F
RGB
CMYK
RGB Variations
Color information
#240F2F (or 0x240F2F) is known color: Blackcurrant. HEX triplet: 24, 0F and 2F. RGB value is (36,15,47). Sum of RGB (Red+Green+Blue) = 36+15+47=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 47 - color contains mainly: blue. Hex color #240F2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F2F is #DBF0D0. Grayscale: #181818. Windows color (decimal): -14414033 or 3084068. OLE color: 3084068.
HSL color Cylindrical-coordinate representation of color #240F2F: hue angle of 279.38º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #240F2F is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 15 | 47 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.82 |
| HSL | 279.38º | 0.52% | 0.12% | - |
| HSV(B) | 279.38º | 0.68% | 0.18% | - |
| XYZ | 1.41 | 0.92 | 2.79 | - |
| YUV | 24.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 47 | 0.23 | 0.68 | 0 | 0.82 | 279.38 | 0.52 | 0.12 |
| Hex | 24 | F | 2F | 17 | 44 | 0 | 52 | 117 | 34 | C |
| Octal | 44 | 17 | 57 | 27 | 104 | 0 | 122 | 427 | 64 | 14 |
| Binary | 100100 | 1111 | 101111 | 10111 | 1000100 | 0 | 1010010 | 100010111 | 110100 | 1100 |
Color Harmonies of #240F2F
Complementary color
Monochromatic Colors of #240F2F
Black with #240F2F
Text Example
Text Example
White with #240F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F2F; }
p { color: rgb(36,15,47); }
H1.HeaderClassName
{
color: #240F2F;
}
.AnyTagClassName
{
color: #240F2F;
}
</style>
background-color css
<style>
a { background-color: #240F2F; }
a { background-color: rgb(36,15,47); }
div.DivClassName
{
background-color: #240F2F;
}
.BgClassName
{
background-color: #240F2F;
}
</style>
border-color css
<style>
span { border-color: #240F2F; }
span { border-color: rgb(36,15,47); }
td.TdClassName
{
border-color: #240F2F;
}
.TagClassName
{
border-color: #240F2F;
}
</style>