Shades of Blackcurrant #240830
Tints of Blackcurrant #240830
RGB
CMYK
RGB Variations
Color information
#240830 (or 0x240830) is known color: Blackcurrant. HEX triplet: 24, 08 and 30. RGB value is (36,8,48). Sum of RGB (Red+Green+Blue) = 36+8+48=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 48 (19.14% from 255 or 52.17% from 92); Max value from RGB is 48 - color contains mainly: blue. Hex color #240830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240830 is #DBF7CF. Grayscale: #141414. Windows color (decimal): -14415824 or 3147812. OLE color: 3147812.
HSL color Cylindrical-coordinate representation of color #240830: hue angle of 282º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #240830 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 8 | 48 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.81 |
| HSL | 282º | 0.71% | 0.11% | - |
| HSV(B) | 282º | 0.83% | 0.19% | - |
| XYZ | 1.35 | 0.76 | 2.87 | - |
| YUV | 20.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 48 | 0.25 | 0.83 | 0 | 0.81 | 282 | 0.71 | 0.11 |
| Hex | 24 | 8 | 30 | 19 | 53 | 0 | 51 | 11A | 47 | B |
| Octal | 44 | 10 | 60 | 31 | 123 | 0 | 121 | 432 | 107 | 13 |
| Binary | 100100 | 1000 | 110000 | 11001 | 1010011 | 0 | 1010001 | 100011010 | 1000111 | 1011 |
Color Harmonies of #240830
Complementary color
Monochromatic Colors of #240830
Black with #240830
Text Example
Text Example
White with #240830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240830; }
p { color: rgb(36,8,48); }
H1.HeaderClassName
{
color: #240830;
}
.AnyTagClassName
{
color: #240830;
}
</style>
background-color css
<style>
a { background-color: #240830; }
a { background-color: rgb(36,8,48); }
div.DivClassName
{
background-color: #240830;
}
.BgClassName
{
background-color: #240830;
}
</style>
border-color css
<style>
span { border-color: #240830; }
span { border-color: rgb(36,8,48); }
td.TdClassName
{
border-color: #240830;
}
.TagClassName
{
border-color: #240830;
}
</style>