Shades of Blackcurrant #240932
Tints of Blackcurrant #240932
RGB
CMYK
RGB Variations
Color information
#240932 (or 0x240932) is known color: Blackcurrant. HEX triplet: 24, 09 and 32. RGB value is (36,9,50). Sum of RGB (Red+Green+Blue) = 36+9+50=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #240932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240932 is #DBF6CD. Grayscale: #151515. Windows color (decimal): -14415566 or 3279140. OLE color: 3279140.
HSL color Cylindrical-coordinate representation of color #240932: hue angle of 279.51º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #240932 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 9 | 50 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.80 |
| HSL | 279.51º | 0.69% | 0.12% | - |
| HSV(B) | 279.51º | 0.82% | 0.2% | - |
| XYZ | 1.4 | 0.8 | 3.1 | - |
| YUV | 21.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 50 | 0.28 | 0.82 | 0 | 0.80 | 279.51 | 0.69 | 0.12 |
| Hex | 24 | 9 | 32 | 1C | 52 | 0 | 50 | 118 | 45 | C |
| Octal | 44 | 11 | 62 | 34 | 122 | 0 | 120 | 430 | 105 | 14 |
| Binary | 100100 | 1001 | 110010 | 11100 | 1010010 | 0 | 1010000 | 100011000 | 1000101 | 1100 |
Color Harmonies of #240932
Complementary color
Monochromatic Colors of #240932
Black with #240932
Text Example
Text Example
White with #240932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240932; }
p { color: rgb(36,9,50); }
H1.HeaderClassName
{
color: #240932;
}
.AnyTagClassName
{
color: #240932;
}
</style>
background-color css
<style>
a { background-color: #240932; }
a { background-color: rgb(36,9,50); }
div.DivClassName
{
background-color: #240932;
}
.BgClassName
{
background-color: #240932;
}
</style>
border-color css
<style>
span { border-color: #240932; }
span { border-color: rgb(36,9,50); }
td.TdClassName
{
border-color: #240932;
}
.TagClassName
{
border-color: #240932;
}
</style>