Shades of Blackcurrant #260D32
Tints of Blackcurrant #260D32
RGB
CMYK
RGB Variations
Color information
#260D32 (or 0x260D32) is known color: Blackcurrant. HEX triplet: 26, 0D and 32. RGB value is (38,13,50). Sum of RGB (Red+Green+Blue) = 38+13+50=101 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.62% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 50 - color contains mainly: blue. Hex color #260D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D32 is #D9F2CD. Grayscale: #181818. Windows color (decimal): -14283470 or 3280166. OLE color: 3280166.
HSL color Cylindrical-coordinate representation of color #260D32: hue angle of 280.54º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #260D32 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 13 | 50 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.80 |
| HSL | 280.54º | 0.59% | 0.12% | - |
| HSV(B) | 280.54º | 0.74% | 0.2% | - |
| XYZ | 1.52 | 0.93 | 3.12 | - |
| YUV | 24.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 50 | 0.24 | 0.74 | 0 | 0.80 | 280.54 | 0.59 | 0.12 |
| Hex | 26 | D | 32 | 18 | 4A | 0 | 50 | 119 | 3B | C |
| Octal | 46 | 15 | 62 | 30 | 112 | 0 | 120 | 431 | 73 | 14 |
| Binary | 100110 | 1101 | 110010 | 11000 | 1001010 | 0 | 1010000 | 100011001 | 111011 | 1100 |
Color Harmonies of #260D32
Complementary color
Monochromatic Colors of #260D32
Black with #260D32
Text Example
Text Example
White with #260D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D32; }
p { color: rgb(38,13,50); }
H1.HeaderClassName
{
color: #260D32;
}
.AnyTagClassName
{
color: #260D32;
}
</style>
background-color css
<style>
a { background-color: #260D32; }
a { background-color: rgb(38,13,50); }
div.DivClassName
{
background-color: #260D32;
}
.BgClassName
{
background-color: #260D32;
}
</style>
border-color css
<style>
span { border-color: #260D32; }
span { border-color: rgb(38,13,50); }
td.TdClassName
{
border-color: #260D32;
}
.TagClassName
{
border-color: #260D32;
}
</style>