Shades of Blackcurrant #260432
Tints of Blackcurrant #260432
RGB
CMYK
RGB Variations
Color information
#260432 (or 0x260432) is known color: Blackcurrant. HEX triplet: 26, 04 and 32. RGB value is (38,4,50). Sum of RGB (Red+Green+Blue) = 38+4+50=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #260432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260432 is #D9FBCD. Grayscale: #131313. Windows color (decimal): -14285774 or 3277862. OLE color: 3277862.
HSL color Cylindrical-coordinate representation of color #260432: hue angle of 284.35º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260432 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 4 | 50 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.80 |
| HSL | 284.35º | 0.85% | 0.11% | - |
| HSV(B) | 284.35º | 0.92% | 0.2% | - |
| XYZ | 1.42 | 0.73 | 3.08 | - |
| YUV | 19.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 4 | 50 | 0.24 | 0.92 | 0 | 0.80 | 284.35 | 0.85 | 0.11 |
| Hex | 26 | 4 | 32 | 18 | 5C | 0 | 50 | 11C | 55 | B |
| Octal | 46 | 4 | 62 | 30 | 134 | 0 | 120 | 434 | 125 | 13 |
| Binary | 100110 | 100 | 110010 | 11000 | 1011100 | 0 | 1010000 | 100011100 | 1010101 | 1011 |
Color Harmonies of #260432
Complementary color
Monochromatic Colors of #260432
Black with #260432
Text Example
Text Example
White with #260432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260432; }
p { color: rgb(38,4,50); }
H1.HeaderClassName
{
color: #260432;
}
.AnyTagClassName
{
color: #260432;
}
</style>
background-color css
<style>
a { background-color: #260432; }
a { background-color: rgb(38,4,50); }
div.DivClassName
{
background-color: #260432;
}
.BgClassName
{
background-color: #260432;
}
</style>
border-color css
<style>
span { border-color: #260432; }
span { border-color: rgb(38,4,50); }
td.TdClassName
{
border-color: #260432;
}
.TagClassName
{
border-color: #260432;
}
</style>