Shades of Blackcurrant #240935
Tints of Blackcurrant #240935
RGB
CMYK
RGB Variations
Color information
#240935 (or 0x240935) is known color: Blackcurrant. HEX triplet: 24, 09 and 35. RGB value is (36,9,53). Sum of RGB (Red+Green+Blue) = 36+9+53=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 53 (21.09% from 255 or 54.08% from 98); Max value from RGB is 53 - color contains mainly: blue. Hex color #240935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240935 is #DBF6CA. Grayscale: #151515. Windows color (decimal): -14415563 or 3475748. OLE color: 3475748.
HSL color Cylindrical-coordinate representation of color #240935: hue angle of 276.82º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #240935 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 36 | 9 | 53 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.79 |
| HSL | 276.82º | 0.71% | 0.12% | - |
| HSV(B) | 276.82º | 0.83% | 0.21% | - |
| XYZ | 1.47 | 0.83 | 3.45 | - |
| YUV | 22.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 53 | 0.32 | 0.83 | 0 | 0.79 | 276.82 | 0.71 | 0.12 |
| Hex | 24 | 9 | 35 | 20 | 53 | 0 | 4F | 115 | 47 | C |
| Octal | 44 | 11 | 65 | 40 | 123 | 0 | 117 | 425 | 107 | 14 |
| Binary | 100100 | 1001 | 110101 | 100000 | 1010011 | 0 | 1001111 | 100010101 | 1000111 | 1100 |
Color Harmonies of #240935
Complementary color
Monochromatic Colors of #240935
Black with #240935
Text Example
Text Example
White with #240935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240935; }
p { color: rgb(36,9,53); }
H1.HeaderClassName
{
color: #240935;
}
.AnyTagClassName
{
color: #240935;
}
</style>
background-color css
<style>
a { background-color: #240935; }
a { background-color: rgb(36,9,53); }
div.DivClassName
{
background-color: #240935;
}
.BgClassName
{
background-color: #240935;
}
</style>
border-color css
<style>
span { border-color: #240935; }
span { border-color: rgb(36,9,53); }
td.TdClassName
{
border-color: #240935;
}
.TagClassName
{
border-color: #240935;
}
</style>