Shades of Blackcurrant #241932
Tints of Blackcurrant #241932
RGB
CMYK
RGB Variations
Color information
#241932 (or 0x241932) is known color: Blackcurrant. HEX triplet: 24, 19 and 32. RGB value is (36,25,50). Sum of RGB (Red+Green+Blue) = 36+25+50=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 50 - color contains mainly: blue. Hex color #241932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241932 is #DBE6CD. Grayscale: #1F1F1F. Windows color (decimal): -14411470 or 3283236. OLE color: 3283236.
HSL color Cylindrical-coordinate representation of color #241932: hue angle of 266.4º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #241932 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 25 | 50 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.80 |
| HSL | 266.4º | 0.33% | 0.15% | - |
| HSV(B) | 266.4º | 0.5% | 0.2% | - |
| XYZ | 1.65 | 1.3 | 3.18 | - |
| YUV | 31.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 50 | 0.28 | 0.50 | 0 | 0.80 | 266.4 | 0.33 | 0.15 |
| Hex | 24 | 19 | 32 | 1C | 32 | 0 | 50 | 10A | 21 | F |
| Octal | 44 | 31 | 62 | 34 | 62 | 0 | 120 | 412 | 41 | 17 |
| Binary | 100100 | 11001 | 110010 | 11100 | 110010 | 0 | 1010000 | 100001010 | 100001 | 1111 |
Color Harmonies of #241932
Complementary color
Monochromatic Colors of #241932
Black with #241932
Text Example
Text Example
White with #241932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241932; }
p { color: rgb(36,25,50); }
H1.HeaderClassName
{
color: #241932;
}
.AnyTagClassName
{
color: #241932;
}
</style>
background-color css
<style>
a { background-color: #241932; }
a { background-color: rgb(36,25,50); }
div.DivClassName
{
background-color: #241932;
}
.BgClassName
{
background-color: #241932;
}
</style>
border-color css
<style>
span { border-color: #241932; }
span { border-color: rgb(36,25,50); }
td.TdClassName
{
border-color: #241932;
}
.TagClassName
{
border-color: #241932;
}
</style>