Shades of Blackcurrant #240F30
Tints of Blackcurrant #240F30
RGB
CMYK
RGB Variations
Color information
#240F30 (or 0x240F30) is known color: Blackcurrant. HEX triplet: 24, 0F and 30. RGB value is (36,15,48). Sum of RGB (Red+Green+Blue) = 36+15+48=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #240F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F30 is #DBF0CF. Grayscale: #181818. Windows color (decimal): -14414032 or 3149604. OLE color: 3149604.
HSL color Cylindrical-coordinate representation of color #240F30: hue angle of 278.18º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #240F30 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 15 | 48 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.81 |
| HSL | 278.18º | 0.52% | 0.12% | - |
| HSV(B) | 278.18º | 0.69% | 0.19% | - |
| XYZ | 1.43 | 0.93 | 2.9 | - |
| YUV | 25.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 48 | 0.25 | 0.69 | 0 | 0.81 | 278.18 | 0.52 | 0.12 |
| Hex | 24 | F | 30 | 19 | 45 | 0 | 51 | 116 | 34 | C |
| Octal | 44 | 17 | 60 | 31 | 105 | 0 | 121 | 426 | 64 | 14 |
| Binary | 100100 | 1111 | 110000 | 11001 | 1000101 | 0 | 1010001 | 100010110 | 110100 | 1100 |
Color Harmonies of #240F30
Complementary color
Monochromatic Colors of #240F30
Black with #240F30
Text Example
Text Example
White with #240F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F30; }
p { color: rgb(36,15,48); }
H1.HeaderClassName
{
color: #240F30;
}
.AnyTagClassName
{
color: #240F30;
}
</style>
background-color css
<style>
a { background-color: #240F30; }
a { background-color: rgb(36,15,48); }
div.DivClassName
{
background-color: #240F30;
}
.BgClassName
{
background-color: #240F30;
}
</style>
border-color css
<style>
span { border-color: #240F30; }
span { border-color: rgb(36,15,48); }
td.TdClassName
{
border-color: #240F30;
}
.TagClassName
{
border-color: #240F30;
}
</style>