Shades of Blackcurrant #240B3D
Tints of Blackcurrant #240B3D
RGB
CMYK
RGB Variations
Color information
#240B3D (or 0x240B3D) is known color: Blackcurrant. HEX triplet: 24, 0B and 3D. RGB value is (36,11,61). Sum of RGB (Red+Green+Blue) = 36+11+61=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 61 (24.22% from 255 or 56.48% from 108); Max value from RGB is 61 - color contains mainly: blue. Hex color #240B3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B3D is #DBF4C2. Grayscale: #181818. Windows color (decimal): -14415043 or 4000548. OLE color: 4000548.
HSL color Cylindrical-coordinate representation of color #240B3D: hue angle of 270º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #240B3D is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 11 | 61 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.76 |
| HSL | 270º | 0.69% | 0.14% | - |
| HSV(B) | 270º | 0.82% | 0.24% | - |
| XYZ | 1.69 | 0.95 | 4.51 | - |
| YUV | 24.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 61 | 0.41 | 0.82 | 0 | 0.76 | 270 | 0.69 | 0.14 |
| Hex | 24 | B | 3D | 29 | 52 | 0 | 4C | 10E | 45 | E |
| Octal | 44 | 13 | 75 | 51 | 122 | 0 | 114 | 416 | 105 | 16 |
| Binary | 100100 | 1011 | 111101 | 101001 | 1010010 | 0 | 1001100 | 100001110 | 1000101 | 1110 |
Color Harmonies of #240B3D
Complementary color
Monochromatic Colors of #240B3D
Black with #240B3D
Text Example
Text Example
White with #240B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B3D; }
p { color: rgb(36,11,61); }
H1.HeaderClassName
{
color: #240B3D;
}
.AnyTagClassName
{
color: #240B3D;
}
</style>
background-color css
<style>
a { background-color: #240B3D; }
a { background-color: rgb(36,11,61); }
div.DivClassName
{
background-color: #240B3D;
}
.BgClassName
{
background-color: #240B3D;
}
</style>
border-color css
<style>
span { border-color: #240B3D; }
span { border-color: rgb(36,11,61); }
td.TdClassName
{
border-color: #240B3D;
}
.TagClassName
{
border-color: #240B3D;
}
</style>