Shades of Blackcurrant #241339
Tints of Blackcurrant #241339
RGB
CMYK
RGB Variations
Color information
#241339 (or 0x241339) is known color: Blackcurrant. HEX triplet: 24, 13 and 39. RGB value is (36,19,57). Sum of RGB (Red+Green+Blue) = 36+19+57=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #241339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241339 is #DBECC6. Grayscale: #1C1C1C. Windows color (decimal): -14412999 or 3740452. OLE color: 3740452.
HSL color Cylindrical-coordinate representation of color #241339: hue angle of 266.84º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #241339 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 19 | 57 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.78 |
| HSL | 266.84º | 0.5% | 0.15% | - |
| HSV(B) | 266.84º | 0.67% | 0.22% | - |
| XYZ | 1.7 | 1.14 | 4 | - |
| YUV | 28.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 57 | 0.37 | 0.67 | 0 | 0.78 | 266.84 | 0.5 | 0.15 |
| Hex | 24 | 13 | 39 | 25 | 43 | 0 | 4E | 10B | 32 | F |
| Octal | 44 | 23 | 71 | 45 | 103 | 0 | 116 | 413 | 62 | 17 |
| Binary | 100100 | 10011 | 111001 | 100101 | 1000011 | 0 | 1001110 | 100001011 | 110010 | 1111 |
Color Harmonies of #241339
Complementary color
Monochromatic Colors of #241339
Black with #241339
Text Example
Text Example
White with #241339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241339; }
p { color: rgb(36,19,57); }
H1.HeaderClassName
{
color: #241339;
}
.AnyTagClassName
{
color: #241339;
}
</style>
background-color css
<style>
a { background-color: #241339; }
a { background-color: rgb(36,19,57); }
div.DivClassName
{
background-color: #241339;
}
.BgClassName
{
background-color: #241339;
}
</style>
border-color css
<style>
span { border-color: #241339; }
span { border-color: rgb(36,19,57); }
td.TdClassName
{
border-color: #241339;
}
.TagClassName
{
border-color: #241339;
}
</style>