Shades of Blackcurrant #260932
Tints of Blackcurrant #260932
RGB
CMYK
RGB Variations
Color information
#260932 (or 0x260932) is known color: Blackcurrant. HEX triplet: 26, 09 and 32. RGB value is (38,9,50). Sum of RGB (Red+Green+Blue) = 38+9+50=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #260932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260932 is #D9F6CD. Grayscale: #161616. Windows color (decimal): -14284494 or 3279142. OLE color: 3279142.
HSL color Cylindrical-coordinate representation of color #260932: hue angle of 282.44º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #260932 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 9 | 50 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.80 |
| HSL | 282.44º | 0.69% | 0.12% | - |
| HSV(B) | 282.44º | 0.82% | 0.2% | - |
| XYZ | 1.47 | 0.84 | 3.1 | - |
| YUV | 22.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 50 | 0.24 | 0.82 | 0 | 0.80 | 282.44 | 0.69 | 0.12 |
| Hex | 26 | 9 | 32 | 18 | 52 | 0 | 50 | 11A | 45 | C |
| Octal | 46 | 11 | 62 | 30 | 122 | 0 | 120 | 432 | 105 | 14 |
| Binary | 100110 | 1001 | 110010 | 11000 | 1010010 | 0 | 1010000 | 100011010 | 1000101 | 1100 |
Color Harmonies of #260932
Complementary color
Monochromatic Colors of #260932
Black with #260932
Text Example
Text Example
White with #260932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260932; }
p { color: rgb(38,9,50); }
H1.HeaderClassName
{
color: #260932;
}
.AnyTagClassName
{
color: #260932;
}
</style>
background-color css
<style>
a { background-color: #260932; }
a { background-color: rgb(38,9,50); }
div.DivClassName
{
background-color: #260932;
}
.BgClassName
{
background-color: #260932;
}
</style>
border-color css
<style>
span { border-color: #260932; }
span { border-color: rgb(38,9,50); }
td.TdClassName
{
border-color: #260932;
}
.TagClassName
{
border-color: #260932;
}
</style>