Shades of Blackcurrant #240345
Tints of Blackcurrant #240345
RGB
CMYK
RGB Variations
Color information
#240345 (or 0x240345) is known color: Blackcurrant. HEX triplet: 24, 03 and 45. RGB value is (36,3,69). Sum of RGB (Red+Green+Blue) = 36+3+69=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 69 (27.34% from 255 or 63.89% from 108); Max value from RGB is 69 - color contains mainly: blue. Hex color #240345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240345 is #DBFCBA. Grayscale: #141414. Windows color (decimal): -14417083 or 4522788. OLE color: 4522788.
HSL color Cylindrical-coordinate representation of color #240345: hue angle of 270º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240345 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 3 | 69 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.73 |
| HSL | 270º | 0.92% | 0.14% | - |
| HSV(B) | 270º | 0.96% | 0.27% | - |
| XYZ | 1.83 | 0.87 | 5.7 | - |
| YUV | 20.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 69 | 0.48 | 0.96 | 0 | 0.73 | 270 | 0.92 | 0.14 |
| Hex | 24 | 3 | 45 | 30 | 60 | 0 | 49 | 10E | 5C | E |
| Octal | 44 | 3 | 105 | 60 | 140 | 0 | 111 | 416 | 134 | 16 |
| Binary | 100100 | 11 | 1000101 | 110000 | 1100000 | 0 | 1001001 | 100001110 | 1011100 | 1110 |
Color Harmonies of #240345
Complementary color
Monochromatic Colors of #240345
Black with #240345
Text Example
Text Example
White with #240345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240345; }
p { color: rgb(36,3,69); }
H1.HeaderClassName
{
color: #240345;
}
.AnyTagClassName
{
color: #240345;
}
</style>
background-color css
<style>
a { background-color: #240345; }
a { background-color: rgb(36,3,69); }
div.DivClassName
{
background-color: #240345;
}
.BgClassName
{
background-color: #240345;
}
</style>
border-color css
<style>
span { border-color: #240345; }
span { border-color: rgb(36,3,69); }
td.TdClassName
{
border-color: #240345;
}
.TagClassName
{
border-color: #240345;
}
</style>